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

Unified Diff: cc/cc.gyp

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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index d4b039217dd25d2368e06e7c892ae5ed84ee4172..55169ba6de7da99ecf223e8a9cfe2e44adbcd87a 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -19,6 +19,7 @@
'<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
+ '<(DEPTH)/third_party/qcms:qcms',
'<(DEPTH)/ui/events/events.gyp:events_base',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
@@ -285,6 +286,8 @@
'output/filter_operations.h',
'output/geometry_binding.cc',
'output/geometry_binding.h',
+ 'output/gl_color_lut_cache.cc',
+ 'output/gl_color_lut_cache.h',
'output/gl_frame_data.cc',
'output/gl_frame_data.h',
'output/gl_renderer.cc',
@@ -331,8 +334,8 @@
'output/texture_mailbox_deleter.cc',
'output/texture_mailbox_deleter.h',
'output/vulkan_context_provider.h',
- 'output/vulkan_in_process_context_provider.h',
'output/vulkan_in_process_context_provider.cc',
+ 'output/vulkan_in_process_context_provider.h',
'playback/clip_display_item.cc',
'playback/clip_display_item.h',
'playback/clip_path_display_item.cc',
« no previous file with comments | « cc/DEPS ('k') | cc/ipc/cc_param_traits_macros.h » ('j') | cc/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698