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

Unified Diff: services/catalog/BUILD.gn

Issue 2645973006: [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: . Created 3 years, 11 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 | « media/mojo/services/run_all_unittests.cc ('k') | services/catalog/catalog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/BUILD.gn
diff --git a/services/catalog/BUILD.gn b/services/catalog/BUILD.gn
index f693b821a2d908aa7d8d393b48306c6c0ef6bb33..fe2f22dce3d35e170b6e39a8bf3a8c1fd4c7a575 100644
--- a/services/catalog/BUILD.gn
+++ b/services/catalog/BUILD.gn
@@ -26,8 +26,6 @@ source_set("lib") {
"instance.cc",
"instance.h",
"manifest_provider.h",
- "reader.cc",
- "reader.h",
"store.cc",
"store.h",
]
@@ -43,10 +41,6 @@ source_set("lib") {
# directory.mojom.h is #included by catalog.h
"//components/filesystem/public/interfaces",
]
-
- data_deps = [
- ":manifest",
- ]
}
service_manifest("manifest") {
« no previous file with comments | « media/mojo/services/run_all_unittests.cc ('k') | services/catalog/catalog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698