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

Unified Diff: components/history/core/browser/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/browsing_data/core/BUILD.gn ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 23791d1dc5fac34ad9f181595bdcf822b44017d5..b3406b54a4414b15bda7293e6ce1096e0c1c1ca9 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -206,8 +206,8 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/signin/core/browser",
"//components/signin/core/browser:test_support",
- "//components/sync:test_support_sync_driver",
- "//components/sync:test_support_sync_model",
+ "//components/sync",
+ "//components/sync:test_support_model",
"//sql",
"//sql:test_support",
"//testing/gtest",
« no previous file with comments | « components/browsing_data/core/BUILD.gn ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698