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

Unified Diff: media/base/BUILD.gn

Issue 1021943002: Introduce cadence based VideoRendererAlgorithm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix evaluation order. Created 5 years, 8 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/BUILD.gn ('k') | media/base/moving_average.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 f8f3c69994ed197d2ee9c3df71c924b701584a18..06024085a0b7a3edb358f653f3f7cf1834550f39 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -119,6 +119,8 @@ source_set("base") {
"media_permission.h",
"media_switches.cc",
"media_switches.h",
+ "moving_average.cc",
+ "moving_average.h",
"multi_channel_resampler.cc",
"multi_channel_resampler.h",
"null_video_sink.cc",
@@ -375,6 +377,7 @@ source_set("unittests") {
"djb2_unittest.cc",
"gmock_callback_support_unittest.cc",
"key_systems_unittest.cc",
+ "moving_average_unittest.cc",
"multi_channel_resampler_unittest.cc",
"null_video_sink_unittest.cc",
"pipeline_unittest.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/moving_average.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698