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/internal_api/DEPS

Issue 436373002: Move non-API code out of sync/api/attachments/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply CR feedback. Created 6 years, 4 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/api/sync_data_unittest.cc ('k') | sync/internal_api/attachments/attachment_downloader.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 "+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 "+sql", 7 "+sql",
8 # For accessing attachment primitives like Attachment and AttachmentId. This
9 # dependency is OK because sync/api/attachments is "leafy" and won't depend on
10 # sync/internal_api/.
11 "+sync/api/attachments",
8 "+sync/base", 12 "+sync/base",
9 "+sync/engine", 13 "+sync/engine",
10 "+sync/js", 14 "+sync/js",
11 "+sync/protocol", 15 "+sync/protocol",
12 "+sync/sessions", 16 "+sync/sessions",
13 "+sync/syncable", 17 "+sync/syncable",
14 "+sync/test", 18 "+sync/test",
15 "+sync/util", 19 "+sync/util",
16 "+third_party/zlib", # For UniquePosition compression 20 "+third_party/zlib", # For UniquePosition compression
17 ] 21 ]
OLDNEW
« no previous file with comments | « sync/api/sync_data_unittest.cc ('k') | sync/internal_api/attachments/attachment_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698