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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1850023002: Consume Mojo services directly in Blink's WebUSB implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't do assignments in if statements. Created 4 years, 8 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 | « third_party/WebKit/Source/modules/modules.gyp ('k') | third_party/WebKit/Source/modules/webusb/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index c761fbf715a046652fc85bd0043d5d3b5e2707dc..0841bcf5645c0a9c4e7bceec02db1e779c3f2043 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1907,14 +1907,10 @@
'webusb/USBConfiguration.h',
'webusb/USBConnectionEvent.cpp',
'webusb/USBConnectionEvent.h',
- 'webusb/USBController.cpp',
- 'webusb/USBController.h',
'webusb/USBDevice.cpp',
'webusb/USBDevice.h',
'webusb/USBEndpoint.cpp',
'webusb/USBEndpoint.h',
- 'webusb/USBError.cpp',
- 'webusb/USBError.h',
'webusb/USBInTransferResult.h',
'webusb/USBInterface.cpp',
'webusb/USBInterface.h',
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gyp ('k') | third_party/WebKit/Source/modules/webusb/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698