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

Unified Diff: build/common.gypi

Issue 2075963002: Roll gyp to c61b0b35c8396bfd59efc6cfc11401d912b0f510 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « DEPS ('k') | no next file » | 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 203247dce51c1cc6fafacc7ff6a23399d14d0862..34e8f3905c6ff98944d8f11c8a363f0e59e10108 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -6346,7 +6346,7 @@
'TARGETED_DEVICE_FAMILY': '1,2',
'conditions': [
['ios_sdk_path==""', {
- 'SDKROOT': 'iphonesimulator<(ios_sdk)', # -isysroot
+ 'SDKROOT': 'iphoneos<(ios_sdk)', # -isysroot
}, {
'SDKROOT': '<(ios_sdk_path)', # -isysroot
}],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698