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

Unified Diff: chrome/browser/BUILD.gn

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase 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/prefs/DEPS » ('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 1a40c5fa83eec6fe8d24df6c90df1193e2e6145b..a7f50f63c82f32efcddaeabcf079bf659d717e9c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1552,7 +1552,6 @@ split_static_library("browser") {
"//components/url_formatter",
"//components/url_matcher",
"//components/user_prefs",
- "//components/user_prefs/tracked:user_prefs_tracked",
"//components/variations",
"//components/variations/field_trial_config",
"//components/variations/net",
@@ -1598,7 +1597,9 @@ split_static_library("browser") {
"//services/identity:lib",
"//services/preferences/public/cpp",
"//services/preferences/public/cpp:service_main",
+ "//services/preferences/public/cpp/tracked",
"//services/preferences/public/interfaces",
+ "//services/preferences/tracked",
"//services/service_manager/public/cpp",
"//services/shape_detection/public/interfaces",
"//skia",
@@ -4406,10 +4407,10 @@ static_library("test_support") {
"//components/subresource_filter/core/common:test_support",
"//components/sync_preferences:test_support",
"//components/ukm:test_support",
- "//components/user_prefs/tracked:user_prefs_tracked_test_support",
"//content/test:test_support",
"//google_apis:test_support",
"//net:test_support",
+ "//services/preferences/public/cpp/tracked:test_support",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | chrome/browser/prefs/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698