Chromium Code Reviews| 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', |
| }, |
| }, |
| ], |