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

Unified Diff: device/usb/BUILD.gn

Issue 1155163008: Build a basic Mojo service framework for device/usb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DISALLOW Created 5 years, 7 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/device_tests.gyp ('k') | device/usb/device_impl.h » ('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 aa74a10638df3019d48935907bfacfb732442a57..a577538e61b28681a5c7fbab4bf15fcd3069fc0e 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -9,6 +9,12 @@ generated_ids = "$target_gen_dir/usb_ids_gen.cc"
source_set("usb") {
sources = [
+ "device_impl.cc",
+ "device_impl.h",
+ "device_manager_impl.cc",
+ "device_manager_impl.h",
+ "type_converters.cc",
+ "type_converters.h",
"usb_context.cc",
"usb_context.h",
"usb_descriptors.cc",
@@ -39,6 +45,8 @@ source_set("usb") {
"//base/third_party/dynamic_annotations",
"//components/device_event_log",
"//device/core",
+ "//device/usb/public/cpp",
+ "//device/usb/public/interfaces",
"//net",
"//third_party/libusb",
]
« no previous file with comments | « device/device_tests.gyp ('k') | device/usb/device_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698