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

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

Issue 2587123002: Build //ios:all and its dependencies on the iOS builders. (Closed)
Patch Set: Address comments & add mapping to testing/buildbot/gn_isolate_map.pyl. 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 "sdefresne", 3 "sdefresne",
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": "8.0", 10 "xcode version": "8.0",
11 "gn_args": [ 11 "gn_args": [
12 "additional_target_cpus=[ \"arm64\" ]", 12 "additional_target_cpus=[ \"arm64\" ]",
13 "goma_dir=\"$(goma_dir)\"", 13 "goma_dir=\"$(goma_dir)\"",
14 "ios_enable_code_signing=false", 14 "ios_enable_code_signing=false",
15 "is_component_build=false", 15 "is_component_build=false",
16 "is_debug=true", 16 "is_debug=true",
17 "target_cpu=\"arm\"", 17 "target_cpu=\"arm\"",
18 "target_os=\"ios\"", 18 "target_os=\"ios\"",
19 "use_goma=true", 19 "use_goma=true",
20 "use_xcode_clang=true" 20 "use_xcode_clang=true"
21 ], 21 ],
22 "additional_compile_targets": [
23 "ios:all"
24 ],
22 "compiler": "ninja", 25 "compiler": "ninja",
23 "configuration": "Release", 26 "configuration": "Release",
24 "sdk": "iphoneos10.0", 27 "sdk": "iphoneos10.0",
25 "tests": [ 28 "tests": [
26 ] 29 ]
27 } 30 }
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