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

Unified Diff: chrome/browser/BUILD.gn

Issue 2759413002: Move PrefStoreManagerImpl into //services/preferences. (Closed)
Patch Set: 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') | chrome/browser/profiles/profile_impl.cc » ('J')
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 6f253379558253746d1050d88d8a21841b956ea6..44e48a3902bed722ca4d59a8d428792892c916fc 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1576,8 +1576,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') | chrome/browser/profiles/profile_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698