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

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: address review comments, added gtest.gyp and common.gypi 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 c8a521dab0a8b98e1d458d3c30b080d9cefd4ee7..41333d2375d59b4a3fbb0670c8377f5c5433f559 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -893,6 +893,10 @@
'use_system_bzip2%': 1,
'use_system_libxml%': 1,
'use_system_sqlite%': 1,
+
+ # Use a variable for the mac sdk, so that overriding this variable
+ # allows specifying the sdk that will be used for mac sub-builds.
stuartmorgan 2012/08/20 07:29:53 Let's make this a bit clearer. How about: The Mac
lliabraa 2012/08/20 13:47:42 Done.
+ '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