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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 1093313003: Revert of Update lists of compile targets for the GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "Android Tests": { 8 "Android Tests": {
9 "scripts": [ 9 "scripts": [
10 { 10 {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 { 101 {
102 "test": "ui_base_unittests" 102 "test": "ui_base_unittests"
103 }, 103 },
104 { 104 {
105 "test": "unit_tests" 105 "test": "unit_tests"
106 } 106 }
107 ] 107 ]
108 }, 108 },
109 "Linux GN": { 109 "Linux GN": {
110 "additional_compile_targets": [ 110 "additional_compile_targets": [
111 "accessibility_unittests", 111 "all"
112 "app_list_unittests",
113 "aura_unittests",
114 "browser_tests",
115 "cacheinvalidation_unittests",
116 "cast_unittests",
117 "cc_unittests",
118 "chromedriver_unittests",
119 "components_browsertests",
120 "components_unittests",
121 "content_browsertests",
122 "content_unittests",
123 "crypto_unittests",
124 "dbus_unittests",
125 "device_unittests",
126 "display_unittests",
127 "events_unittests",
128 "extensions_browsertests",
129 "extensions_unittests",
130 "gcm_unit_tests",
131 "gfx_unittests",
132 "gn_unittests",
133 "google_apis_unittests",
134 "gpu_unittests",
135 "interactive_ui_tests",
136 "ipc_mojo_unittests",
137 "ipc_tests",
138 "jingle_unittests",
139 "media_unittests",
140 "mojo_common_unittests",
141 "mojo_public_bindings_unittests",
142 "mojo_public_environment_unittests",
143 "mojo_public_system_unittests",
144 "mojo_public_utility_unittests",
145 "mojo_system_unittests",
146 "nacl_loader_unittests",
147 "net_unittests",
148 "ppapi_unittests",
149 "printing_unittests",
150 "remoting_unittests",
151 "sandbox_linux_unittests",
152 "skia_unittests",
153 "sql_unittests",
154 "sync_integration_tests",
155 "sync_unit_tests",
156 "ui_base_unittests",
157 "ui_touch_selection_unittests",
158 "unit_tests",
159 "url_unittests",
160 "views_unittests",
161 "wm_unittests"
162 ], 112 ],
163 "gtest_tests": [ 113 "gtest_tests": [
164 { 114 {
165 "test": "base_unittests" 115 "test": "base_unittests"
166 } 116 }
167 ] 117 ]
168 }, 118 },
169 "Linux GN (dbg)": { 119 "Linux GN (dbg)": {
170 "additional_compile_targets": [ 120 "additional_compile_targets": [
171 "accessibility_unittests", 121 "all"
172 "app_list_unittests",
173 "aura_unittests",
174 "browser_tests",
175 "cacheinvalidation_unittests",
176 "cast_unittests",
177 "cc_unittests",
178 "chromedriver_unittests",
179 "components_browsertests",
180 "components_unittests",
181 "content_browsertests",
182 "content_unittests",
183 "crypto_unittests",
184 "dbus_unittests",
185 "device_unittests",
186 "display_unittests",
187 "events_unittests",
188 "extensions_browsertests",
189 "extensions_unittests",
190 "gcm_unit_tests",
191 "gfx_unittests",
192 "gn_unittests",
193 "google_apis_unittests",
194 "gpu_unittests",
195 "interactive_ui_tests",
196 "ipc_mojo_unittests",
197 "ipc_tests",
198 "jingle_unittests",
199 "media_unittests",
200 "mojo_common_unittests",
201 "mojo_public_bindings_unittests",
202 "mojo_public_environment_unittests",
203 "mojo_public_system_unittests",
204 "mojo_public_utility_unittests",
205 "mojo_system_unittests",
206 "net_unittests",
207 "ppapi_unittests",
208 "printing_unittests",
209 "remoting_unittests",
210 "sandbox_linux_unittests",
211 "skia_unittests",
212 "sql_unittests",
213 "sync_integration_tests",
214 "sync_unit_tests",
215 "ui_base_unittests",
216 "ui_touch_selection_unittests",
217 "unit_tests",
218 "url_unittests",
219 "views_unittests",
220 "wm_unittests"
221 ], 122 ],
222 "gtest_tests": [ 123 "gtest_tests": [
223 { 124 {
224 "test": "base_unittests" 125 "test": "base_unittests"
225 } 126 }
226 ] 127 ]
227 }, 128 },
228 "Linux Tests": { 129 "Linux Tests": {
229 "gtest_tests": [ 130 "gtest_tests": [
230 { 131 {
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 } 857 }
957 ], 858 ],
958 "scripts": [ 859 "scripts": [
959 { 860 {
960 "name": "nacl_integration", 861 "name": "nacl_integration",
961 "script": "nacl_integration.py" 862 "script": "nacl_integration.py"
962 } 863 }
963 ] 864 ]
964 } 865 }
965 } 866 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698