| 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): |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 | 21 |
| 22 This code has been patched to ensure that files in the target protobuf_lite | 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. | 23 do not include headers from protobuf_full. See r173228 for the patch. |
| 24 | 24 |
| 25 This code has been patched to make the target protobuf_lite a component so that | 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 | 26 targets that depend on it can be componentized. See http://crbug.com/172800 for |
| 27 details, and r179806 for the patch. | 27 details, and r179806 for the patch. |
| 28 | 28 |
| 29 Revision 504 was cherry-picked from upstream. | 29 Revision 504 was cherry-picked from upstream. |
| 30 Revision 512 was cherry-picked from upstream. | 30 Revision 512 was cherry-picked from upstream. |
| 31 Revision 517 was cherry-picked from upstream. |
| 31 | 32 |
| 32 Notes about Java: | 33 Notes about Java: |
| 33 We have not forked the Java version of protobuf-lite, so the Java version does | 34 We have not forked the Java version of protobuf-lite, so the Java version does |
| 34 not support unknown field retention. | 35 not support unknown field retention. |
| 35 | 36 |
| 36 The list of Java files included in the lite profile for Java is parsed from the | 37 The list of Java files included in the lite profile for Java is parsed from the |
| 37 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See | 38 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See |
| 38 'javac_includes' variable in protobuf_lite_javalib GYP target. | 39 'javac_includes' variable in protobuf_lite_javalib GYP target. |
| 39 | 40 |
| OLD | NEW |