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

Side by Side Diff: sync/internal_api/DEPS

Issue 377413003: Remove most remaining sync/notifier dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win compile Created 6 years, 5 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/engine/sync_scheduler_unittest.cc ('k') | sync/internal_api/debug_info_event_listener.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 "+net/base", 2 "+net/base",
3 "+net/cookies", 3 "+net/cookies",
4 "+net/http", 4 "+net/http",
5 "+net/test", 5 "+net/test",
6 "+net/url_request", 6 "+net/url_request",
7 "+sync/base", 7 "+sync/base",
8 "+sync/engine", 8 "+sync/engine",
9 "+sync/js", 9 "+sync/js",
10 "+sync/notifier",
11 "+sync/protocol", 10 "+sync/protocol",
12 "+sync/sessions", 11 "+sync/sessions",
13 "+sync/syncable", 12 "+sync/syncable",
14 "+sync/test", 13 "+sync/test",
15 "+sync/util", 14 "+sync/util",
16 "+third_party/zlib", # For UniquePosition compression 15 "+third_party/zlib", # For UniquePosition compression
17 ] 16 ]
OLDNEW
« no previous file with comments | « sync/engine/sync_scheduler_unittest.cc ('k') | sync/internal_api/debug_info_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698