Chromium Code Reviews| Index: content/test/gpu/gpu_tests/bootstrap_deps |
| =================================================================== |
| --- content/test/gpu/gpu_tests/bootstrap_deps (revision 250401) |
| +++ content/test/gpu/gpu_tests/bootstrap_deps (working copy) |
| @@ -12,12 +12,12 @@ |
| "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/third_party/webgl_conformance": |
|
ilja
2014/02/15 02:37:51
I am confused how this is supposed to work as I do
sbasi1
2014/02/19 21:49:18
This directory could be in the internal sources if
dtu
2014/02/19 23:21:43
This directory was removed, the new dependency is
ilja
2014/02/20 00:38:05
Now that you mention it, this is correct, I am cha
|
| - "https://src.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests", |
| + "src/third_party/webgl": |
| + "https://src.chromium.org/chrome/trunk/src/third_party/webgl", |
| } |
| # gpu_tests depends on Telemetry, so pull in the Telemetry deps, too. |
| deps_includes = { |
| - "src/tools/telemetry/tools/bootstrap_deps": |
| - "https://src.chromium.org/chrome/trunk/src/tools/telemetry/tools/bootstrap_deps", |
| + "src/tools/telemetry_tools/bootstrap_deps": |
| + "https://src.chromium.org/chrome/trunk/src/tools/telemetry_tools/bootstrap_deps", |
| } |