OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
| 3 "dpranke", |
3 "smut" | 4 "smut" |
4 ], | 5 ], |
5 "comments": [ | 6 "comments": [ |
6 "Tests for 32- and 64-bit iOS 9.0 simulators.", | 7 "Tests for 32- and 64-bit iOS 9.0 simulators.", |
7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." | 8 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).", |
| 9 "Build is performed with gyp+ninja." |
8 ], | 10 ], |
9 "xcode version": "7.0", | 11 "xcode version": "7.0", |
10 "GYP_DEFINES": [ | 12 "GYP_DEFINES": [ |
11 "OS=ios", | 13 "OS=ios", |
12 "chromium_ios_signing=0", | 14 "chromium_ios_signing=0", |
13 "component=static_library", | 15 "component=static_library", |
14 "use_goma=1", | 16 "use_goma=1", |
15 "gomadir=$(goma_dir)", | 17 "gomadir=$(goma_dir)", |
16 "target_subarch=both" | 18 "target_subarch=both" |
17 ], | 19 ], |
| 20 "gn_args": [ |
| 21 "is_debug=true", |
| 22 "target_os=\"ios\"", |
| 23 "ios_enable_code_signing=false", |
| 24 "is_component_build=false", |
| 25 "use_goma=true", |
| 26 "goma_dir=\"$(goma_dir)\"", |
| 27 "target_cpu=\"x64\"", |
| 28 "additional_target_cpus=[\"x86\"]" |
| 29 ], |
18 "mb_type": "gyp", | 30 "mb_type": "gyp", |
19 "compiler": "ninja", | 31 "compiler": "ninja", |
20 "configuration": "Debug", | 32 "configuration": "Debug", |
21 "sdk": "iphonesimulator9.0", | 33 "sdk": "iphonesimulator9.0", |
22 "tests": [ | 34 "tests": [ |
23 { | 35 { |
24 "include": "common_tests.json", | 36 "include": "common_tests.json", |
25 "device type": "iPhone 5s", | 37 "device type": "iPhone 5s", |
26 "os": "9.0" | 38 "os": "9.0" |
27 }, | 39 }, |
28 { | 40 { |
29 "include": "common_tests.json", | 41 "include": "common_tests.json", |
30 "device type": "iPad Retina", | 42 "device type": "iPad Retina", |
31 "os": "9.0" | 43 "os": "9.0" |
32 } | 44 } |
33 ] | 45 ] |
34 } | 46 } |
OLD | NEW |