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

Side by Side Diff: ios/build/bots/chromium.mac/ios-device-gn.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
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "dpranke", 3 "dpranke",
4 "smut" 4 "smut"
5 ], 5 ],
6 "comments": [ 6 "comments": [
7 "Builder for 32-bit devices.", 7 "Builder for 32-bit devices.",
8 "Build is performed with gn+ninja." 8 "Build is performed with gn+ninja."
9 ], 9 ],
10 "xcode version": "7.0", 10 "xcode version": "7.0",
11 "GYP_DEFINES": [ 11 "GYP_DEFINES": [
12 "OS=ios", 12 "OS=ios",
13 "chromium_ios_signing=0", 13 "chromium_ios_signing=0",
14 "component=static_library", 14 "component=static_library",
15 "use_goma=1", 15 "use_goma=1",
16 "gomadir=$(goma_dir)", 16 "gomadir=$(goma_dir)",
17 "target_subarch=arm32" 17 "target_subarch=arm32"
18 ], 18 ],
19 "gn_args": [ 19 "gn_args": [
20 "is_debug=true",
21 "target_os=\"ios\"",
22 "ios_enable_code_signing=false", 20 "ios_enable_code_signing=false",
23 "is_component_build=false", 21 "is_component_build=false",
24 "use_goma=true", 22 "is_debug=true",
25 "goma_dir=\"$(goma_dir)\"", 23 "target_cpu=\"arm\"",
26 "target_cpu=\"arm\"" 24 "target_os=\"ios\""
27 ], 25 ],
28 "mb_type": "gn", 26 "mb_type": "gn",
29 "compiler": "ninja", 27 "compiler": "ninja",
30 "additional_compile_targets": ["gn_all"], 28 "additional_compile_targets": ["gn_all"],
31 "configuration": "Release", 29 "configuration": "Release",
32 "sdk": "iphoneos9.0", 30 "sdk": "iphoneos9.0",
33 "tests": [ 31 "tests": [
34 ] 32 ]
35 } 33 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device.json ('k') | ios/build/bots/chromium.mac/ios-simulator-cronet.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698