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

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: 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
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 "target_os=\"ios\"",
19 "ios_enable_code_signing=false",
20 "component=static_library",
21 "target_cpu=\"arm\""
smut 2016/07/28 23:55:04 Sort alpha.
Dirk Pranke 2016/07/29 00:08:30 Will do.
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') | ios/build/bots/chromium.mac/ios-device.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698