3 URL: http://protobuf.googlecode.com/svn/trunk
5 License File: COPYING.txt
10 Local files (not taken from upstream):
14 protobuf_lite_java_descriptor_proto.py
15 protobuf_lite_java_parse_pom.py
17 A protobuf.gyp file has been added for building with Chromium.
19 This code has been patched to support unknown field retention in protobuf-lite.
20 See r62331 for the patch.
22 This code has been patched to ensure that files in the target protobuf_lite
23 do not include headers from protobuf_full. See r173228 for the patch.
25 This code has been patched to make the target protobuf_lite a component so that
26 targets that depend on it can be componentized. See http://crbug.com/172800 for
27 details, and r179806 for the patch.
29 Revision 504 was cherry-picked from upstream.
32 We have not forked the Java version of protobuf-lite, so the Java version does
33 not support unknown field retention.
35 The list of Java files included in the lite profile for Java is parsed from the
36 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See
37 'javac_includes' variable in protobuf_lite_javalib GYP target.