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

Unified Diff: chrome/app/BUILD.gn

Issue 2772673002: mash: switch to the new pref service (Closed)
Patch Set: Address review comments 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 | « ash/shell.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index bb56963b83d813eae4b682c37051dfdc98536e55..f5dec385e52aa7231ad335a57227f6583ba7d4b5 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -368,6 +368,11 @@ chrome_packaged_services = [
"//chrome/browser:preferences_manifest",
]
+if (is_chromeos) {
+ chrome_packaged_services +=
+ [ "//chrome/browser:preferences_forwarder_manifest" ]
+}
+
service_manifest("chrome_manifest") {
source = "chrome_manifest.json"
}
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698