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

Side by Side Diff: scripts/slave/recipes/dart/dartium.expected/basic_linux_64_MirrorFalse.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 = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_e dge/deps/dartium.deps'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_e dge/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": "component=static_library linux_strip_binary=1 target_arch= x64", 70 "GYP_DEFINES": "component=static_library gomadir=[BUILD]/goma linux_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", 88 "goma",
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 11 matching lines...) Expand all
110 "--target", 112 "--target",
111 "Release", 113 "Release",
112 "-o", 114 "-o",
113 "[SLAVE_BUILD]/layout-test-results", 115 "[SLAVE_BUILD]/layout-test-results",
114 "--build-dir", 116 "--build-dir",
115 "[SLAVE_BUILD]/src/out" 117 "[SLAVE_BUILD]/src/out"
116 ], 118 ],
117 "name": "webkit_tests" 119 "name": "webkit_tests"
118 } 120 }
119 ] 121 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698