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

Unified Diff: components/sync_driver/BUILD.gn

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.gypi ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 23c8cb99a53fea92956168fabcceabfeac7e009e..67bc4e89dcf021619b27077b3666e027f2893f7f 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -57,9 +57,6 @@ source_set("sync_driver") {
"glue/sync_backend_host_impl.h",
"glue/sync_backend_registrar.cc",
"glue/sync_backend_registrar.h",
- "glue/synced_session.cc",
- "glue/synced_session.h",
- "glue/synced_window_delegate.h",
"glue/ui_model_worker.cc",
"glue/ui_model_worker.h",
"invalidation_adapter.cc",
@@ -78,8 +75,6 @@ source_set("sync_driver") {
"non_frontend_data_type_controller.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",
"profile_sync_auth_provider.cc",
@@ -88,8 +83,6 @@ source_set("sync_driver") {
"protocol_event_observer.h",
"proxy_data_type_controller.cc",
"proxy_data_type_controller.h",
- "sessions/synced_window_delegates_getter.cc",
- "sessions/synced_window_delegates_getter.h",
"shared_change_processor.cc",
"shared_change_processor.h",
"shared_change_processor_ref.cc",
@@ -122,8 +115,6 @@ source_set("sync_driver") {
"sync_util.h",
"system_encryptor.cc",
"system_encryptor.h",
- "tab_node_pool.cc",
- "tab_node_pool.h",
"ui_data_type_controller.cc",
"ui_data_type_controller.h",
"user_selectable_sync_type.h",
@@ -137,14 +128,12 @@ source_set("sync_driver") {
"//components/invalidation/public",
"//components/os_crypt",
"//components/pref_registry",
- "//components/sessions",
"//components/signin/core/browser",
"//components/version_info",
"//google_apis",
"//net",
"//sync",
"//third_party/cacheinvalidation",
- "//ui/gfx",
]
if (enable_configuration_policy) {
@@ -203,7 +192,6 @@ source_set("test_support") {
"//base",
"//components/autofill/core/browser",
"//components/password_manager/core/browser",
- "//components/sessions",
"//components/version_info",
"//google_apis",
"//sync:test_support_sync_internal_api",
@@ -236,7 +224,6 @@ source_set("unit_tests") {
"sync_stopped_reporter_unittest.cc",
"sync_util_unittest.cc",
"system_encryptor_unittest.cc",
- "tab_node_pool_unittest.cc",
"ui_data_type_controller_unittest.cc",
]
deps = [
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698