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

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: Addressed some of dpapad@'s comments. 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/device/geolocation/public/interfaces/BUILD.gn b/chrome/browser/ui/webui/usb_internals/BUILD.gn
similarity index 81%
copy from device/geolocation/public/interfaces/BUILD.gn
copy to chrome/browser/ui/webui/usb_internals/BUILD.gn
index 6bdfc1ac3d8ac01629c3ed29256a31b2db907242..b7a4027a380d0422e954b17ac27454d404254047 100644
--- a/device/geolocation/public/interfaces/BUILD.gn
+++ b/chrome/browser/ui/webui/usb_internals/BUILD.gn
@@ -4,8 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("mojo_bindings") {
sources = [
- "geolocation.mojom",
+ "usb_internals.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698