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

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

Issue 27035003: ninja/mac: Add iOS fields to ExtraPlistItems for ninja builds. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 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
Index: test/ios/app-bundle/test-device.gyp
===================================================================
--- test/ios/app-bundle/test-device.gyp (revision 1750)
+++ test/ios/app-bundle/test-device.gyp (working copy)
@@ -30,6 +30,7 @@
'-fobjc-abi-version=2',
],
'SDKROOT': 'iphonesimulator', # -isysroot
+ 'TARGETED_DEVICE_FAMILY': '1,2',
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
'IPHONEOS_DEPLOYMENT_TARGET': '4.2',
},

Powered by Google App Engine
This is Rietveld 408576698