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

Unified Diff: components/browsing_data/core/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/browser_sync/BUILD.gn ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data/core/BUILD.gn
diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
index 35fd34f43056210d74a6b85dc1fb5f86cc38637b..726f435dcbf86e7f26d7576f6649f2582c6a8e3d 100644
--- a/components/browsing_data/core/BUILD.gn
+++ b/components/browsing_data/core/BUILD.gn
@@ -60,8 +60,8 @@ source_set("unit_tests") {
"//components/autofill/core/browser:browser",
"//components/history/core/test:test",
"//components/signin/core/browser:test_support",
- "//components/sync:test_support_sync_driver",
- "//components/sync/protocol:protocol",
+ "//components/sync",
+ "//components/sync:test_support_driver",
"//components/version_info:version_info",
"//net",
"//testing/gtest",
« no previous file with comments | « components/browser_sync/BUILD.gn ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698