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

Unified Diff: media/base/BUILD.gn

Issue 2841813002: Converting video color space enums to their corresponding gfx:color space eqvivalent. (Closed)
Patch Set: Fixed ==> "warning C4701: potentially uninitialized local variable 'primary_id' used" Created 3 years, 7 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 | « cc/ipc/struct_traits_unittest.cc ('k') | media/base/video_color_space.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index b4731363f9f179a647f6df25d1618ea086fbde8d..dba4b28725594acebb6d372939e38b7624f78e25 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -467,6 +467,7 @@ source_set("unit_tests") {
"time_delta_interpolator_unittest.cc",
"vector_math_unittest.cc",
"video_codecs_unittest.cc",
+ "video_color_space_unittest.cc",
"video_decoder_config_unittest.cc",
"video_frame_pool_unittest.cc",
"video_frame_unittest.cc",
« no previous file with comments | « cc/ipc/struct_traits_unittest.cc ('k') | media/base/video_color_space.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698