| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index bd8cf6b9e1d7ab0d76e5eb91acf8ad658771f37f..1cbb8b35275352e5cf102131ee1eb1f50a5575b3 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -266,6 +266,9 @@ component("cc") {
|
| "output/texture_mailbox_deleter.h",
|
| "output/viewport_selection_bound.cc",
|
| "output/viewport_selection_bound.h",
|
| + "output/vulkan_context_provider.h",
|
| + "output/vulkan_in_process_context_provider.cc",
|
| + "output/vulkan_in_process_context_provider.h",
|
| "playback/clip_display_item.cc",
|
| "playback/clip_display_item.h",
|
| "playback/clip_path_display_item.cc",
|
| @@ -563,9 +566,6 @@ component("cc") {
|
|
|
| if (enable_vulkan) {
|
| sources += [
|
| - "output/vulkan_context_provider.h",
|
| - "output/vulkan_in_process_context_provider.cc",
|
| - "output/vulkan_in_process_context_provider.h",
|
| "output/vulkan_renderer.cc",
|
| "output/vulkan_renderer.h",
|
| ]
|
|
|