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

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

Issue 2194703002: Flip all but ios-simulator builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios-device, turn off xcode-clang for the moment Created 4 years, 4 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
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device-gn.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "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 "gn_args": [
24 "additional_target_cpus=[\"x86\"]",
25 "component=static_library",
26 "disable_brotli_filter=true",
27 "disable_file_support=true",
28 "disable_ftp_support=true",
29 "enable_websockets=false",
30 "goma_dir=\"$(goma_dir)\"",
31 "target_cpu=\"x64\"",
32 "target_os=\"ios\"",
33 "use_platform_icu_alternatives=true"
34 ],
35 "mb_type": "gn",
24 "compiler": "ninja", 36 "compiler": "ninja",
37 "additional_compiler_targets": [ "gn_all" ],
25 "configuration": "Debug", 38 "configuration": "Debug",
26 "sdk": "iphonesimulator9.3", 39 "sdk": "iphonesimulator9.3",
27 "tests": [ 40 "tests": [
28 { 41 {
29 "app": "cronet_test", 42 "app": "cronet_test",
30 "device type": "iPhone 5s", 43 "device type": "iPhone 5s",
31 "os": "9.3" 44 "os": "9.3"
32 }, 45 },
33 { 46 {
34 "app": "cronet_test", 47 "app": "cronet_test",
35 "device type": "iPad Retina", 48 "device type": "iPad Retina",
36 "os": "9.3" 49 "os": "9.3"
37 } 50 }
38 ] 51 ]
39 } 52 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device-gn.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698