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

Unified Diff: media/media.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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 5ea6e73f630275374987e73c104ef4b08aae1896..15db4c0f4d359b09e49d22d15c8ac8f5ff7df817 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',

Powered by Google App Engine
This is Rietveld 408576698