commit | aa1bdab16477a9210e40db4449b05c95d0ed49bd | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@google.com> | Tue Sep 17 16:38:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 16:38:44 2024 +0000 |
tree | 84b8db78ad3953c6f3bfe561e9fc6dd88ca23e9f | |
parent | 310e3248e1a17f6a8bf1c85e4ab7e04afc5c6ccf [diff] |
fix missing deps in dxcompiler_sources This is to fix build failure like http://b/367521378#comment2. Bug: b/367521378 Change-Id: I1f961c1edd0adb6b59446549b78705088cd9ea6c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206834 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Auto-Submit: Takuto Ikuta <tikuta@google.com>
diff --git a/third_party/gn/dxc/BUILD.gn b/third_party/gn/dxc/BUILD.gn index 4cd30d1..4ae3d74 100644 --- a/third_party/gn/dxc/BUILD.gn +++ b/third_party/gn/dxc/BUILD.gn
@@ -2298,6 +2298,7 @@ "$dawn_dxc_dir/tools/clang/tools/dxcompiler/dxcvalidator.cpp", "$dawn_dxc_dir/tools/clang/tools/dxcompiler/dxillib.cpp", ] + deps = [ ":DxcDisassembler-inc" ] } dxcompiler_sourceset("dxcvalidator_lib") {