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

Unified Diff: test/ios/app-bundle/test-archs.gyp

Issue 88813002: Disable building simulator for "x86_64" (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Fix tests on bots Created 7 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 | « no previous file | test/ios/gyptest-archs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/app-bundle/test-archs.gyp
diff --git a/test/ios/app-bundle/test-archs.gyp b/test/ios/app-bundle/test-archs.gyp
index b526629d7f15028a45920f445c703f029cd2ba4b..761fd6b12947a914969b7e2733e9ca8d1e670685 100644
--- a/test/ios/app-bundle/test-archs.gyp
+++ b/test/ios/app-bundle/test-archs.gyp
@@ -27,6 +27,9 @@
],
},
'xcode_settings': {
+ 'OTHER_CFLAGS': [
+ '-fobjc-abi-version=2',
+ ],
'SDKROOT': 'iphonesimulator', # -isysroot
'TARGETED_DEVICE_FAMILY': '1,2',
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
@@ -55,6 +58,9 @@
],
},
'xcode_settings': {
+ 'OTHER_CFLAGS': [
+ '-fobjc-abi-version=2',
+ ],
'SDKROOT': 'iphonesimulator', # -isysroot
'TARGETED_DEVICE_FAMILY': '1,2',
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
@@ -84,6 +90,9 @@
],
},
'xcode_settings': {
+ 'OTHER_CFLAGS': [
+ '-fobjc-abi-version=2',
+ ],
'SDKROOT': 'iphonesimulator', # -isysroot
'TARGETED_DEVICE_FAMILY': '1,2',
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
« no previous file with comments | « no previous file | test/ios/gyptest-archs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698