Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: cc/BUILD.gn

Issue 2088273003: Video Color Managament (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bugfix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/DEPS » ('j') | cc/output/gl_renderer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | cc/DEPS » ('j') | cc/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698