Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1051)

Unified Diff: client/client_test.gyp

Issue 1045173004: Split *_test.gyp from *.gyp (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/client.gyp ('k') | crashpad.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
'..',
« no previous file with comments | « client/client.gyp ('k') | crashpad.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698