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

Unified Diff: content/app/BUILD.gn

Issue 1624573004: Rename webusb_permission_bubble.mojom and move it to //content/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added content_common_mojo_bindings dep back to chrome_browser.gypi Created 4 years, 11 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 6abee2318b492af373fded1cbfc8a9320d578ec6..1fbaf34787d2709c3016b1e09a129d6e56ea5d09 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -64,6 +64,7 @@ if (is_ios) {
]
} else {
content_app_deps += [
+ "//device/usb",
"//mojo/shell/public/interfaces",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/edk/system",

Powered by Google App Engine
This is Rietveld 408576698