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

Unified Diff: device/devices_app/usb/public/cpp/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
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",
]
}
« no previous file with comments | « device/devices_app/usb/device_manager_impl_unittest.cc ('k') | device/devices_app/usb/public/cpp/device_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698