Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: third_party/protobuf/README.chromium

Issue 556933002: Remove protobuf lite for java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase before submit Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
15 protobuf_lite_java_parse_pom.py
16 14
17 A protobuf.gyp file has been added for building with Chromium. 15 A protobuf.gyp file has been added for building with Chromium.
18 16
19 This code has been patched to support unknown field retention in protobuf-lite. 17 This code has been patched to support unknown field retention in protobuf-lite.
20 See r62331 for the patch. 18 See r62331 for the patch.
21 19
22 This code has been patched to ensure that files in the target protobuf_lite 20 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. 21 do not include headers from protobuf_full. See r173228 for the patch.
24 22
25 This code has been patched to make the target protobuf_lite a component so that 23 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 24 targets that depend on it can be componentized. See http://crbug.com/172800 for
27 details, and r179806 for the patch. 25 details, and r179806 for the patch.
28 26
29 Revision 504 was cherry-picked from upstream. 27 Revision 504 was cherry-picked from upstream.
30 Revision 512 was cherry-picked from upstream. 28 Revision 512 was cherry-picked from upstream.
31 Revision 516 was cherry-picked from upstream. 29 Revision 516 was cherry-picked from upstream.
32 Revision 517 was cherry-picked from upstream. 30 Revision 517 was cherry-picked from upstream.
33 Revision 522 was cherry-picked from upstream. 31 Revision 522 was cherry-picked from upstream.
34 Revision 523 was cherry-picked from upstream. 32 Revision 523 was cherry-picked from upstream.
35 Revision 524 was cherry-picked from upstream. 33 Revision 524 was cherry-picked from upstream.
36 Revision 573 was cherry-picked from upstream. 34 Revision 573 was cherry-picked from upstream.
37 The `&file->options() != NULL &&` was removed from descriptor.cc 35 The `&file->options() != NULL &&` was removed from descriptor.cc
38
39 Notes about Java:
40 We have not forked the Java version of protobuf-lite, so the Java version does
41 not support unknown field retention.
42
43 The list of Java files included in the lite profile for Java is parsed from the
44 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See
45 'javac_includes' variable in protobuf_lite_javalib GYP target.
46
OLDNEW
« no previous file with comments | « third_party/cacheinvalidation/cacheinvalidation.gyp ('k') | third_party/protobuf/java/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698