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

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

Issue 2903423003: Move ui_services_unittests into service_unittest. (Closed)
Patch Set: and not is_mac Created 3 years, 6 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 | « testing/buildbot/chromium.linux.json ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 { 424 {
425 "swarming": { 425 "swarming": {
426 "can_use_on_swarming_builders": true 426 "can_use_on_swarming_builders": true
427 }, 427 },
428 "test": "ui_base_unittests" 428 "test": "ui_base_unittests"
429 }, 429 },
430 { 430 {
431 "swarming": { 431 "swarming": {
432 "can_use_on_swarming_builders": true 432 "can_use_on_swarming_builders": true
433 }, 433 },
434 "test": "ui_service_unittests"
435 },
436 {
437 "swarming": {
438 "can_use_on_swarming_builders": true
439 },
440 "test": "ui_touch_selection_unittests" 434 "test": "ui_touch_selection_unittests"
441 }, 435 },
442 { 436 {
443 "swarming": { 437 "swarming": {
444 "can_use_on_swarming_builders": true 438 "can_use_on_swarming_builders": true
445 }, 439 },
446 "test": "unit_tests" 440 "test": "unit_tests"
447 }, 441 },
448 { 442 {
449 "swarming": { 443 "swarming": {
(...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 "additional_compile_targets": [ 2030 "additional_compile_targets": [
2037 "chrome_official_builder" 2031 "chrome_official_builder"
2038 ] 2032 ]
2039 }, 2033 },
2040 "Win8 GYP (dbg)": { 2034 "Win8 GYP (dbg)": {
2041 "additional_compile_targets": [ 2035 "additional_compile_targets": [
2042 "all" 2036 "all"
2043 ] 2037 ]
2044 } 2038 }
2045 } 2039 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698