Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: Protocol Buffers | 1 Name: Protocol Buffers |
| 2 Short Name: protobuf | 2 Short Name: protobuf |
| 3 URL: http://protobuf.googlecode.com/svn/trunk | 3 URL: http://protobuf.googlecode.com/svn/trunk |
| 4 License: BSD | 4 License: BSD |
| 5 License File: COPYING.txt | 5 License File: COPYING.txt |
| 6 Version: unknown | 6 Version: unknown |
| 7 Revision: r423 | 7 Revision: r423 |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Local files (not taken from upstream): | 10 Local files (not taken from upstream): |
| 11 README.chromium | 11 README.chromium |
| 12 config.h | 12 config.h |
| 13 descriptor2_pb.py | 13 descriptor2_pb.py |
| 14 protobuf_lite_java_descriptor_proto.py | |
| 15 protobuf_lite_java_parse_pom.py | |
| 14 | 16 |
| 15 A protobuf.gyp file has been added for building with Chromium. | 17 A protobuf.gyp file has been added for building with Chromium. |
| 16 | 18 |
| 17 This code has been patched to support unknown field retention in protobuf-lite. | 19 This code has been patched to support unknown field retention in protobuf-lite. |
| 18 See r62331 for the patch. | 20 See r62331 for the patch. |
| 19 | 21 |
| 20 Revision r427 was cherry-picked from upstream. | 22 Revision r427 was cherry-picked from upstream. |
| 21 | 23 |
| 22 Cherry-pick patch from http://code.google.com/p/protobuf/issues/detail?id=425. | 24 Cherry-pick patch from http://code.google.com/p/protobuf/issues/detail?id=425. |
| 25 | |
| 26 Notes about Java: | |
| 27 We have not forked the Java version of protobuf-lite, so the Java version does | |
| 28 not support unknown field retention. | |
| 29 | |
| 30 The list of Java files included in the lite profile for Java is parsed from the | |
| 31 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See | |
| 32 'javac_includes' variable in protobuf_lite_java GYP target. | |
|
Nico
2012/11/09 17:44:51
Just to confirm: The java files are from r423 too,
nyquist
2012/11/09 17:47:07
Yes, they are. Thanks for checking. Since they are
| |
| 33 | |
| OLD | NEW |