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

Unified Diff: sync/sync.gyp

Issue 10920017: [Sync] Generalize StringOrdinal to handle ordinal_in_parent field (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Relax tests Created 8 years, 3 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
« no previous file with comments | « sync/protocol/sync.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 3701d342571a09d2d8d44096c1e2c740d6a0f0a9..ab545976e102f622d5b4d7d2c58917fcfdad9cc4 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -46,6 +46,9 @@
'internal_api/public/base/model_type.h',
'internal_api/public/base/model_type_state_map.cc',
'internal_api/public/base/model_type_state_map.h',
+ 'internal_api/public/base/node_ordinal.cc',
+ 'internal_api/public/base/node_ordinal.h',
+ 'internal_api/public/base/ordinal.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',
@@ -385,6 +388,7 @@
# We avoid including header files from sync_proto in our public
# header files so we don't need to export its settings.
'sources': [
+ 'api/string_ordinal.h',
'api/syncable_service.cc',
'api/syncable_service.h',
'api/sync_data.h',
@@ -585,6 +589,8 @@
'sources': [
'internal_api/public/base/enum_set_unittest.cc',
'internal_api/public/base/model_type_state_map_unittest.cc',
+ 'internal_api/public/base/node_ordinal_unittest.cc',
+ 'internal_api/public/base/ordinal_unittest.cc',
'internal_api/public/engine/model_safe_worker_unittest.cc',
'internal_api/public/util/immutable_unittest.cc',
'engine/apply_control_data_updates_unittest.cc',
« no previous file with comments | « sync/protocol/sync.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698