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

Side by Side Diff: scripts/slave/recipes/dart/dartium.expected/basic_mac_64_MirrorTrue.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_vars': {'dartium_base': 'svn://sv n-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.chromium.o rg/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk' : 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'manag ed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/da rt/branches/bleeding_edge/deps/dartium.deps'}]" 9 "cache_dir = None\nsolutions = [{'custom_vars': {'dartium_base': 'svn://sv n-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.chromium.o rg/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk' : 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'manag ed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/da rt/branches/bleeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ] 60 ]
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "python", 64 "python",
65 "-u", 65 "-u",
66 "[DEPOT_TOOLS]/gclient.py", 66 "[DEPOT_TOOLS]/gclient.py",
67 "runhooks" 67 "runhooks"
68 ], 68 ],
69 "env": { 69 "env": {
70 "GYP_DEFINES": "clang=1 component=static_library linux_strip_binary=1 targ et_arch=x64", 70 "GYP_DEFINES": "clang=1 component=static_library gomadir=[BUILD]/goma linu x_strip_binary=1 target_arch=x64 use_goma=1",
71 "GYP_GENERATORS": "ninja" 71 "GYP_GENERATORS": "ninja"
72 }, 72 },
73 "name": "gclient runhooks" 73 "name": "gclient runhooks"
74 }, 74 },
75 { 75 {
76 "abort_on_failure": true, 76 "abort_on_failure": true,
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[BUILD]/scripts/slave/compile.py", 80 "[BUILD]/scripts/slave/compile.py",
81 "--target", 81 "--target",
82 "Release", 82 "Release",
83 "--src-dir", 83 "--src-dir",
84 "[SLAVE_BUILD]/src", 84 "[SLAVE_BUILD]/src",
85 "--build-tool", 85 "--build-tool",
86 "ninja", 86 "ninja",
87 "--compiler", 87 "--compiler",
88 "goma-clang", 88 "goma-clang",
89 "--goma-dir",
90 "[BUILD]/goma",
89 "--", 91 "--",
90 "All", 92 "All",
91 "chromium_builder_tests" 93 "chromium_builder_tests"
92 ], 94 ],
93 "name": "compile" 95 "name": "compile"
94 }, 96 },
95 { 97 {
96 "always_run": true, 98 "always_run": true,
97 "cmd": [ 99 "cmd": [
98 "python", 100 "python",
(...skipping 10 matching lines...) Expand all
109 "--target", 111 "--target",
110 "Release", 112 "Release",
111 "-o", 113 "-o",
112 "[SLAVE_BUILD]/layout-test-results", 114 "[SLAVE_BUILD]/layout-test-results",
113 "--build-dir", 115 "--build-dir",
114 "[SLAVE_BUILD]/src/out" 116 "[SLAVE_BUILD]/src/out"
115 ], 117 ],
116 "name": "webkit_tests" 118 "name": "webkit_tests"
117 } 119 }
118 ] 120 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698