| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 24186c83f5cd3594b348a6d9bb744c9132112adb..6a325553e8b7b23216774f351608c052d75ed548 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -4,7 +4,6 @@
|
|
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| -import("//gpu/vulkan/features.gni")
|
| import("//media/media_options.gni")
|
| import("//ppapi/features/features.gni")
|
| import("//printing/features/features.gni")
|
| @@ -84,7 +83,6 @@
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//gpu/ipc/host",
|
| - "//gpu/vulkan:features",
|
| "//ipc",
|
| "//media",
|
| "//media/capture",
|
|
|