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

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
« no previous file with comments | « extensions/extensions_unittests.isolate ('k') | testing/buildbot/chromium.linux.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 "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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 }, 200 },
201 "test": "events_unittests" 201 "test": "events_unittests"
202 }, 202 },
203 { 203 {
204 "swarming": { 204 "swarming": {
205 "can_use_on_swarming_builders": true 205 "can_use_on_swarming_builders": true
206 }, 206 },
207 "test": "extensions_browsertests" 207 "test": "extensions_browsertests"
208 }, 208 },
209 { 209 {
210 "swarming": {
211 "can_use_on_swarming_builders": true
212 },
210 "test": "extensions_unittests" 213 "test": "extensions_unittests"
211 }, 214 },
212 { 215 {
213 "test": "gcm_unit_tests" 216 "test": "gcm_unit_tests"
214 }, 217 },
215 { 218 {
216 "swarming": { 219 "swarming": {
217 "can_use_on_swarming_builders": true 220 "can_use_on_swarming_builders": true
218 }, 221 },
219 "test": "gfx_unittests" 222 "test": "gfx_unittests"
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 }, 440 },
438 "test": "events_unittests" 441 "test": "events_unittests"
439 }, 442 },
440 { 443 {
441 "swarming": { 444 "swarming": {
442 "can_use_on_swarming_builders": true 445 "can_use_on_swarming_builders": true
443 }, 446 },
444 "test": "extensions_browsertests" 447 "test": "extensions_browsertests"
445 }, 448 },
446 { 449 {
450 "swarming": {
451 "can_use_on_swarming_builders": true
452 },
447 "test": "extensions_unittests" 453 "test": "extensions_unittests"
448 }, 454 },
449 { 455 {
450 "test": "gcm_unit_tests" 456 "test": "gcm_unit_tests"
451 }, 457 },
452 { 458 {
453 "swarming": { 459 "swarming": {
454 "can_use_on_swarming_builders": true 460 "can_use_on_swarming_builders": true
455 }, 461 },
456 "test": "gfx_unittests" 462 "test": "gfx_unittests"
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 }, 674 },
669 "test": "events_unittests" 675 "test": "events_unittests"
670 }, 676 },
671 { 677 {
672 "swarming": { 678 "swarming": {
673 "can_use_on_swarming_builders": true 679 "can_use_on_swarming_builders": true
674 }, 680 },
675 "test": "extensions_browsertests" 681 "test": "extensions_browsertests"
676 }, 682 },
677 { 683 {
684 "swarming": {
685 "can_use_on_swarming_builders": true
686 },
678 "test": "extensions_unittests" 687 "test": "extensions_unittests"
679 }, 688 },
680 { 689 {
681 "test": "gcm_unit_tests" 690 "test": "gcm_unit_tests"
682 }, 691 },
683 { 692 {
684 "swarming": { 693 "swarming": {
685 "can_use_on_swarming_builders": true 694 "can_use_on_swarming_builders": true
686 }, 695 },
687 "test": "gfx_unittests" 696 "test": "gfx_unittests"
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 }, 812 },
804 { 813 {
805 "test": "views_unittests" 814 "test": "views_unittests"
806 }, 815 },
807 { 816 {
808 "test": "wm_unittests" 817 "test": "wm_unittests"
809 } 818 }
810 ] 819 ]
811 } 820 }
812 } 821 }
OLDNEW
« no previous file with comments | « extensions/extensions_unittests.isolate ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698