commit | 2cccba4673b0a536cd9bbd0b425712e8d57e6a77 | [log] [tgz] |
---|---|---|
author | dan sinclair <[email protected]> | Fri Jun 17 20:20:53 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jun 17 20:20:53 2022 |
tree | 217e8a072e610e41080e76424feaac04d86c4205 | |
parent | 1bc76ac259821dd5b8cec5e440728eb41f79e576 [diff] [blame] |
Update dawn include paths This CL fixes up some of the include paths used for Dawn to point to the newer include/ folder instead of the old src/include folder. The build rule for the fuzzer is also updated to the new location. Bug: dawn:1275 Change-Id: I1670a713c41a55e89795c7c71c94fd7a59cbf7a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3711016 Auto-Submit: Dan Sinclair <[email protected]> Reviewed-by: Corentin Wallez <[email protected]> Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Corentin Wallez <[email protected]> Cr-Commit-Position: refs/heads/main@{#1015504}
diff --git a/BUILD.gn b/BUILD.gn index 917a2429d..aecc76ae 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -832,9 +832,9 @@ if (build_dawn_tests) { deps += [ + "//third_party/dawn/src/dawn/fuzzers:fuzzers", "//third_party/dawn/src/dawn/tests:dawn_end2end_tests", "//third_party/dawn/src/dawn/tests:dawn_unittests", - "//third_party/dawn/src/fuzzers/dawn:dawn_fuzzers", "//third_party/dawn/src/tint/fuzzers", "//third_party/dawn/test/tint:tint_unittests", ]