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

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: 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
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 "+sync/api/attachments",
tim (not reviewing) 2014/08/05 16:47:55 comment explaining why this is here, what the rest
maniscalco 2014/08/05 18:05:57 Good call. Done. I've also added a README to syn
8 "+sync/base", 9 "+sync/base",
9 "+sync/engine", 10 "+sync/engine",
10 "+sync/js", 11 "+sync/js",
11 "+sync/protocol", 12 "+sync/protocol",
12 "+sync/sessions", 13 "+sync/sessions",
13 "+sync/syncable", 14 "+sync/syncable",
14 "+sync/test", 15 "+sync/test",
15 "+sync/util", 16 "+sync/util",
16 "+third_party/zlib", # For UniquePosition compression 17 "+third_party/zlib", # For UniquePosition compression
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698