summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
authorpavely <pavely@chromium.org>2015-09-10 15:19:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-10 22:20:08 +0000
commit3c9575830013f5e70842c52c5757122e83b4dea8 (patch)
tree3765565a7308275b057cebf4aa1e8019ab0c6369 /sync/sync.gyp
parentd98e50a25b7c98ede036b630c5bcde1700cb07bc (diff)
downloadchromium_src-3c9575830013f5e70842c52c5757122e83b4dea8.zip
chromium_src-3c9575830013f5e70842c52c5757122e83b4dea8.tar.gz
chromium_src-3c9575830013f5e70842c52c5757122e83b4dea8.tar.bz2
[Sync] Introduce ModelTypeStore interface
In this change: - Add empty ModelTypeStore interface - Pass WeakPtr to store into ModelTypeProcessorImpl::ctor. BUG=517663 R=stanisc@chromium.org Review URL: https://codereview.chromium.org/1311363009 Cr-Commit-Position: refs/heads/master@{#348255}
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 37eb375..177c332 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -76,6 +76,8 @@
'api/attachments/attachment_store.h',
'api/attachments/attachment_store_backend.cc',
'api/attachments/attachment_store_backend.h',
+ 'api/model_type_store.cc',
+ 'api/model_type_store.h',
'api/string_ordinal.h',
'api/sync_change.cc',
'api/sync_change.h',