Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index a5a859e12ee9d50d88f5f23c04e7f341d5039f72..ff0a80ef00d492717225bff7cba6abaf51d2b1ee 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -248,6 +248,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,11 @@ component("cc") { |
| "//cc/proto", |
| "//cc/surfaces:surface_id", |
| "//gpu", |
| + "//gpu/command_buffer/client:gles2_c_lib", |
|
piman
2016/11/16 00:50:16
nit: You shouldn't need this one
Fady Samuel
2016/11/16 01:05:13
Done.
|
| + "//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", |