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

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

Issue 1217563004: Isolate device_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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 { 179 {
180 "swarming": { 180 "swarming": {
181 "can_use_on_swarming_builders": true 181 "can_use_on_swarming_builders": true
182 }, 182 },
183 "test": "crypto_unittests" 183 "test": "crypto_unittests"
184 }, 184 },
185 { 185 {
186 "test": "dbus_unittests" 186 "test": "dbus_unittests"
187 }, 187 },
188 { 188 {
189 "swarming": {
190 "can_use_on_swarming_builders": true
191 },
189 "test": "device_unittests" 192 "test": "device_unittests"
190 }, 193 },
191 { 194 {
192 "test": "display_unittests" 195 "test": "display_unittests"
193 }, 196 },
194 { 197 {
195 "swarming": { 198 "swarming": {
196 "can_use_on_swarming_builders": true 199 "can_use_on_swarming_builders": true
197 }, 200 },
198 "test": "events_unittests" 201 "test": "events_unittests"
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 { 398 {
396 "swarming": { 399 "swarming": {
397 "can_use_on_swarming_builders": true 400 "can_use_on_swarming_builders": true
398 }, 401 },
399 "test": "crypto_unittests" 402 "test": "crypto_unittests"
400 }, 403 },
401 { 404 {
402 "test": "dbus_unittests" 405 "test": "dbus_unittests"
403 }, 406 },
404 { 407 {
408 "swarming": {
409 "can_use_on_swarming_builders": true
410 },
405 "test": "device_unittests" 411 "test": "device_unittests"
406 }, 412 },
407 { 413 {
408 "test": "display_unittests" 414 "test": "display_unittests"
409 }, 415 },
410 { 416 {
411 "swarming": { 417 "swarming": {
412 "can_use_on_swarming_builders": true 418 "can_use_on_swarming_builders": true
413 }, 419 },
414 "test": "events_unittests" 420 "test": "events_unittests"
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 { 611 {
606 "swarming": { 612 "swarming": {
607 "can_use_on_swarming_builders": true 613 "can_use_on_swarming_builders": true
608 }, 614 },
609 "test": "crypto_unittests" 615 "test": "crypto_unittests"
610 }, 616 },
611 { 617 {
612 "test": "dbus_unittests" 618 "test": "dbus_unittests"
613 }, 619 },
614 { 620 {
621 "swarming": {
622 "can_use_on_swarming_builders": true
623 },
615 "test": "device_unittests" 624 "test": "device_unittests"
616 }, 625 },
617 { 626 {
618 "test": "display_unittests" 627 "test": "display_unittests"
619 }, 628 },
620 { 629 {
621 "swarming": { 630 "swarming": {
622 "can_use_on_swarming_builders": true 631 "can_use_on_swarming_builders": true
623 }, 632 },
624 "test": "events_unittests" 633 "test": "events_unittests"
(...skipping 115 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