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

Unified Diff: components/sync_driver.gypi

Issue 1433473007: [NOT FOR REVIEW] Copy of Max's CL with conflicts fixed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pss_strings
Patch Set: Created 5 years, 1 month 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/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index e0787f3e509c46e7d25b4fd0bd8f24ddb0dbc797..2a326d2d655458b8b54c96a00d0e642119e95226 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -15,6 +15,7 @@
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp',
'../ui/gfx/gfx.gyp:gfx',
+ 'data_use_measurement_core',
'invalidation_public',
'os_crypt',
'signin_core_browser',
@@ -68,6 +69,12 @@
'sync_driver/glue/browser_thread_model_worker.h',
'sync_driver/glue/chrome_report_unrecoverable_error.cc',
'sync_driver/glue/chrome_report_unrecoverable_error.h',
+ 'sync_driver/glue/sync_backend_host.cc',
+ 'sync_driver/glue/sync_backend_host.h',
+ 'sync_driver/glue/sync_backend_host_core.cc',
+ 'sync_driver/glue/sync_backend_host_core.h',
+ 'sync_driver/glue/sync_backend_host_impl.cc',
+ 'sync_driver/glue/sync_backend_host_impl.h',
'sync_driver/glue/sync_backend_registrar.cc',
'sync_driver/glue/sync_backend_registrar.h',
'sync_driver/glue/synced_session.cc',
@@ -196,6 +203,8 @@
'sync_driver/fake_sync_service.h',
'sync_driver/frontend_data_type_controller_mock.cc',
'sync_driver/frontend_data_type_controller_mock.h',
+ 'sync_driver/glue/sync_backend_host_mock.cc',
+ 'sync_driver/glue/sync_backend_host_mock.h',
'sync_driver/local_device_info_provider_mock.cc',
'sync_driver/local_device_info_provider_mock.h',
'sync_driver/model_associator_mock.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698