Index: testing/buildbot/gn_isolate_map.pyl |
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl |
index 5631889eb58d80e18e4118ac7396f1d1b7ca0a8b..aacd9496541ee08a1b4d621c7597482ba8fba6e1 100644 |
--- a/testing/buildbot/gn_isolate_map.pyl |
+++ b/testing/buildbot/gn_isolate_map.pyl |
@@ -27,6 +27,9 @@ |
# "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 |
@@ -61,6 +64,10 @@ |
# "//testing/scripts/foo.py". |
{ |
+ "All": { |
+ "label": "//:All", |
+ "type": "additional_compile_target", |
+ }, |
"accessibility_unittests": { |
"label": "//ui/accessibility:accessibility_unittests", |
"type": "raw", |
@@ -191,10 +198,18 @@ |
"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", |
@@ -203,6 +218,10 @@ |
"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", |
@@ -211,10 +230,22 @@ |
"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", |
"type": "console_test_launcher", |
@@ -274,6 +305,14 @@ |
"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", |
@@ -341,6 +380,10 @@ |
"type": "raw", |
"args": [], |
}, |
+ "gn_all": { |
+ "label": "//:gn_all", |
+ "type": "additional_compile_target", |
+ }, |
"gn_unittests": { |
"label": "//tools/gn:gn_unittests", |
"type": "raw", |
@@ -358,10 +401,22 @@ |
"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", |
@@ -399,19 +454,23 @@ |
"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", |
@@ -599,6 +658,10 @@ |
"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", |
"type": "console_test_launcher", |