webrtc/modules/audio_coding/codecs/g711
Mirko Bonadei 2bf82c1842 Using fully qualified #include paths in g711 code.
WebRTC internal code should always use include paths that start
from the root of the project and that clearly identify the header file.

This allows 'gn check' to actually keep dependencies under control
because 'gn check' cannot enforce anything if the include path
is not fully qualified (starting from the root of the project).

Bug: webrtc:8815
Change-Id: I6c345c38fd990f66bc1a8129e7f7cee7d161e926
Reviewed-on: https://webrtc-review.googlesource.com/47120
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21848}
2018-02-01 15:05:44 +00:00
..
test Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_decoder_pcm.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_decoder_pcm.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_pcm.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_encoder_pcm.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
g711.c Using fully qualified #include paths in g711 code. 2018-02-01 15:05:44 +00:00
g711.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
g711_interface.c Using fully qualified #include paths in g711 code. 2018-02-01 15:05:44 +00:00
g711_interface.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00