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

Side by Side Diff: components/invalidation/DEPS

Issue 310973002: Move GCMClient related files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync 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 "-content", 2 "-content",
3 3
4 "+components/gcm_driver",
4 "+components/keyed_service", 5 "+components/keyed_service",
5 "+components/pref_registry", 6 "+components/pref_registry",
6 7
7 "+google/cacheinvalidation", 8 "+google/cacheinvalidation",
8 "+google_apis/gaia", 9 "+google_apis/gaia",
9 "+google_apis/gcm", 10 "+google_apis/gcm",
10 "+jingle/notifier", 11 "+jingle/notifier",
11 "+net/base/backoff_entry.h", 12 "+net/base/backoff_entry.h",
12 "+net/base/mock_host_resolver.h", 13 "+net/base/mock_host_resolver.h",
13 "+net/base/network_change_notifier.h", 14 "+net/base/network_change_notifier.h",
14 "+net/http/http_status_code.h", 15 "+net/http/http_status_code.h",
15 "+net/url_request", 16 "+net/url_request",
16 17
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 #TODO(rlarocque): Move these dependencies into this component. 21 #TODO(rlarocque): Move these dependencies into this component.
21 # See crbug.com/259559. 22 # See crbug.com/259559.
22 "+sync/internal_api/public/base", 23 "+sync/internal_api/public/base",
23 "+sync/internal_api/public/util", 24 "+sync/internal_api/public/util",
24 "+sync/notifier", 25 "+sync/notifier",
25 ] 26 ]
OLDNEW
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_impl_unittest.cc ('k') | components/invalidation/gcm_network_channel_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698