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

Unified Diff: content/app/BUILD.gn

Issue 1742753002: Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated usb_chooser_bubble_controller.cc/h Created 4 years, 10 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/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 435a39e9eed60b3b679ca5a7c39add2a9a2cd507..b5e531f3f5241cfc71ea79898510badad64f8b42 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -57,6 +57,7 @@ if (is_ios) {
]
} else {
content_app_deps += [
+ "//device/usb",
Reilly Grant (use Gerrit) 2016/02/27 02:22:56 This seems like an awfully high level place to add
juncai 2016/02/29 18:55:23 ok, I moved this dep to the above: else if (is_and
"//mojo/shell/public/interfaces",
"//mojo/edk/system",
"//mojo/environment:chromium",

Powered by Google App Engine
This is Rietveld 408576698