2014-08-01 12:48:28 -04:00
|
|
|
# Copyright 2014 The Crashpad Authors. All rights reserved.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'util',
|
|
|
|
'type': 'static_library',
|
|
|
|
'dependencies': [
|
|
|
|
'../compat/compat.gyp:compat',
|
|
|
|
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
|
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
'..',
|
|
|
|
'<(INTERMEDIATE_DIR)',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'file/fd_io.cc',
|
|
|
|
'file/fd_io.h',
|
|
|
|
'file/file_writer.cc',
|
|
|
|
'file/file_writer.h',
|
|
|
|
'file/string_file_writer.cc',
|
|
|
|
'file/string_file_writer.h',
|
2014-08-28 13:47:28 -04:00
|
|
|
'mac/checked_mach_address_range.cc',
|
|
|
|
'mac/checked_mach_address_range.h',
|
2014-09-22 13:11:40 -04:00
|
|
|
'mac/launchd.h',
|
|
|
|
'mac/launchd.mm',
|
2014-08-15 22:33:14 -07:00
|
|
|
'mac/mac_util.cc',
|
|
|
|
'mac/mac_util.h',
|
2014-08-15 22:30:24 -07:00
|
|
|
'mac/service_management.cc',
|
|
|
|
'mac/service_management.h',
|
2014-11-25 14:56:05 -05:00
|
|
|
'mach/child_port_handshake.cc',
|
|
|
|
'mach/child_port_handshake.h',
|
2014-11-25 14:29:46 -05:00
|
|
|
'mach/child_port_server.cc',
|
|
|
|
'mach/child_port_server.h',
|
2014-11-24 15:48:10 -05:00
|
|
|
'mach/child_port_types.h',
|
2014-12-04 16:45:02 -05:00
|
|
|
'mach/composite_mach_message_server.cc',
|
|
|
|
'mach/composite_mach_message_server.h',
|
2014-09-16 09:48:01 -04:00
|
|
|
'mach/exc_client_variants.cc',
|
|
|
|
'mach/exc_client_variants.h',
|
2014-09-10 17:29:07 -04:00
|
|
|
'mach/exc_server_variants.cc',
|
|
|
|
'mach/exc_server_variants.h',
|
2014-09-16 17:32:35 -04:00
|
|
|
'mach/exception_behaviors.cc',
|
|
|
|
'mach/exception_behaviors.h',
|
2014-09-16 17:36:33 -04:00
|
|
|
'mach/exception_ports.cc',
|
|
|
|
'mach/exception_ports.h',
|
2014-09-16 09:48:01 -04:00
|
|
|
'mach/mach_extensions.cc',
|
2014-09-10 17:29:07 -04:00
|
|
|
'mach/mach_extensions.h',
|
2014-12-02 17:02:32 -05:00
|
|
|
'mach/mach_message.cc',
|
|
|
|
'mach/mach_message.h',
|
2014-09-08 21:06:34 -04:00
|
|
|
'mach/mach_message_server.cc',
|
|
|
|
'mach/mach_message_server.h',
|
2014-10-13 18:05:21 -04:00
|
|
|
'mach/scoped_task_suspend.cc',
|
|
|
|
'mach/scoped_task_suspend.h',
|
2014-09-16 11:00:51 -04:00
|
|
|
'mach/symbolic_constants_mach.cc',
|
|
|
|
'mach/symbolic_constants_mach.h',
|
2014-11-14 17:56:17 -05:00
|
|
|
'mach/task_for_pid.cc',
|
|
|
|
'mach/task_for_pid.h',
|
2014-08-03 18:48:40 -04:00
|
|
|
'mach/task_memory.cc',
|
|
|
|
'mach/task_memory.h',
|
2014-09-24 14:08:48 -04:00
|
|
|
'misc/clock.cc',
|
|
|
|
'misc/clock.h',
|
|
|
|
'misc/clock_mac.cc',
|
2014-08-14 09:51:26 -07:00
|
|
|
'misc/initialization_state.h',
|
|
|
|
'misc/initialization_state_dcheck.cc',
|
|
|
|
'misc/initialization_state_dcheck.h',
|
2014-08-26 16:50:08 -04:00
|
|
|
'misc/scoped_forbid_return.cc',
|
|
|
|
'misc/scoped_forbid_return.h',
|
2014-09-10 17:30:21 -04:00
|
|
|
'misc/symbolic_constants_common.h',
|
2014-08-01 14:39:55 -04:00
|
|
|
'misc/uuid.cc',
|
|
|
|
'misc/uuid.h',
|
2014-10-24 15:04:25 -04:00
|
|
|
'net/http_body.cc',
|
|
|
|
'net/http_body.h',
|
2014-10-31 12:17:32 -04:00
|
|
|
'net/http_headers.cc',
|
|
|
|
'net/http_headers.h',
|
2014-10-29 19:13:24 -04:00
|
|
|
'net/http_multipart_builder.cc',
|
|
|
|
'net/http_multipart_builder.h',
|
2014-10-31 12:17:32 -04:00
|
|
|
'net/http_transport.cc',
|
|
|
|
'net/http_transport.h',
|
|
|
|
'net/http_transport_mac.mm',
|
2014-08-15 10:22:37 -07:00
|
|
|
'numeric/checked_range.h',
|
2014-08-14 16:00:44 -07:00
|
|
|
'numeric/in_range_cast.h',
|
2014-09-22 15:46:00 -04:00
|
|
|
'numeric/int128.h',
|
2014-08-14 16:00:44 -07:00
|
|
|
'numeric/safe_assignment.h',
|
2014-11-14 18:44:19 -05:00
|
|
|
'posix/drop_privileges.cc',
|
|
|
|
'posix/drop_privileges.h',
|
Move some parts of ProcessReader (in snapshot) to ProcessInfo (in util).
Also, move ProcessArgumentsForPID() into ProcessInfo.
This change prepares for a TaskForPID() implementation that’s capable of
operating correctly in a setuid root executable. TaskForPID() belongs in
util/mach, but for its permission checks, it must access some process
properties that were previously fetched by ProcessReader in snapshot.
util can’t depend on snapshot. The generic util-safe process information
bits (Is64Bit(), ProcessID(), ParentProcessID(), and StartTime()) are
moved from ProcessReader to ProcessInfo (in util), where the current
ProcessReader can use it (as it’s OK for snapshot to depend on util),
and the future TaskForPID() in util can also use it. ProcessInfo also
contains other methods that TaskForPID() will use, providing access to
the credentials that the target process holds. ProcessArgumentsForPID()
is related, and is also now a part of ProcessInfo.
TEST=snapshot_test, util_test
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/727973002
2014-11-14 17:54:42 -05:00
|
|
|
'posix/process_info.h',
|
|
|
|
'posix/process_info_mac.cc',
|
2014-09-10 17:30:21 -04:00
|
|
|
'posix/symbolic_constants_posix.cc',
|
|
|
|
'posix/symbolic_constants_posix.h',
|
2014-08-01 14:39:55 -04:00
|
|
|
'stdlib/cxx.h',
|
2014-08-03 18:53:10 -04:00
|
|
|
'stdlib/objc.h',
|
2014-08-25 17:51:09 -04:00
|
|
|
'stdlib/pointer_container.h',
|
2014-09-10 15:30:11 -04:00
|
|
|
'stdlib/string_number_conversion.cc',
|
|
|
|
'stdlib/string_number_conversion.h',
|
2014-08-01 14:39:55 -04:00
|
|
|
'stdlib/strlcpy.cc',
|
|
|
|
'stdlib/strlcpy.h',
|
2014-08-28 14:38:27 -04:00
|
|
|
'stdlib/strnlen.cc',
|
|
|
|
'stdlib/strnlen.h',
|
2014-09-24 13:32:31 -04:00
|
|
|
'synchronization/semaphore.cc',
|
|
|
|
'synchronization/semaphore.h',
|
2014-08-01 12:48:28 -04:00
|
|
|
],
|
2014-09-30 13:11:04 -07:00
|
|
|
'conditions': [
|
|
|
|
['OS=="mac"', {
|
|
|
|
'actions': [
|
2014-11-24 15:48:10 -05:00
|
|
|
{
|
|
|
|
'action_name': 'mig child_port.defs',
|
|
|
|
'variables': {
|
|
|
|
'child_port_defs_file': 'mach/child_port.defs',
|
|
|
|
},
|
|
|
|
'inputs': [
|
|
|
|
'mach/mig.py',
|
|
|
|
'<(child_port_defs_file)',
|
|
|
|
],
|
|
|
|
'outputs': [
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/child_portUser.c',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/child_portServer.c',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/child_port.h',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/child_portServer.h',
|
|
|
|
],
|
|
|
|
'action': [
|
|
|
|
'python', '<@(_inputs)', '<@(_outputs)'
|
|
|
|
],
|
|
|
|
'process_outputs_as_sources': 1,
|
|
|
|
},
|
2014-09-30 13:11:04 -07:00
|
|
|
{
|
|
|
|
'action_name': 'mig exc.defs',
|
|
|
|
'inputs': [
|
|
|
|
'mach/mig.py',
|
|
|
|
'$(SDKROOT)/usr/include/mach/exc.defs',
|
|
|
|
],
|
|
|
|
'outputs': [
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/excUser.c',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/excServer.c',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/exc.h',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/excServer.h',
|
|
|
|
],
|
|
|
|
'action': [
|
|
|
|
'python', '<@(_inputs)', '<@(_outputs)'
|
|
|
|
],
|
|
|
|
'process_outputs_as_sources': 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'action_name': 'mig mach_exc.defs',
|
|
|
|
'inputs': [
|
|
|
|
'mach/mig.py',
|
|
|
|
'$(SDKROOT)/usr/include/mach/mach_exc.defs',
|
|
|
|
],
|
|
|
|
'outputs': [
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/mach_excUser.c',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/mach_excServer.c',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/mach_exc.h',
|
|
|
|
'<(INTERMEDIATE_DIR)/util/mach/mach_excServer.h',
|
|
|
|
],
|
|
|
|
'action': [
|
|
|
|
'python', '<@(_inputs)', '<@(_outputs)'
|
|
|
|
],
|
|
|
|
'process_outputs_as_sources': 1,
|
|
|
|
},
|
2014-09-05 13:27:06 -04:00
|
|
|
],
|
2014-09-30 13:11:04 -07:00
|
|
|
'link_settings': {
|
|
|
|
'libraries': [
|
|
|
|
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
|
|
|
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
|
|
|
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
2014-09-05 13:27:06 -04:00
|
|
|
],
|
2014-08-01 12:48:28 -04:00
|
|
|
},
|
2014-08-03 18:48:40 -04:00
|
|
|
{
|
|
|
|
'target_name': 'util_test_lib',
|
|
|
|
'type': 'static_library',
|
|
|
|
'dependencies': [
|
|
|
|
'../compat/compat.gyp:compat',
|
2014-08-20 13:58:42 -04:00
|
|
|
'../third_party/gtest/gtest.gyp:gtest',
|
2014-08-03 18:48:40 -04:00
|
|
|
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
|
|
|
|
'util',
|
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
'..',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'test/errors.cc',
|
|
|
|
'test/errors.h',
|
2014-09-03 18:24:29 -04:00
|
|
|
'test/executable_path.h',
|
|
|
|
'test/executable_path_mac.cc',
|
2014-09-04 11:45:40 -04:00
|
|
|
'test/mac/dyld.h',
|
2014-08-03 18:48:40 -04:00
|
|
|
'test/mac/mach_errors.cc',
|
|
|
|
'test/mac/mach_errors.h',
|
2014-08-20 13:58:42 -04:00
|
|
|
'test/mac/mach_multiprocess.cc',
|
|
|
|
'test/mac/mach_multiprocess.h',
|
2014-08-26 17:10:19 -04:00
|
|
|
'test/multiprocess.cc',
|
|
|
|
'test/multiprocess.h',
|
2014-09-03 18:24:29 -04:00
|
|
|
'test/multiprocess_exec.cc',
|
|
|
|
'test/multiprocess_exec.h',
|
2014-09-02 16:21:46 -04:00
|
|
|
'test/posix/close_multiple.cc',
|
|
|
|
'test/posix/close_multiple.h',
|
2014-08-03 18:48:40 -04:00
|
|
|
],
|
2014-10-02 18:32:33 -04:00
|
|
|
'conditions': [
|
|
|
|
['OS=="mac"', {
|
|
|
|
'link_settings': {
|
|
|
|
'libraries': [
|
|
|
|
'$(SDKROOT)/usr/lib/libbsm.dylib',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
],
|
2014-08-03 18:48:40 -04:00
|
|
|
},
|
2014-08-01 12:48:28 -04:00
|
|
|
{
|
|
|
|
'target_name': 'util_test',
|
|
|
|
'type': 'executable',
|
|
|
|
'dependencies': [
|
|
|
|
'util',
|
2014-08-03 18:48:40 -04:00
|
|
|
'util_test_lib',
|
2014-09-05 12:40:05 -04:00
|
|
|
'util_test_multiprocess_exec_test_child',
|
2014-08-01 12:48:28 -04:00
|
|
|
'../compat/compat.gyp:compat',
|
2014-09-10 17:29:07 -04:00
|
|
|
'../third_party/gmock/gmock.gyp:gmock',
|
2014-08-01 12:48:28 -04:00
|
|
|
'../third_party/gtest/gtest.gyp:gtest',
|
2014-08-13 15:28:59 -07:00
|
|
|
'../third_party/gtest/gtest.gyp:gtest_main',
|
2014-08-01 12:48:28 -04:00
|
|
|
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
|
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
'..',
|
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'file/string_file_writer_test.cc',
|
2014-08-28 13:47:28 -04:00
|
|
|
'mac/checked_mach_address_range_test.cc',
|
2014-09-22 13:11:40 -04:00
|
|
|
'mac/launchd_test.mm',
|
2014-08-15 22:33:14 -07:00
|
|
|
'mac/mac_util_test.mm',
|
2014-08-15 22:30:24 -07:00
|
|
|
'mac/service_management_test.mm',
|
2014-11-25 14:56:05 -05:00
|
|
|
'mach/child_port_handshake_test.cc',
|
2014-11-25 14:29:46 -05:00
|
|
|
'mach/child_port_server_test.cc',
|
2014-12-04 16:45:02 -05:00
|
|
|
'mach/composite_mach_message_server_test.cc',
|
2014-09-16 09:48:01 -04:00
|
|
|
'mach/exc_client_variants_test.cc',
|
2014-09-10 17:29:07 -04:00
|
|
|
'mach/exc_server_variants_test.cc',
|
2014-09-16 17:32:35 -04:00
|
|
|
'mach/exception_behaviors_test.cc',
|
2014-09-16 17:36:33 -04:00
|
|
|
'mach/exception_ports_test.cc',
|
2014-09-16 09:48:01 -04:00
|
|
|
'mach/mach_extensions_test.cc',
|
2014-09-08 21:06:34 -04:00
|
|
|
'mach/mach_message_server_test.cc',
|
2014-12-02 17:02:32 -05:00
|
|
|
'mach/mach_message_test.cc',
|
2014-10-13 18:05:21 -04:00
|
|
|
'mach/scoped_task_suspend_test.cc',
|
2014-09-16 11:00:51 -04:00
|
|
|
'mach/symbolic_constants_mach_test.cc',
|
2014-08-03 18:48:40 -04:00
|
|
|
'mach/task_memory_test.cc',
|
2014-09-24 14:08:48 -04:00
|
|
|
'misc/clock_test.cc',
|
2014-08-14 09:51:26 -07:00
|
|
|
'misc/initialization_state_dcheck_test.cc',
|
|
|
|
'misc/initialization_state_test.cc',
|
2014-08-26 16:50:08 -04:00
|
|
|
'misc/scoped_forbid_return_test.cc',
|
2014-08-01 14:39:55 -04:00
|
|
|
'misc/uuid_test.cc',
|
2014-10-24 15:04:25 -04:00
|
|
|
'net/http_body_test.cc',
|
2014-10-29 19:13:24 -04:00
|
|
|
'net/http_body_test_util.cc',
|
|
|
|
'net/http_body_test_util.h',
|
|
|
|
'net/http_multipart_builder_test.cc',
|
2014-10-31 12:17:32 -04:00
|
|
|
'net/http_transport_test.cc',
|
2014-08-15 10:22:37 -07:00
|
|
|
'numeric/checked_range_test.cc',
|
2014-08-14 16:00:44 -07:00
|
|
|
'numeric/in_range_cast_test.cc',
|
2014-09-22 15:46:00 -04:00
|
|
|
'numeric/int128_test.cc',
|
Move some parts of ProcessReader (in snapshot) to ProcessInfo (in util).
Also, move ProcessArgumentsForPID() into ProcessInfo.
This change prepares for a TaskForPID() implementation that’s capable of
operating correctly in a setuid root executable. TaskForPID() belongs in
util/mach, but for its permission checks, it must access some process
properties that were previously fetched by ProcessReader in snapshot.
util can’t depend on snapshot. The generic util-safe process information
bits (Is64Bit(), ProcessID(), ParentProcessID(), and StartTime()) are
moved from ProcessReader to ProcessInfo (in util), where the current
ProcessReader can use it (as it’s OK for snapshot to depend on util),
and the future TaskForPID() in util can also use it. ProcessInfo also
contains other methods that TaskForPID() will use, providing access to
the credentials that the target process holds. ProcessArgumentsForPID()
is related, and is also now a part of ProcessInfo.
TEST=snapshot_test, util_test
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/727973002
2014-11-14 17:54:42 -05:00
|
|
|
'posix/process_info_test.cc',
|
2014-09-10 17:30:21 -04:00
|
|
|
'posix/symbolic_constants_posix_test.cc',
|
2014-09-10 15:30:11 -04:00
|
|
|
'stdlib/string_number_conversion_test.cc',
|
2014-08-01 14:39:55 -04:00
|
|
|
'stdlib/strlcpy_test.cc',
|
2014-08-28 14:38:27 -04:00
|
|
|
'stdlib/strnlen_test.cc',
|
2014-09-24 13:32:31 -04:00
|
|
|
'synchronization/semaphore_test.cc',
|
2014-09-03 18:24:29 -04:00
|
|
|
'test/executable_path_test.cc',
|
2014-08-20 13:58:42 -04:00
|
|
|
'test/mac/mach_multiprocess_test.cc',
|
2014-09-03 18:24:29 -04:00
|
|
|
'test/multiprocess_exec_test.cc',
|
2014-08-26 17:10:19 -04:00
|
|
|
'test/multiprocess_test.cc',
|
2014-08-01 12:48:28 -04:00
|
|
|
],
|
2014-09-30 13:11:04 -07:00
|
|
|
'conditions': [
|
|
|
|
['OS=="mac"', {
|
|
|
|
'link_settings': {
|
|
|
|
'libraries': [
|
2014-10-02 18:32:33 -04:00
|
|
|
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
2014-09-30 13:11:04 -07:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
],
|
2014-08-01 12:48:28 -04:00
|
|
|
},
|
2014-09-03 18:24:29 -04:00
|
|
|
{
|
|
|
|
'target_name': 'util_test_multiprocess_exec_test_child',
|
|
|
|
'type': 'executable',
|
|
|
|
'sources': [
|
|
|
|
'test/multiprocess_exec_test_child.cc',
|
|
|
|
],
|
|
|
|
},
|
2014-08-01 12:48:28 -04:00
|
|
|
],
|
|
|
|
}
|