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

Unified Diff: build/common.gypi

Issue 10827200: Update iossim.gyp to use src/build/ios/mac_build.gypi. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed comment based on review feedback. Created 8 years, 4 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 | testing/gtest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 7fd9f21b3a6f2d9c06ebb52a66cdf6edb3a6db0b..c038b9d8b5d6fb6f9e4f21f24ddab09aa8b57f51 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -894,6 +894,11 @@
'use_system_bzip2%': 1,
'use_system_libxml%': 1,
'use_system_sqlite%': 1,
+
+ # The Mac SDK is set for iOS builds and passed through to Mac
+ # sub-builds. This allows the Mac sub-build SDK in an iOS build to be
+ # overridden from the command line the same way it is for a Mac build.
+ 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)',
}],
['OS=="android"', {
# Location of Android NDK.
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698