Index: content/browser/renderer_host/media/DEPS |
diff --git a/content/browser/renderer_host/media/DEPS b/content/browser/renderer_host/media/DEPS |
index c3a5b96fc44d4dabd31a53ec0db441642bc2ceeb..5891e1286e59cfd46913aedd465e248d0431f557 100644 |
--- a/content/browser/renderer_host/media/DEPS |
+++ b/content/browser/renderer_host/media/DEPS |
@@ -1,3 +1,11 @@ |
include_rules = [ |
"+media", |
] |
+ |
+specific_include_rules = { |
+ # TODO(miu): Need to relocate MediaStreamManager/DispatcherHost/UIProxy and |
+ # friends to somewhere more appropriate (content/browser/frame_host/media?). |
ncarter (slow)
2014/07/10 01:17:51
I'm not opposed to content/browser/frame_host/medi
|
+ "media_stream_ui_proxy(_unittest)?\.cc": [ |
+ "+content/browser/frame_host", |
+ ], |
+} |