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 ], | 7 ], |
8 "xcode version": "7.0", | 8 "xcode version": "7.0", |
9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
11 "target_arch": "ia32", | 11 "target_arch": "ia32" |
12 "use_goma": "1", | |
13 "gomadir": "$(goma_dir)" | |
14 }, | 12 }, |
15 "mb_type": "gyp", | |
16 "compiler": "ninja", | 13 "compiler": "ninja", |
17 "configuration": "Debug", | 14 "configuration": "Debug", |
18 "sdk": "iphonesimulator9.0", | 15 "sdk": "iphonesimulator9.0", |
19 "tests": [ | 16 "tests": [ |
20 { | 17 { |
21 "include": "common_tests.json", | 18 "include": "common_tests.json", |
22 "device type": "iPhone 5s", | 19 "device type": "iPhone 5s", |
23 "os": "9.0" | 20 "os": "9.0" |
24 } | 21 } |
25 ] | 22 ] |
26 } | 23 } |
OLD | NEW |