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

Side by Side Diff: ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.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 "smut" 3 "smut"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Builder for fat binaries using ninja." 6 "Builder for fat binaries using ninja."
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 "gomadir": "$(goma_dir)",
13 "target_subarch": "both", 12 "target_subarch": "both",
14 "use_goma": "1" 13 "use_goma": "1"
15 }, 14 },
16 "mb_type": "gyp", 15 "mb_type": "gyp",
17 "compiler": "ninja", 16 "compiler": "ninja",
18 "configuration": "Release", 17 "configuration": "Release",
19 "sdk": "iphoneos9.0", 18 "sdk": "iphoneos9.0",
20 "tests": [ 19 "tests": [
21 ] 20 ]
22 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698