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

Unified Diff: components/syncable_prefs/BUILD.gn

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 years, 2 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 | « components/sync_sessions/BUILD.gn ('k') | components/wifi_sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/syncable_prefs/BUILD.gn
diff --git a/components/syncable_prefs/BUILD.gn b/components/syncable_prefs/BUILD.gn
index 19ed90b7091e8044b80af4c8eaa73a5035ba5977..372ce5770fa14c382596352bda682d53bd8ffb42 100644
--- a/components/syncable_prefs/BUILD.gn
+++ b/components/syncable_prefs/BUILD.gn
@@ -64,7 +64,8 @@ source_set("unit_tests") {
":test_support",
"//components/pref_registry",
"//components/prefs",
- "//components/sync:test_support_sync_model",
+ "//components/sync",
+ "//components/sync:test_support_model",
"//testing/gtest",
]
}
« no previous file with comments | « components/sync_sessions/BUILD.gn ('k') | components/wifi_sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698