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

Side by Side Diff: third_party/WebKit/LayoutTests/usb/resources/webusb-test.js

Issue 2789723003: Migrate WebUSB LayoutTests into external/wpt (Closed)
Patch Set: Add README.md and more comments explaining the polyfill 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 unified diff | Download patch
OLDNEW
(Empty)
1 'use strict';
2
3 (() => {
4 let dependencies = [
5 "file:///gen/layout_test_data/mojo/public/js/mojo_bindings.js",
6 "file:///gen/device/usb/public/interfaces/device.mojom.js",
7 "file:///gen/device/usb/public/interfaces/device_manager.mojom.js",
8 "file:///gen/device/usb/public/interfaces/chooser_service.mojom.js",
9 "resources/webusb-test-impl.js",
10 ];
11 for (let dep of dependencies)
12 document.write("<script src='" + dep + "'></script>");
13 })();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698