| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 8bdc2c733ac05b38d06eea063f8aa7de7396321c..ee41f7a3daec04bfc7acb09c69855d04a3f3b979 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -201,6 +201,8 @@ component("cc") {
|
| "output/bsp_walk_action.h",
|
| "output/ca_layer_overlay.cc",
|
| "output/ca_layer_overlay.h",
|
| + "output/color_lut_cache.cc",
|
| + "output/color_lut_cache.h",
|
| "output/compositor_frame.cc",
|
| "output/compositor_frame.h",
|
| "output/compositor_frame_metadata.cc",
|
| @@ -564,6 +566,7 @@ component("cc") {
|
| "//gpu",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//media",
|
| + "//third_party/qcms:qcms",
|
| "//ui/events:events_base",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
|
|