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

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

Issue 2347943002: Update bots so they use iOS10 SDK (Closed)
Patch Set: Created 4 years, 3 months 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": "7.3", 9 "xcode version": "8.0",
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",
(...skipping 10 matching lines...) Expand all
30 "is_component_build=false", 30 "is_component_build=false",
31 "is_cronet_build=true", 31 "is_cronet_build=true",
32 "target_cpu=\"x64\"", 32 "target_cpu=\"x64\"",
33 "target_os=\"ios\"", 33 "target_os=\"ios\"",
34 "use_platform_icu_alternatives=true" 34 "use_platform_icu_alternatives=true"
35 ], 35 ],
36 "mb_type": "gn", 36 "mb_type": "gn",
37 "compiler": "ninja", 37 "compiler": "ninja",
38 "additional_compiler_targets": [ "gn_all" ], 38 "additional_compiler_targets": [ "gn_all" ],
39 "configuration": "Debug", 39 "configuration": "Debug",
40 "sdk": "iphonesimulator9.3", 40 "sdk": "iphonesimulator10.0",
41 "tests": [ 41 "tests": [
42 { 42 {
43 "app": "cronet_test", 43 "app": "cronet_test",
44 "device type": "iPhone 5s", 44 "device type": "iPhone 5s",
45 "os": "9.3" 45 "os": "9.3"
46 }, 46 },
47 { 47 {
48 "app": "cronet_test", 48 "app": "cronet_test",
49 "device type": "iPad Retina", 49 "device type": "iPad Retina",
50 "os": "9.3" 50 "os": "9.3"
51 } 51 }
52 ] 52 ]
53 } 53 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | ios/build/bots/chromium.mac/ios-simulator-gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698