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

Unified Diff: device/vr/BUILD.gn

Issue 2142813003: bluetooth: Avoid including non-blink mojo bindings in blink code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Add DCHECK for enum Created 4 years, 5 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 | « content/renderer/bluetooth/web_bluetooth_impl.cc ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index f4cad8dc20c584470b862da636bb50d710f28686..1eb7013e54e7df7037f4320aa830e4e4c667b5d8 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -24,7 +24,6 @@ component("vr") {
":mojo_bindings",
"//base",
"//mojo/public/cpp/bindings",
- "//third_party/WebKit/public:mojo_bindings",
"//ui/gfx",
]
@@ -56,7 +55,6 @@ static_library("fakes") {
":vr",
"//base",
"//mojo/public/cpp/bindings",
- "//third_party/WebKit/public:mojo_bindings",
]
}
« no previous file with comments | « content/renderer/bluetooth/web_bluetooth_impl.cc ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698