| Index: client/client.gyp
|
| diff --git a/client/client.gyp b/client/client.gyp
|
| index cc1b139e70c83ce2b1fcfae66dc5ccc369951a2e..5faaf036f8378915db300ae205e959194f7fd17c 100644
|
| --- a/client/client.gyp
|
| +++ b/client/client.gyp
|
| @@ -66,36 +66,5 @@
|
| ],
|
| },
|
| },
|
| - {
|
| - 'target_name': 'crashpad_client_test',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'crashpad_client',
|
| - '../compat/compat.gyp:crashpad_compat',
|
| - '../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.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',
|
| - ],
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'sources!': [
|
| - # Port to Win https://code.google.com/p/crashpad/issues/detail?id=13
|
| - 'settings_test.cc',
|
| - ],
|
| - }],
|
| - ],
|
| - },
|
| ],
|
| }
|
|
|