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

Issue 7587009: sync: add DEPS files to subdirs (Closed)

Created:
9 years, 4 months ago by tim (not reviewing)
Modified:
9 years, 4 months ago
CC:
chromium-reviews, ncarter (slow), idana, Raghu Simha, Erik does not do reviews, cbentzel+watch_chromium.org, mihaip+watch_chromium.org, Aaron Boodman, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

sync: add DEPS files to subdirs Remove references to event_sys. Moves some files around. No functional change. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96417

Patch Set 1 #

Patch Set 2 : remove event_sys #

Patch Set 3 : rebase #

Patch Set 4 : fix include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -1023 lines) Patch
A chrome/browser/sync/engine/DEPS View 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/sync/engine/apply_updates_command_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/conflict_resolver.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/conflict_resolver.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/net/server_connection_manager.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/sync/engine/net/server_connection_manager.cc View 1 chunk +0 lines, -1 line 0 comments Download
A + chrome/browser/sync/engine/nigori_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/sync/engine/nigori_util.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync/engine/nigori_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/syncapi.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/engine/syncapi_unittest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer.h View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/sync/engine/syncer_command.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer_end_command.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/app_model_associator.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_model_associator.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
A chrome/browser/sync/sessions/DEPS View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/sync/syncable/DEPS View 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/browser/sync/syncable/directory_manager.h View 4 chunks +0 lines, -21 lines 0 comments Download
M chrome/browser/sync/syncable/directory_manager.cc View 5 chunks +0 lines, -15 lines 0 comments Download
D chrome/browser/sync/syncable/nigori_util.h View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/sync/syncable/nigori_util.cc View 1 chunk +0 lines, -135 lines 0 comments Download
D chrome/browser/sync/syncable/nigori_util_unittest.cc View 1 chunk +0 lines, -43 lines 0 comments Download
M chrome/browser/sync/syncable/syncable.h View 1 4 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/sync/syncable/syncable.cc View 5 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/sync/syncable/syncable_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 chunks +1 line, -2 lines 0 comments Download
D chrome/common/deprecated/event_sys.h View 1 1 chunk +0 lines, -51 lines 0 comments Download
D chrome/common/deprecated/event_sys-inl.h View 1 1 chunk +0 lines, -342 lines 0 comments Download
D chrome/common/deprecated/event_sys_unittest.cc View 1 1 chunk +0 lines, -264 lines 0 comments Download
M chrome/common/net/gaia/gaia_authenticator.h View 1 5 chunks +0 lines, -27 lines 0 comments Download
M chrome/common/net/gaia/gaia_authenticator.cc View 1 3 chunks +0 lines, -12 lines 0 comments Download
M chrome/test/live_sync/live_sessions_sync_test.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/sync/engine/test_directory_setter_upper.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
tim (not reviewing)
9 years, 4 months ago (2011-08-10 23:31:57 UTC) #1
akalin
LGTM nice. what remains that uses event_sys?
9 years, 4 months ago (2011-08-10 23:35:22 UTC) #2
tim (not reviewing)
On 2011/08/10 23:35:22, akalin wrote: > LGTM > > nice. what remains that uses event_sys? ...
9 years, 4 months ago (2011-08-11 00:37:24 UTC) #3
commit-bot: I haz the power
9 years, 4 months ago (2011-08-11 16:52:32 UTC) #4
Can't process patch for file chrome/browser/sync/engine/nigori_util.cc.
A +

Powered by Google App Engine
This is Rietveld 408576698