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