Remove remaining references to test_shell_tests now that the bots have been updated.

BUG=126514
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/14841004

Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 6e23edbce20d371e9d7f34746471b47ca0651cc0
diff --git a/coverage.py b/coverage.py
index 6e524ea..a1496d7 100755
--- a/coverage.py
+++ b/coverage.py
@@ -36,20 +36,16 @@
                     #'chrome.dll',
                     'unit_tests.exe',
                     'automated_ui_tests.exe',
-                    'ui_tests.exe',
                     'installer_util_unittests.exe',
                     'ipc_tests.exe',
                     'memory_test.exe',
                     'page_cycler_tests.exe',
                     'perf_tests.exe',
-                    'plugin_tests.exe',
                     'reliability_tests.exe',
                     'security_tests.dll',
                     'startup_tests.exe',
                     'tab_switching_test.exe',
-                    'test_shell_tests.exe',
-                    'test_shell.exe',
-                    'activex_test_control.dll']
+                    'test_shell.exe']
 
 # The list of [tests, args] that will be run.
 # Failing tests have been commented out.
@@ -57,15 +53,12 @@
 windows_tests = [
                  ['unit_tests.exe', ''],
 #                 ['automated_ui_tests.exe', ''],
-                 ['ui_tests.exe', '--no-sandbox'],
                  ['installer_util_unittests.exe', ''],
                  ['ipc_tests.exe', ''],
                  ['page_cycler_tests.exe', '--gtest_filter=*File --no-sandbox'],
-                 ['plugin_tests.exe', '--no-sandbox'],
                  ['reliability_tests.exe', '--no-sandbox'],
                  ['startup_tests.exe', '--no-sandbox'],
                  ['tab_switching_test.exe', '--no-sandbox'],
-                 ['test_shell_tests.exe', '']
                 ]