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

Unified Diff: media/media.gyp

Issue 2088273003: Video Color Managament (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: log color space Created 4 years, 4 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 | « media/base/video_frame.cc ('k') | media/video/gpu_memory_buffer_video_frame_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 8f65476c04aec60be11c4930bcfb0fddb6fbfc54..032acb1b8961d881d94807b35300816f20d0a969 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -311,6 +311,8 @@
'base/channel_mixer.h',
'base/channel_mixing_matrix.cc',
'base/channel_mixing_matrix.h',
+ 'base/color_helper.cc',
+ 'base/color_helper.h',
'base/container_names.cc',
'base/container_names.h',
'base/data_buffer.cc',
@@ -452,6 +454,8 @@
'base/video_capturer_source.h',
'base/video_codecs.cc',
'base/video_codecs.h',
+ 'base/video_color_space.cc',
+ 'base/video_color_space.h',
'base/video_decoder.cc',
'base/video_decoder.h',
'base/video_decoder_config.cc',
@@ -1166,6 +1170,7 @@
'base/vector_math_testing.h',
'base/vector_math_unittest.cc',
'base/video_codecs_unittest.cc',
+ 'base/video_color_space_unittest.cc',
'base/video_decoder_config_unittest.cc',
'base/video_frame_pool_unittest.cc',
'base/video_frame_unittest.cc',
« no previous file with comments | « media/base/video_frame.cc ('k') | media/video/gpu_memory_buffer_video_frame_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698