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

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: 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
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 257865bb34c9ea461bb308a1600e8948a0e919aa..84d08ccc53466b34a3458b54d299b64c7a153d95 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1880,14 +1880,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',

Powered by Google App Engine
This is Rietveld 408576698