summaryrefslogtreecommitdiff
path: root/chromium/components/sync_preferences/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/sync_preferences/BUILD.gn')
-rw-r--r--chromium/components/sync_preferences/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/sync_preferences/BUILD.gn b/chromium/components/sync_preferences/BUILD.gn
index 49ca9514a71..e55d6b66728 100644
--- a/chromium/components/sync_preferences/BUILD.gn
+++ b/chromium/components/sync_preferences/BUILD.gn
@@ -17,6 +17,8 @@ static_library("sync_preferences") {
"synced_pref_change_registrar.cc",
"synced_pref_change_registrar.h",
"synced_pref_observer.h",
+ "unknown_user_pref_accessor.cc",
+ "unknown_user_pref_accessor.h",
]
deps = [
@@ -61,6 +63,7 @@ source_set("unit_tests") {
deps = [
":sync_preferences",
":test_support",
+ "//base/test:test_support",
"//components/pref_registry",
"//components/prefs",
"//components/prefs:test_support",