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

Unified Diff: gyp/tools.gyp

Issue 1437173002: Target Mac bots at 10.7+libc++ to approximate Chrome's 10.6+libc++. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skdiff Created 5 years, 1 month 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/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 969ea8745332723e628fc514d3c83f145bdfc4c9..74f2b2cda11a2042d448a4dde5bc95ac6f1490f9 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -157,16 +157,6 @@
'dependencies': [
'skia_lib.gyp:skia_lib',
],
- 'xcode_settings': {
- 'conditions': [
- [ 'skia_osx_deployment_target==""', {
- 'MACOSX_DEPLOYMENT_TARGET': '10.7', # -mmacos-version-min, passed in env to ld.
- }, {
- 'MACOSX_DEPLOYMENT_TARGET': '<(skia_osx_deployment_target)',
- }],
- ],
- 'CLANG_CXX_LIBRARY': 'libc++',
- },
},
{
'target_name': 'skpdiff',
« 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