• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: Protocol Buffers
2Short Name: protobuf
3URL: http://protobuf.googlecode.com/svn/trunk
4License: BSD
5License File: COPYING.txt
6Version: unknown
7Revision: r476
8Security Critical: yes
9
10Local files (not taken from upstream):
11README.chromium
12config.h
13descriptor2_pb.py
14
15A protobuf.gyp file has been added for building with Chromium.
16
17This code has been patched to support unknown field retention in protobuf-lite.
18See r62331 for the patch.
19
20This code has been patched to ensure that files in the target protobuf_lite
21do not include headers from protobuf_full. See r173228 for the patch.
22
23This code has been patched to make the target protobuf_lite a component so that
24targets that depend on it can be componentized. See http://crbug.com/172800 for
25details, and r179806 for the patch.
26
27Revision 504 was cherry-picked from upstream.
28Revision 512 was cherry-picked from upstream.
29Revision 516 was cherry-picked from upstream.
30Revision 517 was cherry-picked from upstream.
31Revision 522 was cherry-picked from upstream.
32Revision 523 was cherry-picked from upstream.
33Revision 524 was cherry-picked from upstream.
34Revision 573 was cherry-picked from upstream.
35The `&file->options() != NULL &&` was removed from descriptor.cc
36