webrtc/common_audio
Mirko Bonadei 65ce31158f Removing useless dependencies on //testing/gmock.
If a WebRTC build target requires gmock it has to include
test/gmock.h and just depend on //test:test_support.

Unfortunately //testtest_support was a leaky abstraction because it
wasn't propagating the correct -I compiler flag. To make everything
work, all the targets that use gmock started also to depend on
//testing/gmock (even if they were not including any gmock header
directly).

This CL makes //testtest_support propagate the include path up in the
dependency chain so it is possible to remove unused dependencies.

Note: all_dependent_configs should probably be used in the original
gmock target. There is an ongoing discussion about it. This CL solves
the problem on WebRTC side and it is forward compatible.

TBR=phoglund@webrtc.org

Bug: webrtc:8603
Change-Id: If08daf2ce9a6431a6e881a236743b4ec33b59ea7
Reviewed-on: https://webrtc-review.googlesource.com/44340
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21776}
2018-01-26 13:34:12 +00:00
..
include Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
mocks Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
resampler Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
signal_processing Replace left shift with equivalent multiplication. 2018-01-12 15:29:59 +00:00
vad Replace left shift with equivalent multiplication. 2017-11-07 14:47:05 +00:00
audio_converter.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
audio_converter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_converter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_ring_buffer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_ring_buffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_ring_buffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_util.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_util_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
blocker.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
blocker.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
blocker_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
BUILD.gn Removing useless dependencies on //testing/gmock. 2018-01-26 13:34:12 +00:00
channel_buffer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
channel_buffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
channel_buffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fft4g.c Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
fft4g.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fir_filter.h Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_c.cc Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_c.h Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_factory.cc Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_factory.h Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_neon.cc Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_neon.h Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_sse.cc Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_sse.h Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_unittest.cc Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
lapped_transform.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
lapped_transform.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
lapped_transform_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
real_fourier.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
real_fourier.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
real_fourier_ooura.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
real_fourier_ooura.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
real_fourier_openmax.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
real_fourier_openmax.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
real_fourier_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ring_buffer.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ring_buffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ring_buffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
smoothing_filter.cc Optional: Use nullopt and implicit construction in /common_audio 2017-11-28 15:46:48 +00:00
smoothing_filter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
smoothing_filter_unittest.cc Optional: Use nullopt and implicit construction in /common_audio 2017-11-28 15:46:48 +00:00
sparse_fir_filter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sparse_fir_filter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sparse_fir_filter_unittest.cc Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
wav_file.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
wav_file.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
wav_file_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
wav_header.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
wav_header.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
wav_header_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
window_generator.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
window_generator.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
window_generator_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00