From ada4a807bb8953b86bbc6c573a0a6c07801f91a9 Mon Sep 17 00:00:00 2001 From: achuith Date: Mon, 10 Nov 2014 18:43:19 -0800 Subject: [PATCH] Add gpu and media data to gpu bootstrap_deps. BUG=431962 TEST=tools/telemetry/find_dependencies Review URL: https://codereview.chromium.org/712993008 Cr-Commit-Position: refs/heads/master@{#303577} --- content/test/gpu/bootstrap_deps | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/test/gpu/bootstrap_deps b/content/test/gpu/bootstrap_deps index ab0600684b8c..b50c0a8f9397 100644 --- a/content/test/gpu/bootstrap_deps +++ b/content/test/gpu/bootstrap_deps @@ -12,11 +12,17 @@ deps = { "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests", "src/content/test/gpu/page_sets": "https://src.chromium.org/chrome/trunk/src/content/test/gpu/page_sets", + "src/content/test/data/gpu": + "https://src.chromium.org/chrome/trunk/src/content/test/data/gpu", + "src/content/test/data/media": + "https://src.chromium.org/chrome/trunk/src/content/test/data/media", # TODO(ihf): Figure out a different way to specify this dependency. This # directory needs to be checked out with the instructions provided by # https://src.chromium.org/chrome/trunk/src/third_party/webgl/README.chromium "src/third_party/webgl/src/sdk/tests": "", + "src/content/test/gpu/run_gpu_test.py": + "https://src.chromium.org/chrome/trunk/src/content/test/gpu/run_gpu_test.py", } # gpu_tests depends on Telemetry, so pull in the Telemetry deps, too. -- 2.11.4.GIT