• 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
14protobuf_lite_java_descriptor_proto.py
15protobuf_lite_java_parse_pom.py
16
17A protobuf.gyp file has been added for building with Chromium.
18
19This code has been patched to support unknown field retention in protobuf-lite.
20See r62331 for the patch.
21
22This code has been patched to ensure that files in the target protobuf_lite
23do not include headers from protobuf_full. See r173228 for the patch.
24
25This code has been patched to make the target protobuf_lite a component so that
26targets that depend on it can be componentized. See http://crbug.com/172800 for
27details, and r179806 for the patch.
28
29Revision 504 was cherry-picked from upstream.
30Revision 512 was cherry-picked from upstream.
31
32Notes about Java:
33We have not forked the Java version of protobuf-lite, so the Java version does
34not support unknown field retention.
35
36The list of Java files included in the lite profile for Java is parsed from the
37maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See
38'javac_includes' variable in protobuf_lite_javalib GYP target.
39
40