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

Unified Diff: tools/gyp/configurations_xcode.gypi

Issue 584813002: Avoid undefined variable in gyp files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | tools/gyp/xcode.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_xcode.gypi
diff --git a/tools/gyp/configurations_xcode.gypi b/tools/gyp/configurations_xcode.gypi
index ecfb40213155ef673accc0844ae9e43934361c80..d3055a8a062c4c0f2235af2d552f0691741f93b8 100644
--- a/tools/gyp/configurations_xcode.gypi
+++ b/tools/gyp/configurations_xcode.gypi
@@ -20,7 +20,6 @@
'abstract': 1,
'xcode_settings': {
'GCC_VERSION': '<(xcode_gcc_version)',
- 'MACOSX_DEPLOYMENT_TARGET': '<(mac_deployment_target)',
'GCC_C_LANGUAGE_STANDARD': 'ansi',
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions
'GCC_ENABLE_CPP_RTTI': 'NO', # -fno-rtti
« no previous file with comments | « no previous file | tools/gyp/xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698