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

Unified Diff: third_party/android_protobuf/README.chromium

Issue 511283003: Add support for Java nano protocol buffers for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments from darin Created 6 years, 4 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 | « third_party/android_protobuf/OWNERS ('k') | third_party/android_protobuf/android_protobuf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_protobuf/README.chromium
diff --git a/third_party/android_protobuf/README.chromium b/third_party/android_protobuf/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..fec1d3aa4e953d360be9746fa3c84143d970168a
--- /dev/null
+++ b/third_party/android_protobuf/README.chromium
@@ -0,0 +1,29 @@
+Name: Protocol Buffers - Google's data interchange format
+Short Name: protobuf
+URL: https://android.googlesource.com/platform/external/protobuf.git
+Version: 2.2.0a
+Revision: Android 4.4.4 Release 2.0.1
+License: BSD
+License File: src/COPYING.txt
+Security Critical: no
+
+Name:
+Shortname: protobuf
+URL: https://android.googlesource.com/platform/external/protobuf.git
+License: Google BSD like
+License File: src/COPYING
+Security Critical: no
+
+Description:
+Android protobuf library contains the nano version of the Java protobuf library,
+which generates Java-files with fewer methods than the protobuf lite compiler,
+which is needed for big Java projects since Android has a maximum number of
+methods per application.
+
+The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in
+src/Android.mk.
+
+See //third_party/protobuf for the C++ version of protobuf.
+
+Local Modifications:
+None.
« no previous file with comments | « third_party/android_protobuf/OWNERS ('k') | third_party/android_protobuf/android_protobuf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698