Index: testing/buildbot/gn_isolate_map.pyl |
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl |
index aacd9496541ee08a1b4d621c7597482ba8fba6e1..5631889eb58d80e18e4118ac7396f1d1b7ca0a8b 100644 |
--- a/testing/buildbot/gn_isolate_map.pyl |
+++ b/testing/buildbot/gn_isolate_map.pyl |
@@ -27,9 +27,6 @@ |
# "gpu_browser_test" |
# : the test is a subset of the browser_tests that will be run against |
# a real GPU. |
-# "additional_compile_target" |
-# : this isn't actually a test, but we still need a mapping from the |
-# ninja target to the GN label in order to analyze it. |
# "raw" |
# : the test is a standalone executable; it may take an optional list of |
# command line arguments in the "args" field, but otherwise needs no |
@@ -64,10 +61,6 @@ |
# "//testing/scripts/foo.py". |
{ |
- "All": { |
- "label": "//:All", |
- "type": "additional_compile_target", |
- }, |
"accessibility_unittests": { |
"label": "//ui/accessibility:accessibility_unittests", |
"type": "raw", |
@@ -198,18 +191,10 @@ |
"label": "//chromecast/crash:cast_crash_unittests", |
"type": "console_test_launcher", |
}, |
- "cast_media_unittests": { |
- "label": "//chromecast/media:cast_media_unittests", |
- "type": "console_test_launcher", |
- }, |
"cast_shell_unittests": { |
"label": "//chromecast/app:cast_shell_unittests", |
"type": "console_test_launcher", |
}, |
- "cast_shell_browser_test": { |
- "label": "//chromecast/browser:cast_shell_browser_test", |
- "type": "console_test_launcher", |
- }, |
"cast_unittests": { |
"label": "//media/cast:cast_unittests", |
"type": "windowed_test_launcher", |
@@ -218,10 +203,6 @@ |
"label": "//cc:cc_unittests", |
"type": "windowed_test_launcher", |
}, |
- "chrome": { |
- "label": "//chrome", |
- "type": "additional_compile_target", |
- }, |
"chrome_app_unittests": { |
"label": "//chrome/test:chrome_app_unittests", |
"type": "console_test_launcher", |
@@ -230,21 +211,9 @@ |
"label": "//chrome_elf:chrome_elf_unittests", |
"type": "raw", |
}, |
- "chrome_official_builder": { |
- "label": "//:chrome_official_builder", |
- "type": "additional_compile_target", |
- }, |
- "chrome_public_apk": { |
- "label": "//chrome/android:chrome_public_apk", |
- "type": "additional_compile_target", |
- }, |
"chrome_public_test_apk": { |
"label": "//chrome/android:chrome_public_test_apk", |
"type": "console_test_launcher", |
- }, |
- "chromium_swarm_tests": { |
- "label": "//:chromium_swarm_tests", |
- "type": "additional_compile_target", |
}, |
"chrome_sync_shell_test_apk": { |
"label": "//chrome/android:chrome_sync_shell_test_apk", |
@@ -305,14 +274,6 @@ |
"label": "//courgette:courgette_unittests", |
"type": "console_test_launcher", |
}, |
- "cronet_package": { |
- "label": "//components/cronet/android:cronet_package", |
- "type": "additional_compile_target", |
- }, |
- "cronet_test_instrumentation_apk": { |
- "label": "//cronet_test_instrumentation_apk", |
- "type": "additional_compile_target", |
- }, |
"crypto_unittests": { |
"label": "//crypto:crypto_unittests", |
"type": "console_test_launcher", |
@@ -380,10 +341,6 @@ |
"type": "raw", |
"args": [], |
}, |
- "gn_all": { |
- "label": "//:gn_all", |
- "type": "additional_compile_target", |
- }, |
"gn_unittests": { |
"label": "//tools/gn:gn_unittests", |
"type": "raw", |
@@ -401,22 +358,10 @@ |
"label": "//gpu:gpu_unittests", |
"type": "windowed_test_launcher", |
}, |
- "headless_lib": { |
- "label": "//headless:headless_lib", |
- "type": "additional_compile_target", |
- }, |
"headless_browsertests": { |
"label": "//headless:headless_browsertests", |
"type": "console_test_launcher", |
}, |
- "headless_shell": { |
- "label": "//headless:headless_shell", |
- "type": "additional_compile_target", |
- }, |
- "headless_tests": { |
- "label": "//headless:headless_tests", |
- "type": "additional_compile_target", |
- }, |
"headless_unittests": { |
"label": "//headless:headless_unittests", |
"type": "console_test_launcher", |
@@ -454,23 +399,19 @@ |
"type": "console_test_launcher", |
}, |
# See http://crbug.com/585151 |
- "libaddressinput_unittests": { |
- "label": "//third_party/libaddressinput:libaddressinput_unittests", |
- "type": "console_test_launcher", |
- }, |
+ #"libaddressinput_unittests": { |
+ #"label": "//third_party/libaddressinput:libaddressinput_unittests", |
+ #"type": "console_test_launcher", |
+ #}, |
# See http://crbug.com/585151 |
- "libphonenumber_unittests": { |
- "label": "//third_party/libphonenumber:libphonenumber_unittests", |
- "type": "console_test_launcher", |
- }, |
+ #"libphonenumber_unittests": { |
+ #"label": "//third_party/libphonenumber:libphonenumber_unittests", |
+ #"type": "console_test_launcher", |
+ #}, |
"mac_installer_unittests": { |
"label": "//chrome/installer/mac/app:mac_installer_unittests", |
"type": "console_test_launcher", |
}, |
- "mash:all" : { |
- "label": "//mash:all", |
- "type": "additional_compile_target", |
- }, |
"media_unittests": { |
"label": "//media:media_unittests", |
"type": "windowed_test_launcher", |
@@ -657,10 +598,6 @@ |
"sync_integration_tests": { |
"label": "//chrome/test:sync_integration_tests", |
"type": "windowed_test_launcher", |
- }, |
- "system_webview_apk": { |
- "label": "//android_webview:system_webview_apk", |
- "type": "additional_compile_target", |
}, |
"system_wrappers_unittests": { |
"label": "//webrtc/system_wrappers:system_wrappers_unittests", |