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

Side by Side Diff: sync/notifier/DEPS

Issue 310973002: Move GCMClient related files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 "+components/gcm_driver",
2 "+google/cacheinvalidation", 3 "+google/cacheinvalidation",
3 "+jingle/notifier", 4 "+jingle/notifier",
4 "+net/base/backoff_entry.h", 5 "+net/base/backoff_entry.h",
5 "+net/base/mock_host_resolver.h", 6 "+net/base/mock_host_resolver.h",
6 "+net/base/network_change_notifier.h", 7 "+net/base/network_change_notifier.h",
7 "+net/http/http_status_code.h", 8 "+net/http/http_status_code.h",
8 "+net/url_request", 9 "+net/url_request",
9 10
10 "+sync/base", 11 "+sync/base",
11 "+sync/internal_api/public/base", 12 "+sync/internal_api/public/base",
12 "+sync/internal_api/public/util", 13 "+sync/internal_api/public/util",
13 "+sync/protocol/service_constants.h", 14 "+sync/protocol/service_constants.h",
14 "+sync/util", 15 "+sync/util",
15 16
16 # unit tests depend on talk/base. 17 # unit tests depend on talk/base.
17 "+talk/base", 18 "+talk/base",
18 # sync_notifier depends on the xmpp part of libjingle. 19 # sync_notifier depends on the xmpp part of libjingle.
19 "+talk/xmpp", 20 "+talk/xmpp",
20 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698