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": "7.0", | 9 "xcode version": "7.3", |
10 "GYP_DEFINES": [ | 10 "GYP_DEFINES": [ |
11 "OS=ios", | 11 "OS=ios", |
12 "chromium_ios_signing=0", | 12 "chromium_ios_signing=0", |
13 "component=static_library", | 13 "component=static_library", |
14 "enable_websockets=false", | 14 "enable_websockets=false", |
15 "disable_brotli_filter=true", | 15 "disable_brotli_filter=true", |
16 "disable_file_support=true", | 16 "disable_file_support=true", |
17 "disable_ftp_support=true", | 17 "disable_ftp_support=true", |
18 "gomadir=$(goma_dir)", | 18 "gomadir=$(goma_dir)", |
19 "target_subarch=both", | 19 "target_subarch=both", |
20 "use_goma=1", | 20 "use_goma=1", |
21 "use_platform_icu_alternatives=true" | 21 "use_platform_icu_alternatives=true" |
22 ], | 22 ], |
23 "mb_type": "gyp", | 23 "mb_type": "gyp", |
24 "compiler": "ninja", | 24 "compiler": "ninja", |
25 "configuration": "Debug", | 25 "configuration": "Debug", |
26 "sdk": "iphonesimulator9.0", | 26 "sdk": "iphonesimulator9.3", |
27 "tests": [ | 27 "tests": [ |
28 { | 28 { |
29 "app": "cronet_test", | 29 "app": "cronet_test", |
30 "device type": "iPhone 5s", | 30 "device type": "iPhone 5s", |
31 "os": "9.0" | 31 "os": "9.3" |
32 }, | 32 }, |
33 { | 33 { |
34 "app": "cronet_test", | 34 "app": "cronet_test", |
35 "device type": "iPad Retina", | 35 "device type": "iPad Retina", |
36 "os": "9.0" | 36 "os": "9.3" |
37 } | 37 } |
38 ] | 38 ] |
39 } | 39 } |
OLD | NEW |