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

Side by Side Diff: scripts/slave/recipes/oilpan.expected/basic_mac.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": "clang=1 component=static_library linux_strip_binary=1 targ et_arch=x64", 87 "GYP_DEFINES": "clang=1 component=static_library gomadir=[BUILD]/goma linu x_strip_binary=1 target_arch=x64 use_goma=1",
88 "GYP_GENERATORS": "ninja" 88 "GYP_GENERATORS": "ninja"
89 }, 89 },
90 "name": "gclient runhooks" 90 "name": "gclient runhooks"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "[SLAVE_BUILD]/src/third_party/WebKit/Source/apply_oilpan_patches.py" 96 "[SLAVE_BUILD]/src/third_party/WebKit/Source/apply_oilpan_patches.py"
97 ], 97 ],
98 "name": "apply oilpan patches" 98 "name": "apply oilpan patches"
99 }, 99 },
100 { 100 {
101 "abort_on_failure": true, 101 "abort_on_failure": true,
102 "cmd": [ 102 "cmd": [
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "[BUILD]/scripts/slave/compile.py", 105 "[BUILD]/scripts/slave/compile.py",
106 "--target", 106 "--target",
107 "Release", 107 "Release",
108 "--src-dir", 108 "--src-dir",
109 "[SLAVE_BUILD]/src", 109 "[SLAVE_BUILD]/src",
110 "--build-tool", 110 "--build-tool",
111 "ninja", 111 "ninja",
112 "--compiler", 112 "--compiler",
113 "goma-clang", 113 "goma-clang",
114 "--goma-dir",
115 "[BUILD]/goma",
114 "--", 116 "--",
115 "All", 117 "All",
116 "chromium_builder_tests" 118 "chromium_builder_tests"
117 ], 119 ],
118 "name": "compile" 120 "name": "compile"
119 } 121 }
120 ] 122 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698