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

Side by Side Diff: sync/internal_api/DEPS

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update sync unittest and README.chromium Created 4 years, 8 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
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 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 9 # dependency is OK because sync/api/attachments is "leafy" and won't depend on
10 # sync/internal_api/. 10 # sync/internal_api/.
11 "+sync/api/attachments", 11 "+sync/api/attachments",
12 "+sync/base", 12 "+sync/base",
13 "+sync/engine", 13 "+sync/engine",
14 "+sync/js", 14 "+sync/js",
15 "+sync/protocol", 15 "+sync/protocol",
16 "+sync/sessions", 16 "+sync/sessions",
17 "+sync/syncable", 17 "+sync/syncable",
18 "+sync/test", 18 "+sync/test",
19 "+sync/util", 19 "+sync/util",
20 "+third_party/leveldatabase", # for ModelTypeStore implementation 20 "+third_party/leveldatabase", # for ModelTypeStore implementation
21 "+third_party/protobuf", # for unit test
21 "+third_party/zlib", # For UniquePosition compression 22 "+third_party/zlib", # For UniquePosition compression
22 ] 23 ]
OLDNEW
« no previous file with comments | « no previous file | sync/internal_api/sync_manager_impl_unittest.cc » ('j') | third_party/protobuf/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698