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

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

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments 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/browser/sync/notifier", 4 "+chrome/browser/sync/notifier",
5 "+chrome/browser/sync/syncable/model_type.h",
6 "+chrome/browser/sync/syncable/model_type_payload_map.h",
7 "+chrome/browser/sync/syncable/model_type_test_util.h",
8 "+chrome/browser/sync/protocol/service_constants.h",
9 "+chrome/browser/sync/util",
10 5
11 "+chrome/common/chrome_switches.h", 6 "+chrome/common/chrome_switches.h",
12 "+google/cacheinvalidation", 7 "+google/cacheinvalidation",
13 "+jingle/notifier", 8 "+jingle/notifier",
14 9
10 "+sync/syncable/model_type.h",
11 "+sync/syncable/model_type_payload_map.h",
12 "+sync/syncable/model_type_test_util.h",
13 "+sync/protocol/service_constants.h",
14 "+sync/util",
15
15 # unit tests depend on talk/base. 16 # unit tests depend on talk/base.
16 "+talk/base", 17 "+talk/base",
17 # sync_notifier depends on the xmpp part of libjingle. 18 # sync_notifier depends on the xmpp part of libjingle.
18 "+talk/xmpp", 19 "+talk/xmpp",
19 20
20 "-chrome/browser/sync/internal_api", 21 "-chrome/browser/sync/internal_api",
21 ] 22 ]
OLDNEW
« no previous file with comments | « chrome/browser/sync/js/js_test_util.cc ('k') | chrome/browser/sync/notifier/chrome_invalidation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698