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

Side by Side Diff: ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json

Issue 1877173002: Change how MB handles goma_dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "dpranke", 3 "dpranke",
4 "smut" 4 "smut"
5 ], 5 ],
6 "comments": [ 6 "comments": [
7 "GN + Ninja simulator build." 7 "GN + Ninja simulator build."
8 ], 8 ],
9 "xcode version": "7.0", 9 "xcode version": "7.0",
10 "GYP_DEFINES": { 10 "GYP_DEFINES": {
11 "chromium_ios_signing": "0", 11 "chromium_ios_signing": "0",
12 "gomadir": "$(goma_dir)",
13 "target_subarch": "both", 12 "target_subarch": "both",
14 "use_goma": "1" 13 "use_goma": "1"
15 }, 14 },
16 "gn_args": [ 15 "gn_args": [
17 "goma_dir=\"$(goma_dir)\"",
18 "target_os=\"ios\"", 16 "target_os=\"ios\"",
19 "use_goma=true" 17 "use_goma=true"
20 ], 18 ],
21 "mb_type": "gn", 19 "mb_type": "gn",
22 "compiler": "ninja", 20 "compiler": "ninja",
23 "additional_compile_targets": ["gn_all"], 21 "additional_compile_targets": ["gn_all"],
24 "configuration": "Debug", 22 "configuration": "Debug",
25 "sdk": "iphonesimulator9.0", 23 "sdk": "iphonesimulator9.0",
26 "tests": [ 24 "tests": [
27 ] 25 ]
28 } 26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698