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

Unified Diff: components/sync_driver.gypi

Issue 278053002: Move DataTypeManager into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 7 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/components_tests.gyp ('k') | components/sync_driver/data_type_manager_impl.h » ('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 827030fef61dfb77a1dce9015a6b975bf5c5f9f8..2c181599f86451496e896c16c73fcc25414a3207 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -27,6 +27,8 @@
'sync_driver/data_type_error_handler.h',
'sync_driver/data_type_manager.cc',
'sync_driver/data_type_manager.h',
+ 'sync_driver/data_type_manager_impl.cc',
+ 'sync_driver/data_type_manager_impl.h',
'sync_driver/data_type_manager_observer.h',
'sync_driver/failed_data_types_handler.cc',
'sync_driver/failed_data_types_handler.h',
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/data_type_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698