Commit 5f3f0a31 authored by Yiming Zhou's avatar Yiming Zhou Committed by Commit Bot

Add missing gn_isolate_map entry for captured_sites_interactive_tests.

Bug: 916361
Change-Id: I8a7c661d2305652dba476db7f3d00412e5cb49bf
Reviewed-on: https://chromium-review.googlesource.com/c/1460131Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Yiming Zhou <uwyiming@google.com>
Cr-Commit-Position: refs/heads/master@{#630183}
parent e0064ed3
...@@ -414,6 +414,10 @@ ...@@ -414,6 +414,10 @@
"label": "//third_party/cacheinvalidation:cacheinvalidation_unittests", "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests",
"type": "console_test_launcher", "type": "console_test_launcher",
}, },
"captured_sites_interactive_tests": {
"label": "//chrome/test:captured_sites_interactive_tests",
"type": "windowed_test_launcher",
},
"capture_unittests": { "capture_unittests": {
"label": "//media/capture:capture_unittests", "label": "//media/capture:capture_unittests",
"type": "windowed_test_launcher", "type": "windowed_test_launcher",
......
...@@ -80,6 +80,7 @@ SKIP_GN_ISOLATE_MAP_TARGETS = { ...@@ -80,6 +80,7 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
# These targets are listed only in build-side recipes. # These targets are listed only in build-side recipes.
'All_syzygy', 'All_syzygy',
'blink_tests', 'blink_tests',
'captured_sites_interactive_tests',
'cast_shell', 'cast_shell',
'cast_shell_apk', 'cast_shell_apk',
'chrome_official_builder', 'chrome_official_builder',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment