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

Side by Side Diff: sync/notifier/DEPS

Issue 10408067: [net] Switch TestURLRequestContext to use MockCachingHostResolver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to trunk. Created 8 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 | « net/url_request/url_request_unittest.cc ('k') | sync/notifier/p2p_notifier_unittest.cc » ('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/url_request/url_request_context.h", 5 "+net/url_request/url_request_context.h",
5 "+net/url_request/url_request_test_util.h", 6 "+net/url_request/url_request_test_util.h",
6 7
7 "+sync/syncable/model_type.h", 8 "+sync/syncable/model_type.h",
8 "+sync/syncable/model_type_payload_map.h", 9 "+sync/syncable/model_type_payload_map.h",
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 | « net/url_request/url_request_unittest.cc ('k') | sync/notifier/p2p_notifier_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698