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

Side by Side Diff: sync/notifier/DEPS

Issue 10534080: sync: move internal_api components used by chrome/browser into internal_api/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 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 | « sync/js/sync_js_controller.h ('k') | sync/notifier/chrome_invalidation_client.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 "+google/cacheinvalidation", 2 "+google/cacheinvalidation",
3 "+jingle/notifier", 3 "+jingle/notifier",
4 "+net/base/mock_host_resolver.h", 4 "+net/base/mock_host_resolver.h",
5 "+net/url_request/url_request_context.h", 5 "+net/url_request/url_request_context.h",
6 "+net/url_request/url_request_test_util.h", 6 "+net/url_request/url_request_test_util.h",
7 7
8 "+sync/internal_api/public/syncable", 8 "+sync/internal_api/public/syncable",
9 "+sync/internal_api/public/util",
9 "+sync/protocol/service_constants.h", 10 "+sync/protocol/service_constants.h",
10 "+sync/util", 11 "+sync/util",
11 12
12 # unit tests depend on talk/base. 13 # unit tests depend on talk/base.
13 "+talk/base", 14 "+talk/base",
14 # sync_notifier depends on the xmpp part of libjingle. 15 # sync_notifier depends on the xmpp part of libjingle.
15 "+talk/xmpp", 16 "+talk/xmpp",
16 ] 17 ]
OLDNEW
« no previous file with comments | « sync/js/sync_js_controller.h ('k') | sync/notifier/chrome_invalidation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698