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

Unified Diff: services/catalog/BUILD.gn

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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 | « content/utility/utility_main.cc ('k') | services/catalog/data/required_files » ('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 fe2f22dce3d35e170b6e39a8bf3a8c1fd4c7a575..d3bf8a1ec44d99a6f915bc7fca12e2032d8627d3 100644
--- a/services/catalog/BUILD.gn
+++ b/services/catalog/BUILD.gn
@@ -13,6 +13,13 @@ group("catalog") {
]
}
+source_set("constants") {
+ sources = [
+ "store.cc",
+ "store.h",
+ ]
+}
+
source_set("lib") {
sources = [
"catalog.cc",
@@ -26,13 +33,13 @@ source_set("lib") {
"instance.cc",
"instance.h",
"manifest_provider.h",
- "store.cc",
- "store.h",
]
deps = [
+ ":constants",
"//base",
"//components/filesystem:lib",
+ "//services/catalog/public/cpp",
"//services/catalog/public/interfaces",
"//services/service_manager/public/cpp",
]
« no previous file with comments | « content/utility/utility_main.cc ('k') | services/catalog/data/required_files » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698