| Index: test/test_test.gyp
|
| diff --git a/client/client_test.gyp b/test/test_test.gyp
|
| similarity index 60%
|
| copy from client/client_test.gyp
|
| copy to test/test_test.gyp
|
| index 67d243180ecfa2ae6f2ce94d810de687527317b6..2ed3bfaaf0ab5c3efa85facc1f92371ea0906b9e 100644
|
| --- a/client/client_test.gyp
|
| +++ b/test/test_test.gyp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2014 The Crashpad Authors. All rights reserved.
|
| +# Copyright 2015 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.
|
| @@ -18,34 +18,34 @@
|
| ],
|
| 'targets': [
|
| {
|
| - 'target_name': 'crashpad_client_test',
|
| + 'target_name': 'crashpad_test_test',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| - 'client.gyp:crashpad_client',
|
| + 'crashpad_test_test_multiprocess_exec_test_child',
|
| + 'test.gyp:crashpad_test',
|
| '../compat/compat.gyp:crashpad_compat',
|
| + '../third_party/gmock/gmock.gyp:gmock',
|
| + '../third_party/gmock/gmock.gyp:gmock_main',
|
| '../third_party/gtest/gtest.gyp:gtest',
|
| - '../third_party/gtest/gtest.gyp:gtest_main',
|
| '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| '../util/util.gyp:crashpad_util',
|
| - '../util/util_test.gyp:crashpad_util_test_lib',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| - 'capture_context_mac_test.cc',
|
| - 'crash_report_database_test.cc',
|
| - 'settings_test.cc',
|
| - 'simple_string_dictionary_test.cc',
|
| - 'simulate_crash_mac_test.cc',
|
| + 'mac/mach_multiprocess_test.cc',
|
| + 'multiprocess_exec_test.cc',
|
| + 'multiprocess_posix_test.cc',
|
| + 'paths_test.cc',
|
| + 'scoped_temp_dir_test.cc',
|
| ],
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'sources!': [
|
| - # Port to Win https://code.google.com/p/crashpad/issues/detail?id=13
|
| - 'settings_test.cc',
|
| - ],
|
| - }],
|
| + },
|
| + {
|
| + 'target_name': 'crashpad_test_test_multiprocess_exec_test_child',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + 'multiprocess_exec_test_child.cc',
|
| ],
|
| },
|
| ],
|
|
|