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

Unified Diff: Source/modules/modules.gypi

Issue 1264483005: Add WebUSB bindings and client interface [part 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove CallbackPromiseAdapter usage Created 5 years, 5 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index f6d0f77b38ad9faf0c644ddd055fe3e3cc120a2a..1ae4faad139367e48a428206be769954994bbf06 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1684,6 +1684,8 @@
'webusb/USBController.cpp',
'webusb/USBController.h',
'webusb/USBDevice.h',
+ 'webusb/USBError.cpp',
+ 'webusb/USBError.h',
],
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [

Powered by Google App Engine
This is Rietveld 408576698