Index: third_party/protobuf/README.chromium |
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium |
index 25997374c514781cecb6f52c0cf29a076746bb79..3af2edca096ad96b26a9be6aa90e05e24173648d 100644 |
--- a/third_party/protobuf/README.chromium |
+++ b/third_party/protobuf/README.chromium |
@@ -14,7 +14,8 @@ 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. |
+A protobuf.gyp file has been added for building with Chromium. It supports the |
+building of libproto_lite as a shared library for Windows component builds. |
akalin
2012/12/13 02:04:50
component build is also on Linux/Mac at this point
Raghu Simha
2012/12/13 20:07:49
Right, but the changes in protobuf.gyp are only wi
|
This code has been patched to support unknown field retention in protobuf-lite. |
agl
2012/12/13 15:41:41
Can you grab the changes as a .patch file and chec
Raghu Simha
2012/12/13 20:07:49
I think it might be cleaner in the long run to ref
|
See r62331 for the patch. |