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

Side by Side Diff: sync/internal_api/DEPS

Issue 332923002: [sync] Add backup time in synced device info so that server can flag device (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 "+sync/base", 8 "+sync/base",
8 "+sync/engine", 9 "+sync/engine",
9 "+sync/js", 10 "+sync/js",
10 "+sync/notifier", 11 "+sync/notifier",
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