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

Unified Diff: chrome/app/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: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index bb56963b83d813eae4b682c37051dfdc98536e55..8ee3b654563d5f05235832fe92a83391e7643e75 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -366,6 +366,7 @@ static_library("test_support") {
chrome_packaged_services = [
":chrome_manifest",
"//chrome/browser:preferences_manifest",
+ "//services/preferences:forwarder_manifest",
Sam McNally 2017/03/27 05:42:10 if (is_chromeos)
jonross 2017/03/27 14:26:38 Nice catch. While we are targeting the majority
tibell 2017/03/28 00:34:31 Done.
tibell 2017/03/28 00:34:31 Acknowledged.
]
service_manifest("chrome_manifest") {

Powered by Google App Engine
This is Rietveld 408576698