Change base directory for CTS runner, part 2

Now that the test harness serves resources from the new path at
BUILD_DIR/gen/third_party/dawn, remove the other import of the
framework/resources.js script from the old path.

Bug: chromium:1338672
Change-Id: I854e8276f30924a50cc1631f1b28520f16bb5558
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94700
Commit-Queue: Brandon Jones <bajones@chromium.org>
Auto-Submit: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Brandon Jones <bajones@chromium.org>
This commit is contained in:
Austin Eng 2022-06-24 18:50:19 +00:00 committed by Dawn LUCI CQ
parent c8a276a28e
commit 90ec3d1368
1 changed files with 0 additions and 5 deletions

View File

@ -17,13 +17,8 @@ limitations under the License. -->
<meta charset=utf-8>
<link rel=help href='https://gpuweb.github.io/gpuweb/'>
<!-- Temporarily try to |setBaseResourcePath| from two paths as we migrate the base static server dir -->
<script type=module>
import { setBaseResourcePath } from '/third_party/webgpu-cts/src/common/framework/resources.js';
setBaseResourcePath('/third_party/webgpu-cts/resources');
</script>
<script type=module>
import { setBaseResourcePath } from '/gen/third_party/dawn/third_party/webgpu-cts/src/common/framework/resources.js';
setBaseResourcePath('/gen/third_party/dawn/third_party/webgpu-cts/resources');
</script>
<script type=module src=./test_runner.js></script>