OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "kjellander" | 3 "kjellander" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Tests for 32-bit iOS 9.0 simulators." | 6 "Tests for 32-bit iOS 9.0 simulators.", |
| 7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ", |
| 8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled
." |
7 ], | 9 ], |
8 "xcode version": "7.0", | 10 "xcode version": "7.0", |
9 "GYP_DEFINES": { | 11 "GYP_DEFINES": [ |
10 "chromium_ios_signing": "0", | 12 "use_goma=1", |
11 "target_arch": "ia32" | 13 "gomadir=$(goma_dir)", |
12 }, | 14 "chromium_ios_signing=0", |
| 15 "component=static_library", |
| 16 "target_arch=ia32" |
| 17 ], |
| 18 "gn_args": [ |
| 19 "is_debug=true", |
| 20 "target_os=\"ios\"", |
| 21 "ios_enable_code_signing=false", |
| 22 "is_component_build=false", |
| 23 "use_goma=true", |
| 24 "goma_dir=\"$(goma_dir)\"", |
| 25 "target_cpu=\"x86\"" |
| 26 ], |
| 27 "mb_type": "gyp", |
13 "use_analyze": false, | 28 "use_analyze": false, |
14 "compiler": "ninja", | 29 "compiler": "ninja", |
15 "configuration": "Debug", | 30 "configuration": "Debug", |
16 "sdk": "iphonesimulator9.0", | 31 "sdk": "iphonesimulator9.0", |
17 "tests": [ | 32 "tests": [ |
18 { | 33 { |
19 "include": "common_tests.json", | 34 "include": "common_tests.json", |
20 "device type": "iPhone 5s", | 35 "device type": "iPhone 5s", |
21 "os": "9.0" | 36 "os": "9.0" |
22 } | 37 } |
23 ] | 38 ] |
24 } | 39 } |
OLD | NEW |