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

Side by Side Diff: ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).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: rework to read GYP_DEFINES/gn_args from bot configs in MB 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
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "dpranke",
3 "smut" 4 "smut"
4 ], 5 ],
5 "comments": [ 6 "comments": [
6 "Builder for fat binaries using ninja." 7 "GN + Ninja simulator build."
7 ], 8 ],
8 "xcode version": "7.0", 9 "xcode version": "7.0",
9 "GYP_DEFINES": { 10 "GYP_DEFINES": {
10 "chromium_ios_signing": "0", 11 "chromium_ios_signing": "0",
11 "target_subarch": "both" 12 "target_subarch": "both"
12 }, 13 },
14 "gn_args": [
15 "target_os=\"ios\"",
16 "use_ios_simulator=false"
smut 2015/11/18 22:00:29 Do you need ios_enable_code_signing=false? It's im
Dirk Pranke 2015/11/18 22:30:27 It's not needed; as you say, it's implied. I've be
Dirk Pranke 2015/11/18 22:46:20 I think this flag is wrong, just like ios_dbg_simu
17 ],
13 "compiler": "ninja", 18 "compiler": "ninja",
14 "configuration": "Release", 19 "mb_type": "gn",
15 "sdk": "iphoneos9.0", 20 "configuration": "Debug",
21 "sdk": "iphonesimulator9.0",
16 "tests": [ 22 "tests": [
17 ] 23 ]
18 } 24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698