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

Unified Diff: apps/BUILD.gn

Issue 580963002: Add a service to track devices selected by the user. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed all of scheib@'s feedback. Created 6 years, 3 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 | « no previous file | apps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index 6b519abeccbba1bd4817c21b6ba748135d58632e..7d05d9c6bcd162d6f03503724dc439ac5b5ad455 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -26,6 +26,10 @@ static_library("apps") {
"launcher.cc",
"launcher.h",
"metrics_names.h",
+ "saved_devices_service.cc",
+ "saved_devices_service.h",
+ "saved_devices_service_factory.cc",
+ "saved_devices_service_factory.h",
"saved_files_service.cc",
"saved_files_service.h",
"saved_files_service_factory.cc",
@@ -41,6 +45,7 @@ static_library("apps") {
"//chrome/browser/extensions",
"//chrome/common/extensions/api:api",
"//components/web_modal",
+ "//device/usb",
"//skia",
]
« no previous file with comments | « no previous file | apps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698