summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/BUILD.gn
diff options
context:
space:
mode:
authordroger <droger@chromium.org>2015-06-23 10:59:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-23 18:01:04 +0000
commit6a118631bada69bdca8400f20d73f9ecbbd03367 (patch)
treebb372cbf4630791279413c4e7bb6bbc4183a1fd7 /components/sync_driver/BUILD.gn
parentfebf219bc6238da6317fe31143b6d6afa6bfc6c5 (diff)
downloadchromium_src-6a118631bada69bdca8400f20d73f9ecbbd03367.zip
chromium_src-6a118631bada69bdca8400f20d73f9ecbbd03367.tar.gz
chromium_src-6a118631bada69bdca8400f20d73f9ecbbd03367.tar.bz2
Move OpenTabsUIDelegate and SyncedSessions to sync_driver
The motivation for this CL is to make the code usable on iOS. BUG=339726 TBR=estade Review URL: https://codereview.chromium.org/1177933003 Cr-Commit-Position: refs/heads/master@{#335697}
Diffstat (limited to 'components/sync_driver/BUILD.gn')
-rw-r--r--components/sync_driver/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 7dccccf..d791acf 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -31,6 +31,8 @@ static_library("sync_driver") {
"generic_change_processor.h",
"generic_change_processor_factory.cc",
"generic_change_processor_factory.h",
+ "glue/synced_session.cc",
+ "glue/synced_session.h",
"local_device_info_provider.h",
"model_association_manager.cc",
"model_association_manager.h",
@@ -41,6 +43,8 @@ static_library("sync_driver") {
"non_blocking_data_type_manager.h",
"non_ui_data_type_controller.cc",
"non_ui_data_type_controller.h",
+ "open_tabs_ui_delegate.cc",
+ "open_tabs_ui_delegate.h",
"pref_names.cc",
"pref_names.h",
"proxy_data_type_controller.cc",
@@ -97,6 +101,7 @@ static_library("test_support") {
deps = [
":sync_driver",
"//base",
+ "//components/sessions",
"//sync",
"//sync:test_support_sync_internal_api",
"//testing/gmock",