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

Unified Diff: chrome/browser/ui/webui/usb_internals/BUILD.gn

Issue 2204713006: Add chrome://usb-internals page for adding and removing test devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use typemaped types in the TestDeviceInfo struct. Created 4 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: chrome/browser/ui/webui/usb_internals/BUILD.gn
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/chrome/browser/ui/webui/usb_internals/BUILD.gn
similarity index 85%
copy from components/password_manager/content/public/interfaces/BUILD.gn
copy to chrome/browser/ui/webui/usb_internals/BUILD.gn
index 66d988d3475448aaaad514cbbdcb98ac58721023..4d0059e3ae2f9373b54f88d25de739a6b4786d3d 100644
--- a/components/password_manager/content/public/interfaces/BUILD.gn
+++ b/chrome/browser/ui/webui/usb_internals/BUILD.gn
@@ -4,9 +4,9 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("mojo_bindings") {
sources = [
- "credential_manager.mojom",
+ "usb_internals.mojom",
]
public_deps = [
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/browser/ui/webui/usb_internals/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698