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

Unified Diff: chrome/browser/resources/usb_internals/usb_internals.html

Issue 2965803003: Mojo JS bindings: add support to generate "dual-mode" code. (Closed)
Patch Set: . Created 3 years, 6 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/resources/usb_internals/usb_internals.html
diff --git a/chrome/browser/resources/usb_internals/usb_internals.html b/chrome/browser/resources/usb_internals/usb_internals.html
index 46bfe496aeb8967d33bbda6cf4313fb6fdc529e2..ad5ba8ab22ddc814998c11ba72c10217f778db4e 100644
--- a/chrome/browser/resources/usb_internals/usb_internals.html
+++ b/chrome/browser/resources/usb_internals/usb_internals.html
@@ -6,7 +6,9 @@
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="usb_internals.css">
<script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/mojo_bindings.js"></script>
<script src="chrome://resources/js/util.js"></script>
+ <script src="chrome/browser/ui/webui/usb_internals/usb_internals.mojom.js"></script>
<script src="usb_internals.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698