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

Unified Diff: client/client.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 | « no previous file | client/client_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- }],
- ],
- },
],
}
« no previous file with comments | « no previous file | client/client_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698