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

Side by Side Diff: components/invalidation/DEPS

Issue 288353003: Componentize invalidator storage + preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/invalidation_prefs.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 6
6 "+google/cacheinvalidation", 7 "+google/cacheinvalidation",
7 "+google_apis/gaia", 8 "+google_apis/gaia",
8 "+jingle/notifier", 9 "+jingle/notifier",
9 "+net/url_request", 10 "+net/url_request",
10 11
11 "+sync/internal_api/public/base", 12 "+sync/internal_api/public/base",
12 "+sync/notifier", 13 "+sync/notifier",
13 ] 14 ]
OLDNEW
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/invalidation_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698