Index: client/client_test.gyp |
diff --git a/client/client.gyp b/client/client_test.gyp |
similarity index 52% |
copy from client/client.gyp |
copy to client/client_test.gyp |
index cc1b139e70c83ce2b1fcfae66dc5ccc369951a2e..67d243180ecfa2ae6f2ce94d810de687527317b6 100644 |
--- a/client/client.gyp |
+++ b/client/client_test.gyp |
@@ -18,65 +18,16 @@ |
], |
'targets': [ |
{ |
- 'target_name': 'crashpad_client', |
- 'type': 'static_library', |
- 'dependencies': [ |
- '../compat/compat.gyp:crashpad_compat', |
- '../third_party/mini_chromium/mini_chromium.gyp:base', |
- '../util/util.gyp:crashpad_util', |
- ], |
- 'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- 'capture_context_mac.S', |
- 'capture_context_mac.h', |
- 'crash_report_database.cc', |
- 'crash_report_database.h', |
- 'crash_report_database_mac.mm', |
- 'crash_report_database_win.cc', |
- 'crashpad_client.h', |
- 'crashpad_client_mac.cc', |
- 'crashpad_info.cc', |
- 'crashpad_info.h', |
- 'settings.cc', |
- 'settings.h', |
- 'simple_string_dictionary.cc', |
- 'simple_string_dictionary.h', |
- 'simulate_crash.h', |
- 'simulate_crash_mac.cc', |
- 'simulate_crash_mac.h', |
- ], |
- 'conditions': [ |
- ['OS=="win"', { |
- 'link_settings': { |
- 'libraries': [ |
- '-lrpcrt4.lib', |
- ], |
- }, |
- 'sources!': [ |
- # Port to Win https://code.google.com/p/crashpad/issues/detail?id=13 |
- 'settings.cc', |
- ], |
- }], |
- ], |
- 'direct_dependent_settings': { |
- 'include_dirs': [ |
- '..', |
- ], |
- }, |
- }, |
- { |
'target_name': 'crashpad_client_test', |
'type': 'executable', |
'dependencies': [ |
- 'crashpad_client', |
+ 'client.gyp: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', |
+ '../util/util_test.gyp:crashpad_util_test_lib', |
], |
'include_dirs': [ |
'..', |