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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1516433004: Componentize SyncBackendHostImpl unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self-review Created 5 years 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/components_tests.gyp ('k') | components/sync_driver/glue/sync_backend_host_impl_unittest.cc » ('j') | 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 b64b46eb789a48dacdc4da00202b3a21dd7e10c2..da50794151f5a196b052c740e311e6a8077101f4 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -217,6 +217,7 @@ source_set("unit_tests") {
"frontend_data_type_controller_unittest.cc",
"generic_change_processor_unittest.cc",
"glue/browser_thread_model_worker_unittest.cc",
+ "glue/sync_backend_host_impl_unittest.cc",
"glue/sync_backend_registrar_unittest.cc",
"glue/ui_model_worker_unittest.cc",
"local_device_info_provider_unittest.cc",
@@ -238,6 +239,7 @@ source_set("unit_tests") {
"//base",
"//base:prefs_test_support",
"//base/test:test_support",
+ "//components/invalidation/impl",
"//components/os_crypt",
"//components/pref_registry:test_support",
"//components/signin/core/browser:test_support",
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/glue/sync_backend_host_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698