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

Unified Diff: services/preferences/BUILD.gn

Issue 2772673002: mash: switch to the new pref service (Closed)
Patch Set: Remove no longer needed tests 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
Index: services/preferences/BUILD.gn
diff --git a/services/preferences/BUILD.gn b/services/preferences/BUILD.gn
index a6141c8a3db8221008394d7a18e2d780c96b73ef..787d9ae0778badf6c759eaba03931e675979a308 100644
--- a/services/preferences/BUILD.gn
+++ b/services/preferences/BUILD.gn
@@ -11,6 +11,11 @@ service_manifest("manifest") {
source = "manifest.json"
}
+service_manifest("forwarder_manifest") {
+ name = "preferences_forwarder"
+ source = "forwarder_manifest.json"
+}
+
source_set("preferences") {
visibility = [
":*",

Powered by Google App Engine
This is Rietveld 408576698