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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/basic.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/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%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.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%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.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]"
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=shared_library embedded=1 target_arch=x64", 70 "GYP_DEFINES": "component=shared_library embedded=1 gomadir=[BUILD]/goma t arget_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 "Debug", 82 "Debug",
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 "content_shell" 92 "content_shell"
91 ], 93 ],
92 "name": "compile content_shell" 94 "name": "compile content_shell"
93 }, 95 },
94 { 96 {
95 "can_fail_build": false, 97 "can_fail_build": false,
96 "cmd": [ 98 "cmd": [
97 "python", 99 "python",
98 "-u", 100 "-u",
99 "[SLAVE_BUILD]/src/tools/check_ecs_deps/check_ecs_deps.py" 101 "[SLAVE_BUILD]/src/tools/check_ecs_deps/check_ecs_deps.py"
100 ], 102 ],
101 "cwd": "[SLAVE_BUILD]/src/out/Debug", 103 "cwd": "[SLAVE_BUILD]/src/out/Debug",
102 "name": "check ecs deps" 104 "name": "check ecs deps"
103 }, 105 },
104 { 106 {
105 "abort_on_failure": true, 107 "abort_on_failure": true,
106 "cmd": [ 108 "cmd": [
107 "python", 109 "python",
108 "-u", 110 "-u",
109 "[BUILD]/scripts/slave/compile.py", 111 "[BUILD]/scripts/slave/compile.py",
110 "--target", 112 "--target",
111 "Debug", 113 "Debug",
112 "--src-dir", 114 "--src-dir",
113 "[SLAVE_BUILD]/src", 115 "[SLAVE_BUILD]/src",
114 "--build-tool", 116 "--build-tool",
115 "ninja", 117 "ninja",
116 "--compiler", 118 "--compiler",
117 "goma", 119 "goma",
120 "--goma-dir",
121 "[BUILD]/goma",
118 "--", 122 "--",
119 "aura_unittests", 123 "aura_unittests",
120 "base_unittests", 124 "base_unittests",
121 "cacheinvalidation_unittests", 125 "cacheinvalidation_unittests",
122 "cc_unittests", 126 "cc_unittests",
123 "components_unittests", 127 "components_unittests",
124 "compositor_unittests", 128 "compositor_unittests",
125 "content_browsertests", 129 "content_browsertests",
126 "content_unittests", 130 "content_unittests",
127 "crypto_unittests", 131 "crypto_unittests",
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "--factory-properties", 516 "--factory-properties",
513 "{\"recipe\": \"ozone_ecs\"}", 517 "{\"recipe\": \"ozone_ecs\"}",
514 "--build-properties", 518 "--build-properties",
515 "{\"recipe\": \"ozone_ecs\"}", 519 "{\"recipe\": \"ozone_ecs\"}",
516 "--no-spawn-dbus", 520 "--no-spawn-dbus",
517 "url_unittests" 521 "url_unittests"
518 ], 522 ],
519 "name": "url_unittests" 523 "name": "url_unittests"
520 } 524 }
521 ] 525 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698