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

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

Issue 1607473003: Create profile_sync_test_util in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS Created 4 years, 11 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.gypi ('k') | components/browser_sync/browser/profile_sync_test_util.h » ('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 3ad2405acaa3f7245cf9e6391c33fbec0a52d655..38ef95fbefa0f3d4c2ca647ce0d284c9eb2a5709 100644
--- a/components/browser_sync/browser/BUILD.gn
+++ b/components/browser_sync/browser/BUILD.gn
@@ -83,11 +83,14 @@ source_set("test_support") {
sources = [
"profile_sync_service_mock.cc",
"profile_sync_service_mock.h",
+ "profile_sync_test_util.cc",
+ "profile_sync_test_util.h",
]
deps = [
":browser",
"//base",
+ "//components/sync_driver",
"//components/sync_driver:test_support",
"//google_apis",
"//testing/gmock",
« no previous file with comments | « components/browser_sync.gypi ('k') | components/browser_sync/browser/profile_sync_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698