summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-15 00:14:36 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-15 00:14:36 +0000
commit458ec781c8ff84a23ef899e0e424f6870945bb5f (patch)
tree8aa209c8ec0d15a9297cc951aa9b50d3a54a9ed9 /chrome/chrome.gyp
parentb0565110b2ba7abd5beb21cbbce3041f7b2d171f (diff)
downloadchromium_src-458ec781c8ff84a23ef899e0e424f6870945bb5f.zip
chromium_src-458ec781c8ff84a23ef899e0e424f6870945bb5f.tar.gz
chromium_src-458ec781c8ff84a23ef899e0e424f6870945bb5f.tar.bz2
[Sync] Avoid passing around EntryKernelMutationSet by value
Change EntryKernelMutationSet to EntryKernelMutationMap so that it can be filled in-place. Create a new class SharedEntryKernelMutationMap which is a thread-safe immutable wrapper around an EntryKernelMutationMap. Pass it around instead of the mutation map directly. Generalize SharedValue and move it to sync/util. Move the mutation limit to the JsTransactionObserver. BUG=96483 TEST= Review URL: http://codereview.chromium.org/7889020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 7ef735e..205087c 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -676,7 +676,6 @@
'browser/sync/sessions/sync_session.h',
'browser/sync/sessions/sync_session_context.cc',
'browser/sync/sessions/sync_session_context.h',
- 'browser/sync/shared_value.h',
'browser/sync/sync_js_controller.cc',
'browser/sync/sync_js_controller.h',
'browser/sync/syncable/blob.h',
@@ -712,6 +711,7 @@
'browser/sync/util/nigori.h',
'browser/sync/util/oauth.cc',
'browser/sync/util/oauth.h',
+ 'browser/sync/util/shared_value.h',
'browser/sync/util/sqlite_utils.cc',
'browser/sync/util/sqlite_utils.h',
'browser/sync/util/user_settings.cc',