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

Unified Diff: components/pref_registry/BUILD.gn

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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
Index: components/pref_registry/BUILD.gn
diff --git a/components/pref_registry/BUILD.gn b/components/pref_registry/BUILD.gn
index 4a32f9a4b22b8af765dd496a00f7abfc8b6e5e61..77ef6cd35dc37a9405ae8835bc2f013b7abdd931 100644
--- a/components/pref_registry/BUILD.gn
+++ b/components/pref_registry/BUILD.gn
@@ -14,20 +14,3 @@ static_library("pref_registry") {
"//components/prefs",
]
}
-
-static_library("test_support") {
- testonly = true
- sources = [
- "testing_pref_service_syncable.cc",
- "testing_pref_service_syncable.h",
- ]
-
- public_deps = [
- ":pref_registry",
- ]
-
- deps = [
- "//base",
- "//components/prefs:test_support",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698