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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1308313003: Componentize chrome/common/sync_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« 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 c8688542e3b73b004e0762a4a804833dab87f7f7..911084e61ad97715b708f396267fa1629b0c2b81 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -75,6 +75,8 @@ source_set("sync_driver") {
"sync_api_component_factory.h",
"sync_client.cc",
"sync_client.h",
+ "sync_driver_switches.cc",
+ "sync_driver_switches.h",
"sync_error_controller.cc",
"sync_error_controller.h",
"sync_frontend.cc",
@@ -88,6 +90,8 @@ source_set("sync_driver") {
"sync_service_utils.h",
"sync_stopped_reporter.cc",
"sync_stopped_reporter.h",
+ "sync_util.cc",
+ "sync_util.h",
"system_encryptor.cc",
"system_encryptor.h",
"tab_node_pool.cc",
@@ -105,6 +109,7 @@ source_set("sync_driver") {
"//components/os_crypt",
"//components/sessions",
"//components/signin/core/browser",
+ "//components/version_info",
"//net",
"//sync",
"//third_party/cacheinvalidation",
@@ -181,6 +186,7 @@ source_set("unit_tests") {
"sync_policy_handler_unittest.cc",
"sync_prefs_unittest.cc",
"sync_stopped_reporter_unittest.cc",
+ "sync_util_unittest.cc",
"system_encryptor_unittest.cc",
"tab_node_pool_unittest.cc",
"ui_data_type_controller_unittest.cc",
« 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