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

Unified Diff: sync/sync.gyp

Issue 10837214: Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 0851271bba2eaa0f1a563d1483e11fb337bfd6a5..5c3ea687b6f0f2ba2326495c644ff7060282959d 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -42,8 +42,8 @@
'base/sync_export.h',
'internal_api/public/base/enum_set.h',
'internal_api/public/base/model_type.h',
- 'internal_api/public/base/model_type_payload_map.cc',
- 'internal_api/public/base/model_type_payload_map.h',
+ 'internal_api/public/base/model_type_state_map.cc',
+ 'internal_api/public/base/model_type_state_map.h',
'internal_api/public/engine/model_safe_worker.cc',
'internal_api/public/engine/model_safe_worker.h',
'internal_api/public/engine/passive_model_worker.cc',
@@ -252,8 +252,8 @@
'notifier/invalidation_util.h',
'notifier/notifications_disabled_reason.cc',
'notifier/notifications_disabled_reason.h',
- 'notifier/object_id_payload_map.cc',
- 'notifier/object_id_payload_map.h',
+ 'notifier/object_id_state_map.cc',
+ 'notifier/object_id_state_map.h',
'notifier/sync_notifier.h',
'notifier/sync_notifier_factory.cc',
'notifier/sync_notifier_factory.h',
@@ -558,7 +558,7 @@
],
'sources': [
'internal_api/public/base/enum_set_unittest.cc',
- 'internal_api/public/base/model_type_payload_map_unittest.cc',
+ 'internal_api/public/base/model_type_state_map_unittest.cc',
'internal_api/public/engine/model_safe_worker_unittest.cc',
'internal_api/public/util/immutable_unittest.cc',
'engine/apply_updates_command_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698