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

Side by Side Diff: sync/internal_api/DEPS

Issue 270633005: Move code from sync/api/attachments to sync/internal_api/attachments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Drop some unneeded deps and trim DEPS. Created 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+net", 2 "+net/base",
3 "+net/cookies",
4 "+net/http",
5 "+net/test",
6 "+net/url_request",
3 "+sync/base", 7 "+sync/base",
4 "+sync/engine", 8 "+sync/engine",
5 "+sync/js", 9 "+sync/js",
6 "+sync/notifier", 10 "+sync/notifier",
7 "+sync/protocol", 11 "+sync/protocol",
8 "+sync/sessions", 12 "+sync/sessions",
9 "+sync/syncable", 13 "+sync/syncable",
10 "+sync/test", 14 "+sync/test",
11 "+sync/util", 15 "+sync/util",
12 "+third_party/zlib", # For UniquePosition compression 16 "+third_party/zlib", # For UniquePosition compression
13 ] 17 ]
OLDNEW
« no previous file with comments | « sync/api/attachments/fake_attachment_uploader_unittest.cc ('k') | sync/internal_api/attachments/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698