Commit 517cd3da authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

gpu/command_buffer/service: Add missing dependency on dawn_platform.

This fixes the roll of Dawn into Chromium after the addition of .cpp
files to the dawn_platform target.

TBR=enga@chromium.org

Bug: None
Change-Id: Ia1d34e7f5eaee615dda9138524a516fd35e80535
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517525Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Reviewed-by: default avatarJiawei Shao <jiawei.shao@intel.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823956}
parent 726a1875
...@@ -390,7 +390,10 @@ target(link_target_type, "gles2_sources") { ...@@ -390,7 +390,10 @@ target(link_target_type, "gles2_sources") {
} }
if (use_dawn) { if (use_dawn) {
deps += [ "//third_party/dawn/src/dawn_native" ] deps += [
"//third_party/dawn/src/dawn_native",
"//third_party/dawn/src/dawn_platform",
]
} }
if (is_mac) { if (is_mac) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment