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

Unified Diff: components/BUILD.gn

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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 | « chrome/common/pref_names.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 7fddcb63018fda25785da274be84f1668c2bb48b..8806c7e6ef58172bb58e9e5ae6b38a726e87d13b 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -113,6 +113,7 @@ group("all_components") {
"//components/url_matcher",
"//components/user_manager",
"//components/user_prefs",
+ "//components/user_prefs/tracked:user_prefs_tracked",
"//components/variations",
"//components/version_info",
"//components/visitedlink/browser",
@@ -323,6 +324,7 @@ test("components_unittests") {
"//components/url_formatter:unit_tests",
"//components/update_client:unit_tests",
"//components/upload_list:unit_tests",
+ "//components/user_prefs/tracked:unit_tests",
"//components/variations:unit_tests",
"//components/webcrypto:unit_tests",
"//components/web_resource:unit_tests",
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698