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

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

Issue 1206033005: Rework how isolates are generated in MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up osmesa, add comments about ui_test_pak Created 5 years, 5 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 | « no previous file | 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 { 249 {
250 "test": "aura_unittests" 250 "test": "aura_unittests"
251 }, 251 },
252 { 252 {
253 "swarming": { 253 "swarming": {
254 "can_use_on_swarming_builders": true 254 "can_use_on_swarming_builders": true
255 }, 255 },
256 "test": "base_unittests" 256 "test": "base_unittests"
257 }, 257 },
258 { 258 {
259 "swarming": {
260 "can_use_on_swarming_builders": true
261 },
259 "test": "cacheinvalidation_unittests" 262 "test": "cacheinvalidation_unittests"
260 }, 263 },
261 { 264 {
262 "test": "cast_unittests" 265 "test": "cast_unittests"
263 }, 266 },
264 { 267 {
265 "test": "cc_unittests" 268 "test": "cc_unittests"
266 }, 269 },
267 { 270 {
268 "test": "chromedriver_unittests" 271 "test": "chromedriver_unittests"
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 { 396 {
394 "test": "sql_unittests" 397 "test": "sql_unittests"
395 }, 398 },
396 { 399 {
397 "test": "sync_integration_tests" 400 "test": "sync_integration_tests"
398 }, 401 },
399 { 402 {
400 "test": "sync_unit_tests" 403 "test": "sync_unit_tests"
401 }, 404 },
402 { 405 {
406 "swarming": {
407 "can_use_on_swarming_builders": true
408 },
403 "test": "ui_base_unittests" 409 "test": "ui_base_unittests"
404 }, 410 },
405 { 411 {
406 "test": "ui_touch_selection_unittests" 412 "test": "ui_touch_selection_unittests"
407 }, 413 },
408 { 414 {
409 "test": "unit_tests" 415 "test": "unit_tests"
410 }, 416 },
411 { 417 {
412 "test": "url_unittests" 418 "test": "url_unittests"
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 } 1478 }
1473 ], 1479 ],
1474 "scripts": [ 1480 "scripts": [
1475 { 1481 {
1476 "name": "nacl_integration", 1482 "name": "nacl_integration",
1477 "script": "nacl_integration.py" 1483 "script": "nacl_integration.py"
1478 } 1484 }
1479 ] 1485 ]
1480 } 1486 }
1481 } 1487 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698