| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index a3622218d6a8fc3fc7e1d9be6ee3f3ba0fc274cb..5c13d6ea780e59744ef8534d54a642ba0c8e0943 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -244,6 +244,8 @@ component("cc") {
|
| "output/gl_renderer.h",
|
| "output/gl_renderer_draw_cache.cc",
|
| "output/gl_renderer_draw_cache.h",
|
| + "output/in_process_context_provider.cc",
|
| + "output/in_process_context_provider.h",
|
| "output/latency_info_swap_promise.cc",
|
| "output/latency_info_swap_promise.h",
|
| "output/layer_quad.cc",
|
| @@ -584,7 +586,10 @@ component("cc") {
|
| "//cc/proto",
|
| "//cc/surfaces:surface_id",
|
| "//gpu",
|
| + "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| + "//gpu/ipc:gl_in_process_context",
|
| + "//gpu/skia_bindings:skia_bindings",
|
| "//media",
|
| "//third_party/libyuv",
|
| "//ui/events:events_base",
|
|
|