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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/dartium_builder.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': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']"
10 ], 10 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "[DEPOT_TOOLS]/gclient.py", 86 "[DEPOT_TOOLS]/gclient.py",
87 "runhooks" 87 "runhooks"
88 ], 88 ],
89 "env": { 89 "env": {
90 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm ines.py", 90 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm ines.py",
91 "GYP_CROSSCOMPILE": "1", 91 "GYP_CROSSCOMPILE": "1",
92 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 92 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir=[B UILD]/goma host_os=linux target_arch=arm use_goma=1",
93 "GYP_GENERATORS": "ninja", 93 "GYP_GENERATORS": "ninja",
94 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" 94 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
95 }, 95 },
96 "name": "gclient runhooks" 96 "name": "gclient runhooks"
97 }, 97 },
98 { 98 {
99 "abort_on_failure": true, 99 "abort_on_failure": true,
100 "cmd": [ 100 "cmd": [
101 "python", 101 "python",
102 "-u", 102 "-u",
103 "[BUILD]/scripts/slave/compile.py", 103 "[BUILD]/scripts/slave/compile.py",
104 "--target", 104 "--target",
105 "Debug", 105 "Debug",
106 "--src-dir", 106 "--src-dir",
107 "[SLAVE_BUILD]/src", 107 "[SLAVE_BUILD]/src",
108 "--build-tool", 108 "--build-tool",
109 "ninja", 109 "ninja",
110 "--compiler", 110 "--compiler",
111 "goma", 111 "goma",
112 "--goma-dir",
113 "[BUILD]/goma",
112 "--", 114 "--",
113 "chrome_apk", 115 "chrome_apk",
114 "content_shell_apk" 116 "content_shell_apk"
115 ], 117 ],
116 "env": { 118 "env": {
117 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" 119 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
118 }, 120 },
119 "name": "compile" 121 "name": "compile"
120 }, 122 },
121 { 123 {
122 "always_run": true, 124 "always_run": true,
123 "cmd": [ 125 "cmd": [
124 "rm", 126 "rm",
125 "-rf" 127 "-rf"
126 ], 128 ],
127 "name": "cleanup_build" 129 "name": "cleanup_build"
128 }, 130 },
129 { 131 {
130 "cmd": [ 132 "cmd": [
131 "python", 133 "python",
132 "-u", 134 "-u",
133 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", 135 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py",
134 "--build-products-dir", 136 "--build-products-dir",
135 "[SLAVE_BUILD]/src/out/Debug" 137 "[SLAVE_BUILD]/src/out/Debug"
136 ], 138 ],
137 "name": "dartium_test" 139 "name": "dartium_test"
138 } 140 }
139 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698