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

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

Issue 10702074: Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FOR_THE_HORDE Created 8 years, 5 months 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
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 8
9 "+jingle/notifier/base", 9 "+jingle/notifier/base",
10 10
11 # Should these live in their own "includes" (e.g) directory(ies)? 11 # Should these live in their own "includes" (e.g) directory(ies)?
12 # Bug 19878. 12 # Bug 19878.
13 "+sync/notifier/invalidation_util.h",
13 "+sync/notifier/mock_sync_notifier_observer.h", 14 "+sync/notifier/mock_sync_notifier_observer.h",
14 "+sync/notifier/sync_notifier.h", 15 "+sync/notifier/sync_notifier.h",
16 "+sync/notifier/sync_notifier_helper.h",
15 "+sync/notifier/sync_notifier_factory.h", 17 "+sync/notifier/sync_notifier_factory.h",
16 "+sync/notifier/sync_notifier_observer.h", 18 "+sync/notifier/sync_notifier_observer.h",
17 19
18 # TODO(zea): SessionModelAssociator shouldn't need this. 20 # TODO(zea): SessionModelAssociator shouldn't need this.
19 "+sync/syncable", 21 "+sync/syncable",
20 22
21 # TODO(tim): This shouldn't be needed. 23 # TODO(tim): This shouldn't be needed.
22 "+sync/util/cryptographer.h" 24 "+sync/util/cryptographer.h"
23 25
24 ] 26 ]
25 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698