webrtc/modules/audio_coding/codecs/g722
Mirko Bonadei bc3b782813 Using fully qualified #include paths in g722 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: I1fc4cb50d81522a486888a626d4a95df7847d591
Reviewed-on: https://webrtc-review.googlesource.com/46743
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21849}
2018-02-01 15:11:25 +00:00
..
test Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_decoder_g722.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_decoder_g722.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_g722.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
audio_encoder_g722.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
g722_decode.c Using fully qualified #include paths in g722 code. 2018-02-01 15:11:25 +00:00
g722_enc_dec.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
g722_encode.c Using fully qualified #include paths in g722 code. 2018-02-01 15:11:25 +00:00
g722_interface.c Using fully qualified #include paths in g722 code. 2018-02-01 15:11:25 +00:00
g722_interface.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00