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

Unified Diff: apps/BUILD.gn

Issue 2951003002: SavedFilesService interface in //extensions (Closed)
Patch Set: cleanup Created 3 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 | « no previous file | apps/app_restore_service.cc » ('j') | apps/app_restore_service_browsertest.cc » ('J')
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 00e95f3a10cf141935aeca8e3b68309aabd77602..7d0280436a68fb290828dee0b534e74bbef22aad 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -27,10 +27,10 @@ static_library("apps") {
"launcher.cc",
"launcher.h",
"metrics_names.h",
- "saved_files_service.cc",
- "saved_files_service.h",
"saved_files_service_factory.cc",
"saved_files_service_factory.h",
+ "saved_files_service_impl.cc",
+ "saved_files_service_impl.h",
"switches.cc",
"switches.h",
]
« no previous file with comments | « no previous file | apps/app_restore_service.cc » ('j') | apps/app_restore_service_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698