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

Unified Diff: services/preferences/BUILD.gn

Issue 2740493002: Pref service: create service at browser startup (Closed)
Patch Set: Merge Created 3 years, 9 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/public/browser/browser_context.h ('k') | services/preferences/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/BUILD.gn
diff --git a/services/preferences/BUILD.gn b/services/preferences/BUILD.gn
index 8640a9194ee55c9b44ec04a8d23edbca2a15ee48..58a2d4ae1ced20fdc57c76f449e189d30b3a8f1e 100644
--- a/services/preferences/BUILD.gn
+++ b/services/preferences/BUILD.gn
@@ -2,9 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//services/service_manager/public/service_manifest.gni")
+
group("tests") {
testonly = true
deps = [
"//services/preferences/public/cpp/tests",
]
}
+
+service_manifest("manifest") {
+ name = "preferences2"
+ source = "manifest.json"
+}
« no previous file with comments | « content/public/browser/browser_context.h ('k') | services/preferences/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698