blob: e15fcaed0ee6ac95d96a9b52091108e61a20e943 [file] [log] [blame]
Torne (Richard Coles)58218062012-11-14 11:43:16 +00001Name: Protocol Buffers
2Short Name: protobuf
3URL: http://protobuf.googlecode.com/svn/trunk
4License: BSD
5License File: COPYING.txt
6Version: unknown
7Revision: r423
8Security Critical: yes
9
10Local files (not taken from upstream):
11README.chromium
12config.h
13descriptor2_pb.py
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +000014protobuf_lite_java_descriptor_proto.py
15protobuf_lite_java_parse_pom.py
Torne (Richard Coles)58218062012-11-14 11:43:16 +000016
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.
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +000020See r62331 for the patch.
Torne (Richard Coles)58218062012-11-14 11:43:16 +000021
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +000022This 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.
Torne (Richard Coles)58218062012-11-14 11:43:16 +000024
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +000025This 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
Ben Murdochbb1529c2013-08-08 10:24:53 +010029Revisions r427, r430, r475, r476 and 504 were cherry-picked from upstream.
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +000030Patch from http://code.google.com/p/protobuf/issues/detail?id=425 was
31cherry-picked from upstream.
32
33Notes about Java:
34We have not forked the Java version of protobuf-lite, so the Java version does
35not support unknown field retention.
36
37The list of Java files included in the lite profile for Java is parsed from the
38maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See
39'javac_includes' variable in protobuf_lite_javalib GYP target.
40