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

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

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 { 1725 {
1726 "swarming": { 1726 "swarming": {
1727 "can_use_on_swarming_builders": true 1727 "can_use_on_swarming_builders": true
1728 }, 1728 },
1729 "test": "views_unittests" 1729 "test": "views_unittests"
1730 }, 1730 },
1731 { 1731 {
1732 "swarming": { 1732 "swarming": {
1733 "can_use_on_swarming_builders": true 1733 "can_use_on_swarming_builders": true
1734 }, 1734 },
1735 "test": "window_manager_shelltests"
1736 },
1737 {
1738 "swarming": {
1739 "can_use_on_swarming_builders": true
1740 },
1735 "test": "wm_unittests" 1741 "test": "wm_unittests"
1736 } 1742 }
1737 ], 1743 ],
1738 "scripts": [ 1744 "scripts": [
1739 { 1745 {
1740 "name": "nacl_integration", 1746 "name": "nacl_integration",
1741 "script": "nacl_integration.py" 1747 "script": "nacl_integration.py"
1742 } 1748 }
1743 ] 1749 ]
1744 } 1750 }
1745 } 1751 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698