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

Unified Diff: crashpad.gyp

Issue 1566763002: Don’t suppress_wildcard crashpad.gyp:All on platforms where it works (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 4 years, 11 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 | no next file » | 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 fd2a26911cd2cc24edb1c680237924bc66dc9521..42fe0a26413103dde3b566be854bcdb5ce63fad5 100644
--- a/crashpad.gyp
+++ b/crashpad.gyp
@@ -17,7 +17,6 @@
{
'target_name': 'All',
'type': 'none',
- 'suppress_wildcard': 1,
'dependencies': [
'client/client.gyp:*',
'client/client_test.gyp:*',
@@ -37,6 +36,11 @@
'doc/support/crashpad.doxy.h',
'package.h',
],
+ 'conditions': [
+ ['OS!="mac" and OS!="win"', {
+ 'suppress_wildcard': 1,
+ }],
+ ],
},
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698