Index: third_party/protobuf/README.chromium |
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium |
index 767241178cb21420eeccf2455b0ec3a271f314bc..211014f7d775e0368a3404fdec035433c54a740d 100644 |
--- a/third_party/protobuf/README.chromium |
+++ b/third_party/protobuf/README.chromium |
@@ -14,7 +14,10 @@ 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 was updated to |
+support component builds on Windows by adding the required export definitions. |
+See rXXXXXX for the patch. |
+TODO(rsimha): Update revision number above after this CL is landed. |
This code has been patched to support unknown field retention in protobuf-lite. |
See r62331 for the patch. |