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

Unified Diff: crashpad.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_test.gyp ('k') | minidump/minidump.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crashpad.gyp
diff --git a/crashpad.gyp b/crashpad.gyp
index f0270a017eb3b7b5fd84954b8974786ad54141c2..3291e7a46ddf6753a5ffa9a1cfaf69ae18479396 100644
--- a/crashpad.gyp
+++ b/crashpad.gyp
@@ -20,12 +20,16 @@
'suppress_wildcard': 1,
'dependencies': [
'client/client.gyp:*',
+ 'client/client_test.gyp:*',
'compat/compat.gyp:*',
'handler/handler.gyp:*',
'minidump/minidump.gyp:*',
+ 'minidump/minidump_test.gyp:*',
'snapshot/snapshot.gyp:*',
+ 'snapshot/snapshot_test.gyp:*',
'tools/tools.gyp:*',
'util/util.gyp:*',
+ 'util/util_test.gyp:*',
],
'sources': [
'doc/crashpad.doxy.h',
« no previous file with comments | « client/client_test.gyp ('k') | minidump/minidump.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698