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

Unified Diff: device/usb/BUILD.gn

Issue 2688303002: Add a feature flag for the new Windows USB backend. (Closed)
Patch Set: Update histograms. Created 3 years, 10 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 | « device/base/features.cc ('k') | device/usb/mock_usb_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index f87aef465f204cfa4c5b4ca9c5a0a96595d72598..4e22715bd8cf9096769a65e974bfb0d7e3cc191d 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -44,6 +44,8 @@ static_library("usb") {
"usb_service.h",
"usb_service_android.cc",
"usb_service_android.h",
+ "usb_service_win.cc",
+ "usb_service_win.h",
"webusb_descriptors.cc",
"webusb_descriptors.h",
generated_ids,
« no previous file with comments | « device/base/features.cc ('k') | device/usb/mock_usb_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698