Chromium Code Reviews| Index: webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json |
| diff --git a/webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json b/webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..91e3d22f9bb1388c4199347d61c14f51faa840d2 |
| --- /dev/null |
| +++ b/webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json |
| @@ -0,0 +1,23 @@ |
| +{ |
| + "owners": [ |
| + "kjellander" |
| + ], |
| + "comments": [ |
| + "Tests for 32-bit iOS 9.0 simulators." |
| + ], |
| + "xcode version": "7.0", |
| + "GYP_DEFINES": { |
| + "chromium_ios_signing": "0", |
| + "target_arch": "ia32" |
|
smut
2016/02/02 21:31:15
I'm assuming you know your GYP_DEFINES are correct
kjellander_webrtc
2016/02/02 22:28:29
Yeah, this is different for WebRTC, we only use ta
|
| + }, |
| + "compiler": "ninja", |
| + "configuration": "Debug", |
| + "sdk": "iphonesimulator9.0", |
| + "tests": [ |
| + { |
| + "include": "common_tests.json", |
| + "device type": "iPhone 5s", |
| + "os": "9.0" |
| + }, |
| + ] |
| +} |