|
Move AudioDevice and AudioInputDevice to media.
This CL does the following:
* Move AudioDevice, AudioInputDevice out of content, into media/audio.
* ...and a couple of dependent classes: AudioDeviceThread and ScopedLoopObserver.
* ...and the unit test.
* Renamed AudioDevice -> AudioOutputDevice
* Moved the classes into the media namespace.
* Updated the unit test code as necessary.
Aside from the unit test*, there are minimal code changes. Only what was required to make things build and work as before - mostly just adding or removing "media::".
* The unit test changes were to add expectations for AddDelegate/RemoveDelegate since previously a mock class was inheriting from AudioMessageFilter and not the IPC interface.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148777
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+284 lines, -1892 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/renderer/media/audio_device.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -169 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/audio_device.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -277 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_device_factory.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_device_factory.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/audio_device_thread.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -107 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/audio_device_thread.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -202 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/audio_device_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -249 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/audio_input_device.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -207 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/audio_input_device.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -343 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_renderer_mixer_manager.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_renderer_mixer_manager_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/render_audiosourceprovider.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/render_audiosourceprovider.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
content/renderer/media/scoped_loop_observer.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/scoped_loop_observer.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_audio_device_impl.h
|
View
|
1
2
3
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_audio_device_impl.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_audio_output_impl.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_webkitplatformsupport_impl.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/webrtc_audio_device_test.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
media/audio/audio_device_thread.h
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
media/audio/audio_device_thread.cc
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
media/audio/audio_input_device.h
|
View
|
1
2
3
|
8 chunks |
+25 lines, -21 lines |
0 comments
|
Download
|
 |
A + |
media/audio/audio_input_device.cc
|
View
|
1
2
3
|
12 chunks |
+26 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
media/audio/audio_output_device.h
|
View
|
1
2
3
4
|
6 chunks |
+31 lines, -39 lines |
0 comments
|
Download
|
 |
A + |
media/audio/audio_output_device.cc
|
View
|
1
2
3
|
14 chunks |
+51 lines, -48 lines |
0 comments
|
Download
|
 |
A + |
media/audio/audio_output_device_unittest.cc
|
View
|
1
2
3
|
9 chunks |
+64 lines, -56 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_ipc.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/audio/mac/audio_manager_mac.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
media/audio/scoped_loop_observer.h
|
View
|
1
2
3
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
media/audio/scoped_loop_observer.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|