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

Side by Side Diff: sync/notifier/DEPS

Issue 11515009: [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR Feedback Created 8 years 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/invalidation_state_tracker.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/backoff_entry.h", 4 "+net/base/backoff_entry.h",
5 "+net/base/mock_host_resolver.h", 5 "+net/base/mock_host_resolver.h",
6 "+net/url_request/url_request_context.h", 6 "+net/url_request/url_request_context.h",
7 "+net/url_request/url_request_test_util.h", 7 "+net/url_request/url_request_test_util.h",
8 8
9 "+sync/base",
9 "+sync/internal_api/public/base", 10 "+sync/internal_api/public/base",
10 "+sync/internal_api/public/util", 11 "+sync/internal_api/public/util",
11 "+sync/protocol/service_constants.h", 12 "+sync/protocol/service_constants.h",
12 "+sync/util", 13 "+sync/util",
13 14
14 # unit tests depend on talk/base. 15 # unit tests depend on talk/base.
15 "+talk/base", 16 "+talk/base",
16 # sync_notifier depends on the xmpp part of libjingle. 17 # sync_notifier depends on the xmpp part of libjingle.
17 "+talk/xmpp", 18 "+talk/xmpp",
18 ] 19 ]
OLDNEW
« no previous file with comments | « sync/js/sync_js_controller.h ('k') | sync/notifier/invalidation_state_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698