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

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

Issue 1411183010: Make MB aware of iOS bot configs and get iOS working. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to #360460, clean up Created 5 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
« no previous file with comments | « no previous file | ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "owners": [
3 "dpranke",
4 "smut"
5 ],
6 "comments": [
7 "GN + Ninja fat binary builder."
8 ],
9 "xcode version": "7.0",
10 "GYP_DEFINES": {
11 "chromium_ios_signing": "0",
12 "target_subarch": "both"
13 },
14 "gn_args": [
15 "ios_enable_code_signing=false",
16 "target_cpu=\"arm\"",
17 "target_os=\"ios\""
18 ],
19 "mb_type": "gn",
20 "compiler": "ninja",
21 "configuration": "Release",
22 "sdk": "iphoneos9.0",
23 "tests": [
24 ]
25 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698