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

Unified Diff: tools/gyp/all.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/all.gypi
diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi
index d75e3396e5fb95b9effab336292118a8f7262a49..8e8a953311eeac435bf8de05c34f0ac0e33ee184 100644
--- a/tools/gyp/all.gypi
+++ b/tools/gyp/all.gypi
@@ -25,9 +25,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 In that case msvs.gypi should also move under the
kustermann 2013/03/13 15:30:29 I know, but I like to keep my CLs as small and ort
'configurations.gypi',
],

Powered by Google App Engine
This is Rietveld 408576698