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

Unified Diff: media/media.gyp

Issue 1907973003: media: Move audio_parameters and audio_point to media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/filters/audio_renderer_algorithm.h ('k') | media/muxers/webm_muxer.cc » ('j') | 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 c3400dd17cf965cb95a53595e48fdab085966c8a..97e29a183f56a734b4b68cde81602ece74f9302a 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1142,6 +1142,8 @@
'base/audio_fifo_unittest.cc',
'base/audio_hardware_config_unittest.cc',
'base/audio_hash_unittest.cc',
+ 'base/audio_parameters_unittest.cc',
+ 'base/audio_point_unittest.cc',
'base/audio_pull_fifo_unittest.cc',
'base/audio_push_fifo_unittest.cc',
'base/audio_renderer_mixer_input_unittest.cc',
@@ -1436,11 +1438,9 @@
'audio/audio_output_controller_unittest.cc',
'audio/audio_output_device_unittest.cc',
'audio/audio_output_proxy_unittest.cc',
- 'audio/audio_parameters_unittest.cc',
'audio/audio_power_monitor_unittest.cc',
'audio/audio_streams_tracker_unittest.cc',
'audio/fake_audio_worker_unittest.cc',
- 'audio/point_unittest.cc',
'audio/simple_sources_unittest.cc',
'audio/virtual_audio_input_stream_unittest.cc',
'audio/virtual_audio_output_stream_unittest.cc',
« no previous file with comments | « media/filters/audio_renderer_algorithm.h ('k') | media/muxers/webm_muxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698