| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index c1ee66e861fada9cefa72cef08110f2cfcb43db0..62faac8441f4a8aaac7ca1adab7ba8ead0d59e01 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -475,6 +475,13 @@ source_set("browser") {
|
| deps += [ "//ui/compositor" ]
|
| }
|
|
|
| + if (enable_vulkan) {
|
| + sources += [
|
| + "compositor/vulkan_browser_compositor_output_surface.cc",
|
| + "compositor/vulkan_browser_compositor_output_surface.h",
|
| + ]
|
| + }
|
| +
|
| if (enable_web_speech) {
|
| deps += [ "//third_party/flac" ]
|
| }
|
|
|