summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
authormmontgomery@chromium.org <mmontgomery@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-15 19:18:15 +0000
committermmontgomery@chromium.org <mmontgomery@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-15 19:18:15 +0000
commitb2565823ffd83289eb2d092bb3f4db877a50408e (patch)
tree7d72f181e951e69a394d83d911f8a3c583335b89 /sync/sync.gyp
parent8969385b1fc69d8077083bb92ba4b595210f5696 (diff)
downloadchromium_src-b2565823ffd83289eb2d092bb3f4db877a50408e.zip
chromium_src-b2565823ffd83289eb2d092bb3f4db877a50408e.tar.gz
chromium_src-b2565823ffd83289eb2d092bb3f4db877a50408e.tar.bz2
[sync] Refactor SyncSessionSnapshot to use new ProgressMarkerMap.
This is the first step in refactoring the Sync integration tests to use progress markers to detect quiescence. This will save that mechanism from having to round-trip progress markers through multiple encodings. We can instead use protobufs' existing serialization/deserialization methods. BUG= Review URL: https://chromiumcodereview.appspot.com/10986004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index b0805fd..7347348 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -50,6 +50,8 @@
'internal_api/public/base/node_ordinal.cc',
'internal_api/public/base/node_ordinal.h',
'internal_api/public/base/ordinal.h',
+ 'internal_api/public/base/progress_marker_map.cc',
+ 'internal_api/public/base/progress_marker_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',