summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/BUILD.gn
diff options
context:
space:
mode:
authorzea <zea@chromium.org>2015-08-05 18:39:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-06 01:40:00 +0000
commit73d89890e2f6e7bf36c0bfe7294c2d1c1f867e89 (patch)
tree4d6190af773ec5bc62ebb0a22a54eceed75995e7 /components/sync_driver/BUILD.gn
parent399b98c7516992ad1c718c0932e1608e609b8b64 (diff)
downloadchromium_src-73d89890e2f6e7bf36c0bfe7294c2d1c1f867e89.zip
chromium_src-73d89890e2f6e7bf36c0bfe7294c2d1c1f867e89.tar.gz
chromium_src-73d89890e2f6e7bf36c0bfe7294c2d1c1f867e89.tar.bz2
[Sync] Move backend migrator into sync driver component
BUG=511232 Review URL: https://codereview.chromium.org/1273913002 Cr-Commit-Position: refs/heads/master@{#342043}
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 708742a..8f4e585 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -6,6 +6,8 @@ static_library("sync_driver") {
sources = [
"backend_data_type_configurer.cc",
"backend_data_type_configurer.h",
+ "backend_migrator.cc",
+ "backend_migrator.h",
"change_processor.cc",
"change_processor.h",
"data_type_controller.cc",