| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index ffe865fffd4a2c8cf4790a73fefcd51ad28de0ac..f196cda7c320ac4daabcdb6442251a15d453445a 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -568,6 +568,8 @@ component("cc") {
|
| if (enable_vulkan) {
|
| sources += [
|
| "output/vulkan_context_provider.h",
|
| + "output/vulkan_derived_context_provider.cc",
|
| + "output/vulkan_derived_context_provider.h",
|
| "output/vulkan_in_process_context_provider.cc",
|
| "output/vulkan_in_process_context_provider.h",
|
| "output/vulkan_renderer.cc",
|
|
|