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

Unified Diff: content/public/common/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/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index b8a7cd1f699f2847747ef23ae29c509a19fe9a11..1bf105b6fc76b1bc9d6b93637dedfd05e28534f4 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -11,6 +11,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
group("common") {
if (is_component_build) {
public_deps = [
+ ":mojo_bindings",
"//content",
]
} else {
@@ -118,4 +119,10 @@ mojom("mojo_bindings") {
"permission_status.mojom",
"service_worker_event_status.mojom",
]
+ if (!is_ios) {
+ sources += [ "web_usb_permission_request.mojom" ]
+ deps = [
+ "//device/devices_app/usb/public/interfaces",
+ ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698