Index: content/browser/DEPS |
diff --git a/content/browser/DEPS b/content/browser/DEPS |
index c180ec22a350b44a987e70235c02e80b3a7fafc6..85ffddaf2ff1c4ce056584206d7e7a32f074a389 100644 |
--- a/content/browser/DEPS |
+++ b/content/browser/DEPS |
@@ -99,6 +99,10 @@ include_rules = [ |
"+third_party/WebKit/public/web/WebTreeScopeType.h", |
"+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
+ # Until we define where mojo interfaces should live in blink we whitelist each |
+ # one separately. |
+ "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h" |
+ |
# DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
# See https://sites.google.com/a/chromium.org/dev/developers/content-module |
# for more information. |