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

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

Issue 1282533002: Run browser_tests on Linux GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('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_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 { 229 {
230 "swarming": { 230 "swarming": {
231 "can_use_on_swarming_builders": true 231 "can_use_on_swarming_builders": true
232 }, 232 },
233 "test": "url_unittests" 233 "test": "url_unittests"
234 } 234 }
235 ] 235 ]
236 }, 236 },
237 "Linux GN": { 237 "Linux GN": {
238 "additional_compile_targets": [ 238 "additional_compile_targets": [
239 "browser_tests", 239 "browser_tests",
Dirk Pranke 2015/08/07 23:49:42 You can also delete this line now.
jam 2015/08/08 01:50:01 Done.
240 "mandoline:all" 240 "mandoline:all"
241 ], 241 ],
242 "gtest_tests": [ 242 "gtest_tests": [
243 { 243 {
244 "swarming": { 244 "swarming": {
245 "can_use_on_swarming_builders": true 245 "can_use_on_swarming_builders": true
246 }, 246 },
247 "test": "accessibility_unittests" 247 "test": "accessibility_unittests"
248 }, 248 },
249 { 249 {
250 "swarming": { 250 "swarming": {
251 "can_use_on_swarming_builders": true 251 "can_use_on_swarming_builders": true
252 }, 252 },
253 "test": "app_list_unittests" 253 "test": "app_list_unittests"
254 }, 254 },
255 { 255 {
256 "swarming": { 256 "swarming": {
257 "can_use_on_swarming_builders": true 257 "can_use_on_swarming_builders": true
258 }, 258 },
259 "test": "aura_unittests" 259 "test": "aura_unittests"
260 }, 260 },
261 { 261 {
262 "swarming": { 262 "swarming": {
263 "can_use_on_swarming_builders": true 263 "can_use_on_swarming_builders": true
264 }, 264 },
265 "test": "base_unittests" 265 "test": "base_unittests"
266 }, 266 },
267 { 267 {
268 "swarming": { 268 "swarming": {
269 "can_use_on_swarming_builders": true,
270 "shards": 5
271 },
272 "test": "browser_tests"
273 },
274 {
275 "swarming": {
269 "can_use_on_swarming_builders": true 276 "can_use_on_swarming_builders": true
270 }, 277 },
271 "test": "cacheinvalidation_unittests" 278 "test": "cacheinvalidation_unittests"
272 }, 279 },
273 { 280 {
274 "swarming": { 281 "swarming": {
275 "can_use_on_swarming_builders": true 282 "can_use_on_swarming_builders": true
276 }, 283 },
277 "test": "cast_unittests" 284 "test": "cast_unittests"
278 }, 285 },
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 } 1618 }
1612 ], 1619 ],
1613 "scripts": [ 1620 "scripts": [
1614 { 1621 {
1615 "name": "nacl_integration", 1622 "name": "nacl_integration",
1616 "script": "nacl_integration.py" 1623 "script": "nacl_integration.py"
1617 } 1624 }
1618 ] 1625 ]
1619 } 1626 }
1620 } 1627 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698