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

Side by Side Diff: ios/build/bots/chromium.mac/ios-device-xcode-clang.json

Issue 2659123003: Remove compiler field from iOS bot configs, ensure gn_args match configuration (Closed)
Patch Set: Created 3 years, 10 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": [
3 "sdefresne",
4 "smut"
5 ],
6 "comments": [ 2 "comments": [
7 "Builder for 32-bit devices.", 3 "Builder for 32-bit devices.",
8 "Build is performed with gn+ninja." 4 "Build is performed with gn+ninja."
9 ], 5 ],
10 "xcode version": "8.0", 6 "xcode version": "8.0",
11 "gn_args": [ 7 "gn_args": [
12 "additional_target_cpus=[ \"arm64\" ]", 8 "additional_target_cpus=[ \"arm64\" ]",
13 "goma_dir=\"$(goma_dir)\"", 9 "goma_dir=\"$(goma_dir)\"",
14 "ios_enable_code_signing=false", 10 "ios_enable_code_signing=false",
15 "is_component_build=false", 11 "is_component_build=false",
16 "is_debug=true", 12 "is_debug=false",
17 "target_cpu=\"arm\"", 13 "target_cpu=\"arm\"",
18 "target_os=\"ios\"", 14 "target_os=\"ios\"",
19 "use_goma=true", 15 "use_goma=true",
20 "use_xcode_clang=true" 16 "use_xcode_clang=true"
21 ], 17 ],
22 "additional_compile_targets": [ 18 "additional_compile_targets": [
23 "all" 19 "all"
24 ], 20 ],
25 "compiler": "ninja",
26 "configuration": "Release", 21 "configuration": "Release",
27 "sdk": "iphoneos10.0", 22 "sdk": "iphoneos10.0",
28 "tests": [ 23 "tests": [
29 ] 24 ]
30 } 25 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device.json ('k') | ios/build/bots/chromium.mac/ios-simulator.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698