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

Unified Diff: components/sync_sessions.gypi

Issue 1443453002: [Sync] Move sessions files from sync_driver to sync_sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ui/gfx deps. 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 | « components/sync_driver/tab_node_pool_unittest.cc ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions.gypi
diff --git a/components/sync_sessions.gypi b/components/sync_sessions.gypi
index 1e6901830d9425328d2f7bf4b8350f5181b4ed74..5b0e1a744c65801b9aa355b9f9cce3e03e3905f7 100644
--- a/components/sync_sessions.gypi
+++ b/components/sync_sessions.gypi
@@ -25,6 +25,8 @@
'sync_sessions/favicon_cache.cc',
'sync_sessions/favicon_cache.h',
'sync_sessions/local_session_event_router.h',
+ 'sync_sessions/open_tabs_ui_delegate.cc',
+ 'sync_sessions/open_tabs_ui_delegate.h',
'sync_sessions/revisit/bookmarks_by_url_provider_impl.cc',
'sync_sessions/revisit/bookmarks_by_url_provider_impl.h',
'sync_sessions/revisit/bookmarks_page_revisit_observer.cc',
@@ -49,10 +51,17 @@
'sync_sessions/sessions_sync_manager.h',
'sync_sessions/synced_tab_delegate.cc',
'sync_sessions/synced_tab_delegate.h',
+ 'sync_sessions/synced_session.cc',
+ 'sync_sessions/synced_session.h',
'sync_sessions/synced_session_tracker.cc',
'sync_sessions/synced_session_tracker.h',
+ 'sync_sessions/synced_window_delegate.h',
+ 'sync_sessions/synced_window_delegates_getter.cc',
+ 'sync_sessions/synced_window_delegates_getter.h',
'sync_sessions/sync_sessions_client.cc',
'sync_sessions/sync_sessions_client.h',
+ 'sync_sessions/tab_node_pool.cc',
+ 'sync_sessions/tab_node_pool.h',
],
'conditions': [
['OS!="ios"', {
« no previous file with comments | « components/sync_driver/tab_node_pool_unittest.cc ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698