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

Unified Diff: media/base/BUILD.gn

Issue 1323093006: Change the media::PowerLineFrequency from an enum class to a proper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass around PowerLineFrequency objects in VideoCaptureDevice instead of integers Created 5 years, 3 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 | « content/renderer/media/media_stream_video_capturer_source.cc ('k') | media/base/video_capture_types.h » ('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 40641c424156523c77d0127e133721acc0dd1ded..eb481815559e8c155c1ebf3cd252851cf840031c 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -409,6 +409,7 @@ source_set("unittests") {
"user_input_monitor_unittest.cc",
"vector_math_testing.h",
"vector_math_unittest.cc",
+ "video_capture_types_unittest.cc",
"video_frame_pool_unittest.cc",
"video_frame_unittest.cc",
"video_util_unittest.cc",
« no previous file with comments | « content/renderer/media/media_stream_video_capturer_source.cc ('k') | media/base/video_capture_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698