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

Unified Diff: chrome/browser/BUILD.gn

Issue 2759413002: Move PrefStoreManagerImpl into //services/preferences. (Closed)
Patch Set: Update newly-added test. 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 | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index a22a3137e77ea59db327fb86faf004d062164208..d63bd964e8d0301eed6adf08d83521ec792c82a2 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1579,8 +1579,9 @@ split_static_library("browser") {
"//printing/features",
"//rlz/features",
"//services/image_decoder/public/cpp",
- "//services/preferences/public/cpp/",
- "//services/preferences/public/interfaces/",
+ "//services/preferences/public/cpp",
+ "//services/preferences/public/cpp:service_main",
+ "//services/preferences/public/interfaces",
"//services/service_manager/public/cpp",
"//services/shape_detection/public/interfaces",
"//skia",
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698