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

Unified Diff: content/renderer/BUILD.gn

Issue 1293253002: Connect WebUSB client interface to the devices app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index e05fe0309064e8312461465b998fc85ba5457901..13a8450c7f2b91f55943ec9ab66eb8cbe10e6279 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -36,6 +36,8 @@ source_set("renderer") {
"//content/public/common:common_sources",
"//content/public/common:mojo_bindings",
"//device/battery:mojo_bindings",
+ "//device/devices_app/public/cpp",
+ "//device/devices_app/usb/public/interfaces",
"//device/vibration:mojo_bindings",
"//gin",
"//gpu",

Powered by Google App Engine
This is Rietveld 408576698