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

Unified Diff: device/BUILD.gn

Issue 1682363002: Remove //device/devices_app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two files that somehow survived in //device/devices_app. Created 4 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 | « content/renderer/usb/web_usb_device_impl.cc ('k') | device/device_tests.gyp » ('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 463e77fc09b44de0b9268dcdfe13de838c451489..4b52e523118452c9f2469cb040d9a01d8e950e5d 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -103,13 +103,13 @@ test("device_unittests") {
# USB does not compile on iOS.
if (!is_ios) {
sources += [
- "devices_app/usb/device_impl_unittest.cc",
- "devices_app/usb/device_manager_impl_unittest.cc",
- "devices_app/usb/fake_permission_provider.cc",
- "devices_app/usb/fake_permission_provider.h",
"test/test_device_client.cc",
"test/test_device_client.h",
"test/usb_test_gadget_impl.cc",
+ "usb/mojo/device_impl_unittest.cc",
+ "usb/mojo/device_manager_impl_unittest.cc",
+ "usb/mojo/fake_permission_provider.cc",
+ "usb/mojo/fake_permission_provider.h",
"usb/usb_descriptors_unittest.cc",
"usb/usb_device_filter_unittest.cc",
"usb/usb_device_handle_unittest.cc",
@@ -120,10 +120,10 @@ test("device_unittests") {
deps += [
"//device/core",
"//device/core:mocks",
- "//device/devices_app:lib",
- "//device/devices_app/usb/public/interfaces",
"//device/usb",
"//device/usb:mocks",
+ "//device/usb/mojo",
+ "//device/usb/public/interfaces",
]
}
« no previous file with comments | « content/renderer/usb/web_usb_device_impl.cc ('k') | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698