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

Side by Side Diff: ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_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 "Tests for 32- and 64-bit iOS 9.0 simulators." 6 "Tests for 32- and 64-bit iOS 9.0 simulators."
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": "Debug", 17 "configuration": "Debug",
19 "sdk": "iphonesimulator9.0", 18 "sdk": "iphonesimulator9.0",
20 "tests": [ 19 "tests": [
21 { 20 {
22 "include": "common_tests.json", 21 "include": "common_tests.json",
23 "device type": "iPhone 5s", 22 "device type": "iPhone 5s",
24 "os": "9.0" 23 "os": "9.0"
25 }, 24 },
26 { 25 {
27 "include": "common_tests.json", 26 "include": "common_tests.json",
28 "device type": "iPad Retina", 27 "device type": "iPad Retina",
29 "os": "9.0" 28 "os": "9.0"
30 } 29 }
31 ] 30 ]
32 } 31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698