 Chromium Code Reviews
 Chromium Code Reviews Issue 1804333002:
  Reland "Add check_deps rules in DEPS files."  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc.git@master
    
  
    Issue 1804333002:
  Reland "Add check_deps rules in DEPS files."  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc.git@master| Index: webrtc/modules/audio_device/DEPS | 
| diff --git a/webrtc/modules/audio_device/DEPS b/webrtc/modules/audio_device/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..2f4a5970519cc391b84972d92d4c20e28addac78 | 
| --- /dev/null | 
| +++ b/webrtc/modules/audio_device/DEPS | 
| @@ -0,0 +1,11 @@ | 
| +include_rules = [ | 
| + "+webrtc/base", | 
| + "+webrtc/common_audio", | 
| + "+webrtc/system_wrappers", | 
| +] | 
| + | 
| +specific_include_rules = { | 
| + "ensure_initialized\.cc": [ | 
| + "+base/android", | 
| + ], | 
| +} |