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

Side by Side Diff: ios/build/bots/chromium.fyi/ClangToTiOS.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
« no previous file with comments | « no previous file | ios/build/bots/chromium.fyi/EarlGreyiOS.json » ('j') | 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 "hans" 3 "hans"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Clang tip-of-tree builder for iOS." 6 "Clang tip-of-tree builder for iOS."
7 ], 7 ],
8 "xcode version": "8.0", 8 "xcode version": "8.0",
9 "gn_args": [ 9 "gn_args": [
10 "ios_enable_code_signing=false", 10 "ios_enable_code_signing=false",
11 "is_component_build=false", 11 "is_component_build=false",
12 "llvm_force_head_revision=true", 12 "llvm_force_head_revision=true",
13 "target_cpu=\"arm\"", 13 "target_cpu=\"arm\"",
14 "target_os=\"ios\"" 14 "target_os=\"ios\""
15 ], 15 ],
16 "additional_compile_targets": [
17 "ios:all"
18 ],
16 "env": { 19 "env": {
17 "LLVM_FORCE_HEAD_REVISION": "YES" 20 "LLVM_FORCE_HEAD_REVISION": "YES"
18 }, 21 },
19 "compiler": "ninja", 22 "compiler": "ninja",
20 "configuration": "Release", 23 "configuration": "Release",
21 "sdk": "iphoneos10.0", 24 "sdk": "iphoneos10.0",
22 "tests": [ 25 "tests": [
23 ] 26 ]
24 } 27 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/chromium.fyi/EarlGreyiOS.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698