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

Unified Diff: media/shared_memory_support.gypi

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/muxers/webm_muxer_unittest.cc ('k') | ppapi/proxy/audio_input_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/shared_memory_support.gypi
diff --git a/media/shared_memory_support.gypi b/media/shared_memory_support.gypi
index 721f6aa4c497d7501f196d5f8913a2a13acc00cf..e58b3552256b930f454160ff58a8bde5d6b1e877 100644
--- a/media/shared_memory_support.gypi
+++ b/media/shared_memory_support.gypi
@@ -8,12 +8,12 @@
# These are defined here because we need to build this library both for
# the general media pipeline and again for the untrusted NaCl target.
'shared_memory_support_sources': [
- 'audio/audio_parameters.cc',
- 'audio/audio_parameters.h',
- 'audio/point.cc',
- 'audio/point.h',
'base/audio_bus.cc',
'base/audio_bus.h',
+ 'base/audio_parameters.cc',
+ 'base/audio_parameters.h',
+ 'base/audio_point.cc',
+ 'base/audio_point.h',
'base/channel_layout.cc',
'base/channel_layout.h',
'base/limits.h',
« no previous file with comments | « media/muxers/webm_muxer_unittest.cc ('k') | ppapi/proxy/audio_input_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698