| 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..b31c53c05c72c100bac7571f2bc680facda91a1e 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -27,6 +27,11 @@
|
| # "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.
|
| +# "junit_test"
|
| +# : this is a JUnit test.
|
| # "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 +66,14 @@
|
| # "//testing/scripts/foo.py".
|
|
|
| {
|
| + "All": {
|
| + "label": "//:All",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "All_syzygy": {
|
| + "label": "//:All_syzygy",
|
| + "type": "additional_compile_target",
|
| + },
|
| "accessibility_unittests": {
|
| "label": "//ui/accessibility:accessibility_unittests",
|
| "type": "raw",
|
| @@ -128,10 +141,18 @@
|
| "type": "raw",
|
| "args": [],
|
| },
|
| + "aura_builder": {
|
| + "label": "//:aura_builder",
|
| + "type": "additional_compile_target",
|
| + },
|
| "aura_unittests": {
|
| "label": "//ui/aura:aura_unittests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "base_junit_tests": {
|
| + "label": "//base:base_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "base_unittests": {
|
| "label": "//base:base_unittests",
|
| "type": "console_test_launcher",
|
| @@ -160,6 +181,10 @@
|
| "label": "//third_party/WebKit/Source/platform:blink_platform_unittests",
|
| "type": "console_test_launcher",
|
| },
|
| + "blink_tests": {
|
| + "label": "//:blink_tests",
|
| + "type": "additional_compile_target",
|
| + },
|
| "breakpad_unittests": {
|
| "label": "//breakpad:breakpad_unittests",
|
| "type": "console_test_launcher",
|
| @@ -184,17 +209,33 @@
|
| "type": "console_test_launcher",
|
| },
|
| "cast_base_unittests": {
|
| - "label": "//cast:cast_base_unittests",
|
| + "label": "//chromecast/base:cast_base_unittests",
|
| "type": "console_test_launcher",
|
| },
|
| "cast_crash_unittests": {
|
| "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": {
|
| + "label": "//chromecast:cast_shell",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "cast_shell_apk": {
|
| + "label": "//chromecast:cast_shell_apk",
|
| + "type": "additional_compile_target",
|
| + },
|
| "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 +244,10 @@
|
| "label": "//cc:cc_unittests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "chrome": {
|
| + "label": "//chrome:chrome",
|
| + "type": "additional_compile_target",
|
| + },
|
| "chrome_app_unittests": {
|
| "label": "//chrome/test:chrome_app_unittests",
|
| "type": "console_test_launcher",
|
| @@ -211,6 +256,22 @@
|
| "label": "//chrome_elf:chrome_elf_unittests",
|
| "type": "raw",
|
| },
|
| + "chrome_junit_tests": {
|
| + "label": "//chrome/android:chrome_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| + "chrome_official_builder": {
|
| + "label": "//:chrome_official_builder",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "chrome_official_builder_no_unittests": {
|
| + "label": "//:chrome_official_builder_no_unittests",
|
| + "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",
|
| @@ -231,6 +292,34 @@
|
| "label": "//chrome/browser/resources/chromeos/chromevox:chromevox_tests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "chromium_builder_asan": {
|
| + "label": "//:chromium_builder_asan",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "chromium_builder_dbg_drmemory_win": {
|
| + "label": "//:chromium_builder_dbg_drmemory_win",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "chromium_builder_lkgr_drmemory_win": {
|
| + "label": "//:chromium_builder_lkgr_drmemory_win",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "chromium_builder_perf": {
|
| + "label": "//:chromium_builder_perf",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "chromium_builder_tests": {
|
| + "label": "//:chromium_builder_tests",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "chromium_swarm_tests": {
|
| + "label": "//:chromium_swarm_tests",
|
| + "type": "additional_compile_target",
|
| + },
|
| + "chromiumos_preflight": {
|
| + "label": "//:chromiumos_preflight",
|
| + "type": "additional_compile_target",
|
| + },
|
| "common_audio_unittests": {
|
| "label": "//webrtc/common_audio:common_audio_unittests",
|
| "type": "console_test_launcher",
|
| @@ -243,10 +332,22 @@
|
| "label": "//components:components_browsertests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "components_invalidation_impl_junit_tests": {
|
| + "label": "//components/invalidation/impl:components_invalidation_impl_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| + "components_policy_junit_tests": {
|
| + "label": "//components/policy/android:components_policy_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "components_unittests": {
|
| "label": "//components:components_unittests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "components_web_restrictions_junit_tests": {
|
| + "label": "//components/web_restrictions:components_web_restrictions_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "compositor_unittests": {
|
| "label": "//ui/compositor:compositor_unittests",
|
| "type": "windowed_test_launcher",
|
| @@ -255,6 +356,10 @@
|
| "label": "//content/test:content_browsertests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "content_junit_tests": {
|
| + "label": "//content/public/android:content_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "content_site_isolation_browsertests": {
|
| "label": "//content/test:content_site_isolation_browsertests",
|
| "label_type": "group",
|
| @@ -274,6 +379,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": "//components/cronet/android:cronet_test_instrumentation_apk",
|
| + "type": "additional_compile_target",
|
| + },
|
| "crypto_unittests": {
|
| "label": "//crypto:crypto_unittests",
|
| "type": "console_test_launcher",
|
| @@ -341,6 +454,10 @@
|
| "type": "raw",
|
| "args": [],
|
| },
|
| + "gn_all": {
|
| + "label": "//:gn_all",
|
| + "type": "additional_compile_target",
|
| + },
|
| "gn_unittests": {
|
| "label": "//tools/gn:gn_unittests",
|
| "type": "raw",
|
| @@ -358,10 +475,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",
|
| @@ -382,6 +511,26 @@
|
| "label": "//chrome/test:interactive_ui_tests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "ios_chrome_unittests": {
|
| + "label": "//ios/chrome:ios_chrome_unittests",
|
| + "type": "raw",
|
| + "args": [],
|
| + },
|
| + "ios_net_unittests": {
|
| + "label": "//ios/net:ios_net_unittests",
|
| + "type": "raw",
|
| + "args": [],
|
| + },
|
| + "ios_web_inttests": {
|
| + "label": "//ios/web:ios_web_inttests",
|
| + "type": "raw",
|
| + "args": [],
|
| + },
|
| + "ios_web_unittests": {
|
| + "label": "//ios/web:ios_web_unittests",
|
| + "type": "raw",
|
| + "args": [],
|
| + },
|
| "ipc_tests": {
|
| "label": "//ipc:ipc_tests",
|
| "type": "console_test_launcher",
|
| @@ -390,6 +539,10 @@
|
| "label": "//jingle:jingle_unittests",
|
| "type": "console_test_launcher",
|
| },
|
| + "junit_unit_tests": {
|
| + "label": "//testing/android/junit:junit_unit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "keyboard_unittests": {
|
| "label": "//ui/keyboard:keyboard_unittests",
|
| "type": "console_test_launcher",
|
| @@ -399,19 +552,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",
|
| @@ -432,6 +589,10 @@
|
| "label": "//media/midi:midi_unittests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "mini_installer": {
|
| + "label": "//chrome/installer/mini_installer:mini_installer",
|
| + "type": "additional_compile_target",
|
| + },
|
| "modules_tests": {
|
| "label": "//webrtc/modules:modules_tests",
|
| "type": "console_test_launcher",
|
| @@ -522,10 +683,18 @@
|
| "label": "//services/navigation:navigation_unittests",
|
| "type": "windowed_test_launcher",
|
| },
|
| + "net_junit_tests": {
|
| + "label": "//net/android:net_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "net_unittests": {
|
| "label": "//net:net_unittests",
|
| "type": "console_test_launcher",
|
| },
|
| + "next_version_mini_installer": {
|
| + "label": "//chrome/installer/mini_installer:next_version_mini_installer",
|
| + "type": "additional_compile_target",
|
| + },
|
| "ozone_unittests": {
|
| "label": "//ui/ozone:ozone_unittests",
|
| "type": "console_test_launcher",
|
| @@ -599,6 +768,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",
|
| @@ -691,6 +864,10 @@
|
| "type": "raw",
|
| "args": [],
|
| },
|
| + "ui_junit_tests": {
|
| + "label": "//ui/android:ui_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "ui_struct_traits_unittests": {
|
| "label": "//services/ui/public/interfaces:ui_struct_traits_unittests",
|
| "type": "console_test_launcher",
|
| @@ -727,6 +904,14 @@
|
| "label": "//webrtc/voice_engine:voice_engine_unittests",
|
| "type": "console_test_launcher",
|
| },
|
| + "webapk_client_junit_tests": {
|
| + "label": "//chrome/android/webapk/libs/client:webapk_client_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| + "webapk_shell_apk_junit_tests": {
|
| + "label": "///chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests",
|
| + "type": "junit_test",
|
| + },
|
| "webkit_unit_tests": {
|
| "label": "//third_party/WebKit/Source/web:webkit_unit_tests",
|
| "type": "console_test_launcher",
|
|
|