OLD | NEW |
---|---|
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "smut" | 3 "smut" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.", | 6 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.", |
7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." | 7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." |
8 ], | 8 ], |
9 "xcode version": "8.0", | 9 "xcode version": "8.0", |
10 "gn_args": [ | 10 "gn_args": [ |
11 "additional_target_cpus=[\"x86\"]", | 11 "additional_target_cpus=[\"x86\"]", |
12 "disable_brotli_filter=true", | 12 "disable_brotli_filter=true", |
13 "disable_file_support=true", | 13 "disable_file_support=true", |
14 "disable_ftp_support=true", | 14 "disable_ftp_support=true", |
15 "enable_websockets=false", | 15 "enable_websockets=false", |
16 "goma_dir=\"$(goma_dir)\"", | 16 "goma_dir=\"$(goma_dir)\"", |
17 "is_component_build=false", | 17 "is_component_build=false", |
18 "is_cronet_build=true", | 18 "is_cronet_build=true", |
19 "target_cpu=\"x64\"", | 19 "target_cpu=\"x64\"", |
20 "target_os=\"ios\"", | 20 "target_os=\"ios\"", |
21 "use_platform_icu_alternatives=true" | 21 "use_platform_icu_alternatives=true" |
22 ], | 22 ], |
23 "additional_compile_targets": [ | |
rohitrao (ping after 24h)
2016/12/19 18:56:04
Even for cronet?
sdefresne
2016/12/19 19:13:00
Probably not (though ios:all is smart and exists f
| |
24 "ios:all" | |
25 ], | |
23 "compiler": "ninja", | 26 "compiler": "ninja", |
24 "configuration": "Debug", | 27 "configuration": "Debug", |
25 "sdk": "iphonesimulator10.0", | 28 "sdk": "iphonesimulator10.0", |
26 "tests": [ | 29 "tests": [ |
27 { | 30 { |
28 "app": "cronet_test", | 31 "app": "cronet_test", |
29 "device type": "iPhone 5s", | 32 "device type": "iPhone 5s", |
30 "os": "9.3" | 33 "os": "9.3" |
31 }, | 34 }, |
32 { | 35 { |
33 "app": "cronet_test", | 36 "app": "cronet_test", |
34 "device type": "iPad Retina", | 37 "device type": "iPad Retina", |
35 "os": "9.3" | 38 "os": "9.3" |
36 } | 39 } |
37 ] | 40 ] |
38 } | 41 } |
OLD | NEW |