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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1692873004: Move ProfileSyncService tests for autofill & typed URLs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@581640_no_browser_thread
Patch Set: Just rebased Created 4 years, 10 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_driver.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index edcb9b48ac6ff9d0ba8ee4c38de92c0e894b4022..b20c8bcef0387e5a64aa202224b2341174e44689 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -123,6 +123,7 @@ source_set("sync_driver") {
public_deps = [
":features",
+ "//third_party/cacheinvalidation",
]
deps = [
"//base",
@@ -137,7 +138,6 @@ source_set("sync_driver") {
"//google_apis",
"//net",
"//sync",
- "//third_party/cacheinvalidation",
]
if (enable_configuration_policy) {
« no previous file with comments | « components/sync_driver.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698