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