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

Side by Side Diff: scripts/slave/recipes/dart/dartium.expected/basic_win_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": "chromium_win_pch=0 component=static_library fastbuild=1 li nux_strip_binary=1 target_arch=x64", 70 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir=[BUILD]\\goma linux_strip_binary=1 target_arch=x64 use_goma=1",
71 "GYP_GENERATORS": "ninja", 71 "GYP_GENERATORS": "ninja",
72 "GYP_MSVS_VERSION": "2012" 72 "GYP_MSVS_VERSION": "2012"
73 }, 73 },
74 "name": "gclient runhooks" 74 "name": "gclient runhooks"
75 }, 75 },
76 { 76 {
77 "abort_on_failure": true, 77 "abort_on_failure": true,
78 "cmd": [ 78 "cmd": [
79 "python", 79 "python",
80 "-u", 80 "-u",
81 "[BUILD]\\scripts\\slave\\compile.py", 81 "[BUILD]\\scripts\\slave\\compile.py",
82 "--target", 82 "--target",
83 "Release_x64", 83 "Release_x64",
84 "--src-dir", 84 "--src-dir",
85 "[SLAVE_BUILD]\\src", 85 "[SLAVE_BUILD]\\src",
86 "--build-tool", 86 "--build-tool",
87 "ninja", 87 "ninja",
88 "--compiler", 88 "--compiler",
89 "goma", 89 "goma",
90 "--goma-dir",
91 "[BUILD]\\goma",
90 "--", 92 "--",
91 "All", 93 "All",
92 "chromium_builder_tests" 94 "chromium_builder_tests"
93 ], 95 ],
94 "name": "compile" 96 "name": "compile"
95 }, 97 },
96 { 98 {
97 "always_run": true, 99 "always_run": true,
98 "cmd": [ 100 "cmd": [
99 "python", 101 "python",
(...skipping 10 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