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

Unified Diff: src/common/common.gyp

Issue 1643633004: Improvements to GYP build (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad@master
Patch Set: Address review comments 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..177c0938ce68c6dec705f23868036b77f8a9c6db 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/']]}],
+ ['OS!="linux"', {'sources/': [['exclude', '(^|/)linux/']]}],
+ ['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