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

Unified Diff: components/sync_driver.gypi

Issue 1275003003: Componentize tab_node_pool to sync_driver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 years, 4 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
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index da86744795ef7c5b564a24504ae60b5366b2ea52..512070d90f5db2777d7c263ca1ea597245560073 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -86,6 +86,8 @@
'sync_driver/sync_service_observer.h',
'sync_driver/system_encryptor.cc',
'sync_driver/system_encryptor.h',
+ 'sync_driver/tab_node_pool.cc',
+ 'sync_driver/tab_node_pool.h',
'sync_driver/ui_data_type_controller.cc',
'sync_driver/ui_data_type_controller.h',
'sync_driver/user_selectable_sync_type.h',

Powered by Google App Engine
This is Rietveld 408576698