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

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..36c8912be28b464484b6b71d314a891b8e29a99a 100644
--- a/tools/gyp/common.gypi
+++ b/tools/gyp/common.gypi
@@ -28,9 +28,13 @@
'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'],
},
}],
+ [ 'OS=="mac"', {
+ 'includes': [
+ 'xcode.gypi',
+ ],
+ }],
],
'includes': [
- 'xcode.gypi',
'msvs.gypi',
Ivan Posva 2013/03/13 09:44:40 ditto.
kustermann 2013/03/13 15:30:29 Done.
'configurations.gypi',
],

Powered by Google App Engine
This is Rietveld 408576698