summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/BUILD.gn
diff options
context:
space:
mode:
authorzea <zea@chromium.org>2015-08-06 13:56:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-06 20:57:15 +0000
commit9d2aded8572149441a844c1c56be4e2405c405f2 (patch)
treed0e626b86eafbf51d858ff8d7fa365acce7962d5 /components/sync_driver/BUILD.gn
parent34644bb031a339d2897c210f228e633e0999a11b (diff)
downloadchromium_src-9d2aded8572149441a844c1c56be4e2405c405f2.zip
chromium_src-9d2aded8572149441a844c1c56be4e2405c405f2.tar.gz
chromium_src-9d2aded8572149441a844c1c56be4e2405c405f2.tar.bz2
[Sync] Move sync error controller to sync driver component
BUG=512483 Review URL: https://codereview.chromium.org/1272713002 Cr-Commit-Position: refs/heads/master@{#342193}
Diffstat (limited to 'components/sync_driver/BUILD.gn')
-rw-r--r--components/sync_driver/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 7f31a70..5571224 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -60,6 +60,8 @@ static_library("sync_driver") {
"shared_change_processor_ref.cc",
"shared_change_processor_ref.h",
"sync_api_component_factory.h",
+ "sync_error_controller.cc",
+ "sync_error_controller.h",
"sync_frontend.cc",
"sync_frontend.h",
"sync_prefs.cc",