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

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: Fix another compile error 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
« sync/protocol/sync.proto ('K') | « 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 9d68359e69f6170688feedb6b80a43107b4b7d6b..ea63b8b05c095e12fe1297a424123d6843e202d6 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',
« sync/protocol/sync.proto ('K') | « sync/protocol/sync.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698