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

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

Issue 2509503002: Add config for ios-device-xcode-clang bot (Closed)
Patch Set: Created 4 years, 1 month 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": "8.0", 10 "xcode version": "8.0",
(...skipping 10 matching lines...) Expand all
21 "is_debug=true", 21 "is_debug=true",
22 "target_os=\"ios\"", 22 "target_os=\"ios\"",
23 "ios_enable_code_signing=false", 23 "ios_enable_code_signing=false",
24 "is_component_build=false", 24 "is_component_build=false",
25 "use_goma=true", 25 "use_goma=true",
26 "goma_dir=\"$(goma_dir)\"", 26 "goma_dir=\"$(goma_dir)\"",
27 "target_cpu=\"arm\"" 27 "target_cpu=\"arm\""
28 ], 28 ],
29 "mb_type": "gn", 29 "mb_type": "gn",
30 "compiler": "ninja", 30 "compiler": "ninja",
31 "additional_compile_targets": [ "gn_all" ],
32 "configuration": "Release", 31 "configuration": "Release",
33 "sdk": "iphoneos10.0", 32 "sdk": "iphoneos10.0",
34 "tests": [ 33 "tests": [
35 ] 34 ]
36 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698