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

Unified Diff: third_party/protobuf/README.chromium

Issue 11347026: Check in protobuf java code and generate lite jar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/protobuf/javalib/protobuf-java-2.4.1-lite.jar » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/README.chromium
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
index 3b861c86c59302ffc69b7925eb789a87e0524e9e..3987736a4e28cf5c4e13c1fe3530e7483d6fa563 100644
--- a/third_party/protobuf/README.chromium
+++ b/third_party/protobuf/README.chromium
@@ -12,6 +12,12 @@ README.chromium
config.h
descriptor2_pb.py
+The Java lite version of the library has been checked in directly under
+javalib/protobuf-java-2.4.1-lite.jar. It should be updated whenever a
+new version of protobuf is rolled. It can be built by following the
+instructions in svn/trunk/java/README.txt.
+Note: Remember to use the lite profile with "mvn install -P lite".
Nico 2012/10/30 04:26:55 This makes it a lot harder to roll protobuf.
nyquist 2012/10/30 04:50:32 Agreed. Sadly, the protobuf library has external d
Philippe 2012/10/30 08:59:28 I'm also concerned about making Protobuf rolls har
+
A protobuf.gyp file has been added for building with Chromium.
This code has been patched to support unknown field retention in protobuf-lite.
« no previous file with comments | « no previous file | third_party/protobuf/javalib/protobuf-java-2.4.1-lite.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698