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

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

Issue 1942473002: Eliminate mojo:resource_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 "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 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 }, 1774 },
1775 "test": "mash_unittests" 1775 "test": "mash_unittests"
1776 }, 1776 },
1777 { 1777 {
1778 "test": "mus_gpu_unittests" 1778 "test": "mus_gpu_unittests"
1779 }, 1779 },
1780 { 1780 {
1781 "test": "mus_ws_unittests" 1781 "test": "mus_ws_unittests"
1782 }, 1782 },
1783 { 1783 {
1784 "test": "resource_provider_unittests"
1785 },
1786 {
1787 "test": "ui_touch_selection_unittests" 1784 "test": "ui_touch_selection_unittests"
1788 } 1785 }
1789 ] 1786 ]
1790 }, 1787 },
1791 "Win8 GN (dbg)": { 1788 "Win8 GN (dbg)": {
1792 "additional_compile_targets": [ 1789 "additional_compile_targets": [
1793 "gn_all" 1790 "gn_all"
1794 ], 1791 ],
1795 "gtest_tests": [ 1792 "gtest_tests": [
1796 { 1793 {
1797 "swarming": { 1794 "swarming": {
1798 "can_use_on_swarming_builders": true 1795 "can_use_on_swarming_builders": true
1799 }, 1796 },
1800 "test": "content_browsertests" 1797 "test": "content_browsertests"
1801 }, 1798 },
1802 { 1799 {
1803 "swarming": { 1800 "swarming": {
1804 "can_use_on_swarming_builders": true 1801 "can_use_on_swarming_builders": true
1805 }, 1802 },
1806 "test": "events_unittests" 1803 "test": "events_unittests"
1807 } 1804 }
1808 ] 1805 ]
1809 } 1806 }
1810 } 1807 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698