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

Side by Side Diff: chrome/browser/sync/glue/DEPS

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_client.cc Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/sync/glue/change_processor.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-sync/engine", 2 "-sync/engine",
3 "-sync/sessions", 3 "-sync/sessions",
4 "-sync/syncable", 4 "-sync/syncable",
5 5
6 "+sync/internal_api/public", 6 "+sync/internal_api/public",
7 "+sync/util", 7 "+sync/util",
8 "+sync/test",
8 9
9 "+jingle/notifier/base", 10 "+jingle/notifier/base",
10 11
11 # Should these live in their own "includes" (e.g) directory(ies)? 12 # Should these live in their own "includes" (e.g) directory(ies)?
12 # Bug 19878. 13 # Bug 19878.
13 "+sync/notifier/invalidation_util.h", 14 "+sync/notifier/invalidation_util.h",
14 "+sync/notifier/mock_sync_notifier_observer.h", 15 "+sync/notifier/mock_sync_notifier_observer.h",
15 "+sync/notifier/sync_notifier.h", 16 "+sync/notifier/sync_notifier.h",
16 "+sync/notifier/sync_notifier_helper.h", 17 "+sync/notifier/sync_notifier_helper.h",
17 "+sync/notifier/sync_notifier_factory.h", 18 "+sync/notifier/sync_notifier_factory.h",
18 "+sync/notifier/sync_notifier_observer.h", 19 "+sync/notifier/sync_notifier_observer.h",
19 20
20 # TODO(zea): SessionModelAssociator shouldn't need this. 21 # TODO(zea): SessionModelAssociator shouldn't need this.
21 # TODO(sync): Also need to fix crbug.com/123674. 22 # TODO(sync): Also need to fix crbug.com/123674.
22 "+sync/syncable", 23 "+sync/syncable",
23 24
24 # TODO(tim): This shouldn't be needed. 25 # TODO(tim): This shouldn't be needed.
25 "+sync/util/cryptographer.h" 26 "+sync/util/cryptographer.h"
26 27
27 ] 28 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/glue/change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698