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

Unified Diff: tools/gyp/common.gypi

Issue 12672003: Use the lowest MacOS SDK available on a system (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: tools/gyp/common.gypi
diff --git a/tools/gyp/common.gypi b/tools/gyp/common.gypi
index adfc1dbc08eadd4433d973d5ddc4d7d630892215..3988dfbabf8a61d2f1b3c40e0a7c3682512eb19d 100644
--- a/tools/gyp/common.gypi
+++ b/tools/gyp/common.gypi
@@ -27,11 +27,17 @@
'target_defaults': {
'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
},
+ 'includes': [
+ 'msvs.gypi',
+ ],
+ }],
+ [ 'OS=="mac"', {
+ 'includes': [
+ 'xcode.gypi',
+ ],
}],
],
'includes': [
- 'xcode.gypi',
- 'msvs.gypi',
'configurations.gypi',
],
}
« no previous file with comments | « tools/gyp/all.gypi ('k') | tools/gyp/find_mac_sdk.py » ('j') | tools/gyp/find_mac_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698