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

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/autofill.gypi ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index b835eaa9f4fd780433fbf0721e53f2c0b40b9934..e9d6016c4f457087f233897ffe14db3cc42e2f7f 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -177,6 +177,7 @@ static_library("browser") {
"//components/signin/core/browser",
"//components/signin/core/common",
"//components/strings",
+ "//components/sync",
"//components/sync_driver",
"//components/variations/net",
"//components/version_info",
@@ -185,7 +186,6 @@ static_library("browser") {
"//net",
"//skia",
"//sql",
- "//sync",
"//third_party/fips181",
"//third_party/icu",
"//third_party/libaddressinput:util",
@@ -337,6 +337,8 @@ source_set("unit_tests") {
"//components/signin/core/browser:test_support",
"//components/signin/core/common",
"//components/strings",
+ "//components/sync",
+ "//components/sync:test_support_sync_api",
"//components/sync_driver",
"//components/sync_driver:test_support",
"//components/variations",
@@ -346,8 +348,6 @@ source_set("unit_tests") {
"//google_apis:test_support",
"//net:test_support",
"//sql",
- "//sync",
- "//sync:test_support_sync_api",
"//testing/gmock",
"//testing/gtest",
"//third_party/libaddressinput:util",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698