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

Unified Diff: components/webusb/public/interfaces/BUILD.gn

Issue 1404213004: Reland: Add webusb permission bubble mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webusb_permission_ui_1_refactor_permission_bubble_manager
Patch Set: updated webusb.gypi dependencies again Created 5 years, 2 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 | « components/webusb/BUILD.gn ('k') | components/webusb/public/interfaces/webusb_permission_bubble.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webusb/public/interfaces/BUILD.gn
diff --git a/components/filesystem/public/interfaces/BUILD.gn b/components/webusb/public/interfaces/BUILD.gn
similarity index 72%
copy from components/filesystem/public/interfaces/BUILD.gn
copy to components/webusb/public/interfaces/BUILD.gn
index 139ef495fab620e8d12eb55213935dfc46535d3b..ee4ca58848df032812c52214d541e2aad7f5adf7 100644
--- a/components/filesystem/public/interfaces/BUILD.gn
+++ b/components/webusb/public/interfaces/BUILD.gn
@@ -6,9 +6,10 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "directory.mojom",
- "file.mojom",
- "file_system.mojom",
- "types.mojom",
+ "webusb_permission_bubble.mojom",
+ ]
+
+ deps = [
+ "//device/devices_app/usb/public/interfaces",
]
}
« no previous file with comments | « components/webusb/BUILD.gn ('k') | components/webusb/public/interfaces/webusb_permission_bubble.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698