Index: third_party/protobuf/README.chromium |
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium |
index 3b861c86c59302ffc69b7925eb789a87e0524e9e..51c2fdc745126db8b160be4d9cfcfae8c3da1b66 100644 |
--- a/third_party/protobuf/README.chromium |
+++ b/third_party/protobuf/README.chromium |
@@ -11,6 +11,8 @@ Local files (not taken from upstream): |
README.chromium |
config.h |
descriptor2_pb.py |
+protobuf_lite_java_descriptor_proto.py |
+protobuf_lite_java_parse_pom.py |
A protobuf.gyp file has been added for building with Chromium. |
@@ -20,3 +22,12 @@ See r62331 for the patch. |
Revision r427 was cherry-picked from upstream. |
Cherry-pick patch from http://code.google.com/p/protobuf/issues/detail?id=425. |
+ |
+Notes about Java: |
+We have not forked the Java version of protobuf-lite, so the Java version does |
+not support unknown field retention. |
+ |
+The list of Java files included in the lite profile for Java is parsed from the |
+maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See |
+'javac_includes' variable in protobuf_lite_java GYP target. |
+ |