Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(848)

Unified Diff: content/browser/DEPS

Issue 1784613002: bluetooth: Introduce Web Bluetooth mojom interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Clean gyp Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | third_party/WebKit/public/blink.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 11466fa84a9e200b6829f144e42255c8596a2757..493e0e286b5a6f729b5526de0094c6b48dacb1dd 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -98,6 +98,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.
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | third_party/WebKit/public/blink.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698