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

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

Issue 1213943002: Isolate extensions_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 { 1 {
2 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 }, 197 },
198 "test": "events_unittests" 198 "test": "events_unittests"
199 }, 199 },
200 { 200 {
201 "swarming": { 201 "swarming": {
202 "can_use_on_swarming_builders": true 202 "can_use_on_swarming_builders": true
203 }, 203 },
204 "test": "extensions_browsertests" 204 "test": "extensions_browsertests"
205 }, 205 },
206 { 206 {
207 "swarming": {
208 "can_use_on_swarming_builders": true
209 },
207 "test": "extensions_unittests" 210 "test": "extensions_unittests"
208 }, 211 },
209 { 212 {
210 "test": "gcm_unit_tests" 213 "test": "gcm_unit_tests"
211 }, 214 },
212 { 215 {
213 "swarming": { 216 "swarming": {
214 "can_use_on_swarming_builders": true 217 "can_use_on_swarming_builders": true
215 }, 218 },
216 "test": "gfx_unittests" 219 "test": "gfx_unittests"
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 }, 416 },
414 "test": "events_unittests" 417 "test": "events_unittests"
415 }, 418 },
416 { 419 {
417 "swarming": { 420 "swarming": {
418 "can_use_on_swarming_builders": true 421 "can_use_on_swarming_builders": true
419 }, 422 },
420 "test": "extensions_browsertests" 423 "test": "extensions_browsertests"
421 }, 424 },
422 { 425 {
426 "swarming": {
427 "can_use_on_swarming_builders": true
428 },
423 "test": "extensions_unittests" 429 "test": "extensions_unittests"
424 }, 430 },
425 { 431 {
426 "test": "gcm_unit_tests" 432 "test": "gcm_unit_tests"
427 }, 433 },
428 { 434 {
429 "swarming": { 435 "swarming": {
430 "can_use_on_swarming_builders": true 436 "can_use_on_swarming_builders": true
431 }, 437 },
432 "test": "gfx_unittests" 438 "test": "gfx_unittests"
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 }, 629 },
624 "test": "events_unittests" 630 "test": "events_unittests"
625 }, 631 },
626 { 632 {
627 "swarming": { 633 "swarming": {
628 "can_use_on_swarming_builders": true 634 "can_use_on_swarming_builders": true
629 }, 635 },
630 "test": "extensions_browsertests" 636 "test": "extensions_browsertests"
631 }, 637 },
632 { 638 {
639 "swarming": {
640 "can_use_on_swarming_builders": true
641 },
633 "test": "extensions_unittests" 642 "test": "extensions_unittests"
634 }, 643 },
635 { 644 {
636 "test": "gcm_unit_tests" 645 "test": "gcm_unit_tests"
637 }, 646 },
638 { 647 {
639 "swarming": { 648 "swarming": {
640 "can_use_on_swarming_builders": true 649 "can_use_on_swarming_builders": true
641 }, 650 },
642 "test": "gfx_unittests" 651 "test": "gfx_unittests"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 }, 749 },
741 { 750 {
742 "test": "views_unittests" 751 "test": "views_unittests"
743 }, 752 },
744 { 753 {
745 "test": "wm_unittests" 754 "test": "wm_unittests"
746 } 755 }
747 ] 756 ]
748 } 757 }
749 } 758 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698