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

Unified Diff: gyp/common_variables.gypi

Issue 138033018: Allow an override of MACOSX_DEPLOYMENT_TARGET, so the user can built against a different SDK if des… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 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 | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 39e37e8bc64efc0bd390d7ed4b3015191a7dfd50..ac57b6956a58f1e770cb6398f07a1db1a04b24c7 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -95,7 +95,7 @@
'skia_chrome_utils%': 1,
'skia_directwrite%': 0,
'skia_gpu%': 1,
- 'skia_osx_sdkroot%': '',
+ 'skia_osx_deployment_target%': '',
'skia_profile_enabled%': 0,
'skia_win_debuggers_path%': '',
'skia_shared_lib%': 0,
@@ -158,7 +158,7 @@
'skia_directwrite%': '<(skia_directwrite)',
'skia_gpu%': '<(skia_gpu)',
'skia_win_exceptions%': 0,
- 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)',
+ 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
'skia_profile_enabled%': '<(skia_profile_enabled)',
'skia_shared_lib%': '<(skia_shared_lib)',
'skia_opencl%': '<(skia_opencl)',
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698