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

Unified Diff: components/browser_sync/browser/BUILD.gn

Issue 1711983003: Move profile_sync_service_bookmark_unittest to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@586642_no_chrome_deps
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 | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/BUILD.gn
diff --git a/components/browser_sync/browser/BUILD.gn b/components/browser_sync/browser/BUILD.gn
index ea420168c3733015ee1333525e204c18089d6603..76b8065a0d5680442671cfaa9a6311a6f936a32c 100644
--- a/components/browser_sync/browser/BUILD.gn
+++ b/components/browser_sync/browser/BUILD.gn
@@ -49,6 +49,7 @@ source_set("unit_tests") {
sources = [
"profile_sync_service_autofill_unittest.cc",
+ "profile_sync_service_bookmark_unittest.cc",
"profile_sync_service_startup_unittest.cc",
"profile_sync_service_typed_url_unittest.cc",
"profile_sync_service_unittest.cc",
@@ -61,6 +62,9 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/autofill/core/browser:test_support",
"//components/autofill/core/common:common",
+ "//components/bookmarks/browser:browser",
+ "//components/bookmarks/managed:managed",
+ "//components/bookmarks/test:test",
"//components/browser_sync/common",
"//components/dom_distiller/core",
"//components/history/core/browser:browser",
@@ -71,6 +75,7 @@ source_set("unit_tests") {
"//components/signin/core/browser:test_support",
"//components/signin/core/common:common",
"//components/strings",
+ "//components/sync_bookmarks:sync_bookmarks",
"//components/sync_driver",
"//components/sync_driver:test_support",
"//components/sync_sessions",
@@ -82,6 +87,7 @@ source_set("unit_tests") {
"//components/webdata_services:test_support",
"//google_apis",
"//net",
+ "//sync:test_support_sync_internal_api",
"//testing/gmock",
"//testing/gtest",
"//ui/base",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698