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

Unified Diff: media/media.gyp

Issue 2149793003: Move media/capture/content/feedback_signal_accumulator{.h,_unittest.cc} to media/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/cast/sender/vp8_encoder.h ('k') | no next file » | 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 ab5458c09f32510d72fa8f9309a437599da287fd..1c02bdc1eb405a35bb6a67a98308ad9fa42618ce 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -342,6 +342,7 @@
'base/eme_constants.h',
'base/encryption_scheme.cc',
'base/encryption_scheme.h',
+ 'base/feedback_signal_accumulator.h',
'base/key_system_names.cc',
'base/key_system_names.h',
'base/key_system_properties.cc',
@@ -1121,7 +1122,7 @@
'base/audio_fifo_unittest.cc',
'base/audio_hardware_config_unittest.cc',
'base/audio_hash_unittest.cc',
- 'base/audio_latency_unittest.cc',
+ 'base/audio_latency_unittest.cc',
'base/audio_parameters_unittest.cc',
'base/audio_point_unittest.cc',
'base/audio_pull_fifo_unittest.cc',
@@ -1145,6 +1146,7 @@
'base/decoder_buffer_unittest.cc',
'base/djb2_unittest.cc',
'base/fake_demuxer_stream_unittest.cc',
+ 'base/feedback_signal_accumulator_unittest.cc',
'base/gmock_callback_support_unittest.cc',
'base/key_systems_unittest.cc',
'base/mac/video_frame_mac_unittests.cc',
« no previous file with comments | « media/cast/sender/vp8_encoder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698