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

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: cleanup 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
« no previous file with comments | « pylib/gyp/xcode_emulation.py ('k') | test/ios/gyptest-per-config-settings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/app-bundle/test-device.gyp
===================================================================
--- test/ios/app-bundle/test-device.gyp (revision 1753)
+++ test/ios/app-bundle/test-device.gyp (working copy)
@@ -30,8 +30,10 @@
'-fobjc-abi-version=2',
],
'SDKROOT': 'iphonesimulator', # -isysroot
+ 'TARGETED_DEVICE_FAMILY': '1,2',
Nico 2013/10/13 02:00:30 Having another target without TARGETED_DEVICE_FAMI
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
'IPHONEOS_DEPLOYMENT_TARGET': '4.2',
+ 'CONFIGURATION_BUILD_DIR':'build/Default',
},
},
],
« no previous file with comments | « pylib/gyp/xcode_emulation.py ('k') | test/ios/gyptest-per-config-settings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698