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

Unified Diff: chrome/chrome_browser.gypi

Issue 3168009: Added classes to enable session sync functionality.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 56023)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1184,6 +1184,8 @@
'browser/dom_ui/fileicon_source.h',
'browser/dom_ui/filebrowse_ui.cc',
'browser/dom_ui/filebrowse_ui.h',
+ 'browser/dom_ui/foreign_session_handler.cc',
+ 'browser/dom_ui/foreign_session_handler.h',
'browser/dom_ui/history_ui.cc',
'browser/dom_ui/history_ui.h',
'browser/dom_ui/history2_ui.cc',
@@ -1224,6 +1226,8 @@
'browser/dom_ui/stop_syncing_handler.h',
'browser/dom_ui/tips_handler.cc',
'browser/dom_ui/tips_handler.h',
+ 'browser/dom_ui/value_helper.cc',
+ 'browser/dom_ui/value_helper.h',
'browser/download/download_exe.cc',
'browser/download/download_file.cc',
'browser/download/download_file.h',
@@ -2458,6 +2462,12 @@
'browser/sync/glue/preference_data_type_controller.h',
'browser/sync/glue/preference_model_associator.cc',
'browser/sync/glue/preference_model_associator.h',
+ 'browser/sync/glue/session_change_processor.cc',
+ 'browser/sync/glue/session_change_processor.h',
+ 'browser/sync/glue/session_data_type_controller.cc',
+ 'browser/sync/glue/session_data_type_controller.h',
+ 'browser/sync/glue/session_model_associator.cc',
+ 'browser/sync/glue/session_model_associator.h',
'browser/sync/glue/sync_backend_host.cc',
'browser/sync/glue/sync_backend_host.h',
'browser/sync/glue/synchronized_preferences.h',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698