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

Unified Diff: src/common/common.gyp

Issue 1643633004: Improvements to GYP build (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad@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 | src/processor/processor.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/common.gyp
diff --git a/src/common/common.gyp b/src/common/common.gyp
index 5a666de61f0301f8993103aa69e3fda71c0244f3..96e1bced6a5e410a7b191dd19388b8ff4f637845 100644
--- a/src/common/common.gyp
+++ b/src/common/common.gyp
@@ -35,6 +35,11 @@
['OS=="linux"', {
'defines': ['HAVE_A_OUT_H'],
}],
+ ['OS!="android"', {'sources/': [['exclude', 'android/']]}],
Mark Mentovai 2016/01/28 17:29:22 Tighter anchoring: '(^|/)android/', etc.
+ ['OS!="linux"', {'sources/': [['exclude', 'linux/' ]]}],
Mark Mentovai 2016/01/28 17:29:22 We don’t usually bother with the extra whitespace
+ ['OS!="mac"', {'sources/': [['exclude', 'mac/' ]]}],
+ ['OS!="solaris"', {'sources/': [['exclude', 'solaris/']]}],
+ ['OS!="win"', {'sources/': [['exclude', 'windows/']]}],
],
},
'targets': [
« no previous file with comments | « no previous file | src/processor/processor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698