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

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

Issue 9512005: [Sync] Move BridgedSyncNotifier and ChromeSyncNotificationBridge to glue/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 9 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 "-chrome", 2 "-chrome",
3 3
4 "+chrome/test/base", 4 "+chrome/test/base",
5 5
6 "+chrome/browser/sync/notifier", 6 "+chrome/browser/sync/notifier",
7 "+chrome/browser/sync/syncable/model_type.h", 7 "+chrome/browser/sync/syncable/model_type.h",
8 "+chrome/browser/sync/syncable/model_type_payload_map.h", 8 "+chrome/browser/sync/syncable/model_type_payload_map.h",
9 "+chrome/browser/sync/syncable/model_type_test_util.h", 9 "+chrome/browser/sync/syncable/model_type_test_util.h",
10 "+chrome/browser/sync/protocol/service_constants.h", 10 "+chrome/browser/sync/protocol/service_constants.h",
11 "+chrome/browser/sync/util", 11 "+chrome/browser/sync/util",
12 12
13 "+chrome/common/chrome_switches.h", 13 "+chrome/common/chrome_switches.h",
14 "+chrome/common/chrome_notification_types.h",
15 "+google/cacheinvalidation", 14 "+google/cacheinvalidation",
16 "+jingle/notifier", 15 "+jingle/notifier",
17 16
18 # unit tests depend on talk/base. 17 # unit tests depend on talk/base.
19 "+talk/base", 18 "+talk/base",
20 # sync_notifier depends on the xmpp part of libjingle. 19 # sync_notifier depends on the xmpp part of libjingle.
21 "+talk/xmpp", 20 "+talk/xmpp",
22 21
23 "-chrome/browser/sync/internal_api", 22 "-chrome/browser/sync/internal_api",
24 ] 23 ]
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/browser/sync/notifier/bridged_sync_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698