| Index: device/devices_app/usb/public/cpp/BUILD.gn
|
| diff --git a/device/usb/public/cpp/BUILD.gn b/device/devices_app/usb/public/cpp/BUILD.gn
|
| similarity index 82%
|
| rename from device/usb/public/cpp/BUILD.gn
|
| rename to device/devices_app/usb/public/cpp/BUILD.gn
|
| index 43cea68e3dbdea9cc24eb578cc504673656f9242..9ca3cce8d17bf12a6957c98c0ea38a0208e88ae7 100644
|
| --- a/device/usb/public/cpp/BUILD.gn
|
| +++ b/device/devices_app/usb/public/cpp/BUILD.gn
|
| @@ -5,12 +5,11 @@
|
| source_set("cpp") {
|
| sources = [
|
| "device_manager_delegate.h",
|
| - "device_manager_factory.h",
|
| ]
|
|
|
| public_deps = [
|
| "//base",
|
| - "//device/usb/public/interfaces",
|
| + "//device/devices_app/usb/public/interfaces",
|
| "//third_party/mojo/src/mojo/public/cpp/bindings",
|
| ]
|
| }
|
|
|