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

Side by Side Diff: components/invalidation/DEPS

Issue 294123004: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/fake_invalidation_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-content", 2 "-content",
3 3
4 "+components/keyed_service", 4 "+components/keyed_service",
5 "+components/pref_registry", 5 "+components/pref_registry",
6 6
7 "+google/cacheinvalidation", 7 "+google/cacheinvalidation",
8 "+google_apis/gaia", 8 "+google_apis/gaia",
9 "+google_apis/gcm",
9 "+jingle/notifier", 10 "+jingle/notifier",
11 "+net/base/backoff_entry.h",
12 "+net/base/mock_host_resolver.h",
13 "+net/base/network_change_notifier.h",
14 "+net/http/http_status_code.h",
10 "+net/url_request", 15 "+net/url_request",
11 16
17 # sync_notifier depends on the xmpp part of libjingle.
18 "+talk/xmpp",
19
20 #TODO(rlarocque): Move these dependencies into this component.
21 # See crbug.com/259559.
12 "+sync/internal_api/public/base", 22 "+sync/internal_api/public/base",
23 "+sync/internal_api/public/util",
13 "+sync/notifier", 24 "+sync/notifier",
14 ] 25 ]
OLDNEW
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/fake_invalidation_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698