summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authornick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-23 02:05:28 +0000
committernick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-23 02:05:28 +0000
commitad9d525a9aac5e36280d1274e1b8efd6f4e58632 (patch)
treef5a13ce0052aa9236d3ac43c911864ac34eed093 /chrome/chrome_tests.gypi
parenta917584bb37f7f66191323f24f60d8a02780f399 (diff)
downloadchromium_src-ad9d525a9aac5e36280d1274e1b8efd6f4e58632.zip
chromium_src-ad9d525a9aac5e36280d1274e1b8efd6f4e58632.tar.gz
chromium_src-ad9d525a9aac5e36280d1274e1b8efd6f4e58632.tar.bz2
sync: have the client compute position_in_parent values.
This is a protocol change to allow the server to operate on top of an eventually consistent store. Rather than having the server do a lookup of the sibling position to generate an absolute position, the client will now be responsible for doing that same operation. As implemented here, math of interpolation is the same as what the server has historically done. The client will continue sending the insert_after_item_id, for interoperation with server implementations that depend on the old behavior. Implement the new behavior in the testserver. TEST=sync_integration_tests,included unittests Review URL: http://codereview.chromium.org/7481003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index bdda7e1..086c6da 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3299,6 +3299,7 @@
'<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc',
'app/breakpad_mac_stubs.mm',
'browser/sync/engine/apply_updates_command_unittest.cc',
+ 'browser/sync/engine/build_commit_command_unittest.cc',
'browser/sync/engine/clear_data_command_unittest.cc',
'browser/sync/engine/cleanup_disabled_types_command_unittest.cc',
'browser/sync/engine/download_updates_command_unittest.cc',