Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Side by Side Diff: ios/build/bots/chromium.mac/ios-simulator-cronet.json

Issue 2587123002: Build //ios:all and its dependencies on the iOS builders. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698