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

Unified Diff: device/BUILD.gn

Issue 1158323002: Revert of Build a basic Mojo service framework for device/usb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/browser/chrome_device_client.cc ('k') | device/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index ee539328edd2ef84a6e40ba183b90555b9d89c60..d80e50d59e5557293792984fad72b7db33560fa6 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -91,8 +91,6 @@
if (!is_android && !is_ios) {
sources += [
"test/usb_test_gadget_impl.cc",
- "usb/device_impl_unittest.cc",
- "usb/device_manager_impl_unittest.cc",
"usb/usb_context_unittest.cc",
"usb/usb_device_filter_unittest.cc",
"usb/usb_device_handle_unittest.cc",
@@ -100,9 +98,6 @@
"usb/usb_service_unittest.cc",
]
deps += [
- "//device/core",
- "//device/usb/public/cpp",
- "//device/usb/public/interfaces",
"//device/usb",
"//device/usb:mocks",
"//third_party/libusb",
« no previous file with comments | « chrome/browser/chrome_device_client.cc ('k') | device/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698