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

Side by Side Diff: ios/build/bots/chromium.fyi/ClangToTiOS.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
« 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": "7.0", 8 "xcode version": "7.0",
9 "GYP_DEFINES": [ 9 "GYP_DEFINES": [
10 "OS=ios", 10 "OS=ios",
11 "chromium_ios_signing=0", 11 "chromium_ios_signing=0",
12 "component=static_library", 12 "component=static_library",
13 "clang_use_chrome_plugins=0", 13 "clang_use_chrome_plugins=0",
14 "target_subarch=arm32", 14 "target_subarch=arm32",
15 "werror=" 15 "werror="
16 ], 16 ],
17 "gn_args": [
18 "component=static_library",
19 "ios_enable_code_signing=false",
20 "target_cpu=\"arm\"",
21 "target_os=\"ios\""
22 ],
17 "env": { 23 "env": {
18 "LLVM_FORCE_HEAD_REVISION": "YES" 24 "LLVM_FORCE_HEAD_REVISION": "YES"
19 }, 25 },
20 "mb_type": "gyp", 26 "mb_type": "gn",
21 "compiler": "ninja", 27 "compiler": "ninja",
28 "additional_compile_targets": ["gn_all"],
22 "configuration": "Release", 29 "configuration": "Release",
23 "sdk": "iphoneos9.0", 30 "sdk": "iphoneos9.0",
24 "tests": [ 31 "tests": [
25 ] 32 ]
26 } 33 }
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