summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
authormaxbogue <maxbogue@chromium.org>2015-10-29 11:39:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-29 18:40:28 +0000
commit95e33335f64bff190d67d8958a3ffac701f6da6f (patch)
tree3e50077e0b59ee1bbe4b79e380308c29708023a4 /sync/sync.gyp
parent68cfb908f4a01b95b64eac573825325dd7bdf55d (diff)
downloadchromium_src-95e33335f64bff190d67d8958a3ffac701f6da6f.zip
chromium_src-95e33335f64bff190d67d8958a3ffac701f6da6f.tar.gz
chromium_src-95e33335f64bff190d67d8958a3ffac701f6da6f.tar.bz2
[Sync] Introduce EntityData and EntityMetadata.
BUG=536895 Review URL: https://codereview.chromium.org/1421663004 Cr-Commit-Position: refs/heads/master@{#356899}
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 1a1a089..02e72fb 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/entity_data.cc',
+ 'api/entity_data.h',
'api/model_type_change_processor.cc',
'api/model_type_change_processor.h',
'api/model_type_service.cc',
@@ -317,6 +319,7 @@
'internal_api/public/user_share.h',
'internal_api/public/util/experiments.h',
'internal_api/public/util/immutable.h',
+ 'internal_api/public/util/proto_value_ptr.h',
'internal_api/public/util/sync_db_util.h',
'internal_api/public/util/sync_string_conversions.cc',
'internal_api/public/util/sync_string_conversions.h',
@@ -413,7 +416,6 @@
'syncable/on_disk_directory_backing_store.h',
'syncable/parent_child_index.cc',
'syncable/parent_child_index.h',
- 'syncable/proto_value_ptr.h',
'syncable/scoped_kernel_lock.cc',
'syncable/scoped_kernel_lock.h',
'syncable/scoped_parent_child_index_updater.cc',