Commit 6a691e84 authored by Yiming Zhou's avatar Yiming Zhou Committed by Commit Bot

Adding telemetry dep to the captured sites test target.

The captured sites test uses Web Page Replay Go (WPR Go) to replay
captured sites traffic. The captured sites test bots uses a script in the catapult project
to download WPR Go binaries. At the moment these bots are failing to
download WPR Go, presumably because bots' gn isolate is missing
references to the catapult project. This fix attempts to address this
problem by following the example of existing perf/telemetry test targets
in src/chrome/test/BUILD.gn and adding a dependency to the
telemetry_chrome_test_support target.

Bug: 916361
Change-Id: Ie999bc5c64edb6aca180ac98ec68864875e831a1
Reviewed-on: https://chromium-review.googlesource.com/c/1487693
Commit-Queue: Yiming Zhou <uwyiming@google.com>
Auto-Submit: Yiming Zhou <uwyiming@google.com>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635314}
parent 433b35b4
......@@ -5807,6 +5807,10 @@ if (!is_android && !is_fuchsia) {
"//skia",
"//testing/gmock",
"//testing/gtest",
# TODO(uwyiming@chromium.org) create a gn target for Web Page Replay Go (WPR Go) and only WPR Go.
# So that test targets requiring WPR Go does not pull down the whole telemetry tool chain.
"//third_party/catapult:telemetry_chrome_test_support",
"//third_party/hunspell",
"//third_party/icu",
"//third_party/libpng",
......
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