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

Side by Side Diff: scripts/slave/recipes/oilpan.expected/basic_win.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_deps': {'src/chrome/tools/test/re ference_build/chrome_linux': 'svn://svn-mirror.golo.chromium.org/blink/branches/ oilpan/Tools/reference_build/chrome_linux'}, 'custom_vars': {'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webki t_trunk': 'svn://svn-mirror.golo.chromium.org/blink/branches/oilpan'}, 'deps_fil e': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromi um.org/chrome/trunk/src'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/chrome/tools/test/re ference_build/chrome_linux': 'svn://svn-mirror.golo.chromium.org/blink/branches/ oilpan/Tools/reference_build/chrome_linux'}, 'custom_vars': {'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webki t_trunk': 'svn://svn-mirror.golo.chromium.org/blink/branches/oilpan'}, 'deps_fil e': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromi um.org/chrome/trunk/src'}]"
10 ], 10 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ] 77 ]
78 }, 78 },
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "python", 81 "python",
82 "-u", 82 "-u",
83 "[DEPOT_TOOLS]\\gclient.py", 83 "[DEPOT_TOOLS]\\gclient.py",
84 "runhooks" 84 "runhooks"
85 ], 85 ],
86 "env": { 86 "env": {
87 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 li nux_strip_binary=1 target_arch=x64", 87 "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",
88 "GYP_GENERATORS": "ninja", 88 "GYP_GENERATORS": "ninja",
89 "GYP_MSVS_VERSION": "2012" 89 "GYP_MSVS_VERSION": "2012"
90 }, 90 },
91 "name": "gclient runhooks" 91 "name": "gclient runhooks"
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Source\\apply_oilpan_patches.py" 97 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Source\\apply_oilpan_patches.py"
98 ], 98 ],
99 "name": "apply oilpan patches" 99 "name": "apply oilpan patches"
100 }, 100 },
101 { 101 {
102 "abort_on_failure": true, 102 "abort_on_failure": true,
103 "cmd": [ 103 "cmd": [
104 "python", 104 "python",
105 "-u", 105 "-u",
106 "[BUILD]\\scripts\\slave\\compile.py", 106 "[BUILD]\\scripts\\slave\\compile.py",
107 "--target", 107 "--target",
108 "Release_x64", 108 "Release_x64",
109 "--src-dir", 109 "--src-dir",
110 "[SLAVE_BUILD]\\src", 110 "[SLAVE_BUILD]\\src",
111 "--build-tool", 111 "--build-tool",
112 "ninja", 112 "ninja",
113 "--compiler", 113 "--compiler",
114 "goma", 114 "goma",
115 "--goma-dir",
116 "[BUILD]\\goma",
115 "--", 117 "--",
116 "All", 118 "All",
117 "chromium_builder_tests" 119 "chromium_builder_tests"
118 ], 120 ],
119 "name": "compile" 121 "name": "compile"
120 } 122 }
121 ] 123 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698