Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index e5e1929fa06696a1a79e67a8816a584eb7a78265..26279cf259f74a45b297336f07342596a5eeabae 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -517,6 +517,10 @@ source_set("common") { |
| ] |
| } |
| } |
| + |
| + if (enable_vulkan) { |
| + deps += [ "//gpu/vulkan" ] |
| + } |
| } |
| mojom("mojo_bindings") { |