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

Unified Diff: device/BUILD.gn

Issue 1183443002: Reland: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn check... Created 5 years, 6 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/chrome_browser.gypi ('k') | device/core/device_client.h » ('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..8bb5e111aeacdbf80c93190c5981a5a32e6673ef 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -90,9 +90,9 @@ test("device_unittests") {
# USB does not compile on mobile platforms.
if (!is_android && !is_ios) {
sources += [
+ "devices_app/usb/device_impl_unittest.cc",
+ "devices_app/usb/device_manager_impl_unittest.cc",
"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",
@@ -101,8 +101,9 @@ test("device_unittests") {
]
deps += [
"//device/core",
- "//device/usb/public/cpp",
- "//device/usb/public/interfaces",
+ "//device/devices_app:lib",
+ "//device/devices_app/usb/public/cpp",
+ "//device/devices_app/usb/public/interfaces",
"//device/usb",
"//device/usb:mocks",
"//third_party/libusb",
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | device/core/device_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698