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

Side by Side Diff: third_party/android_protobuf/README.chromium

Issue 1149283005: Roll src/third_party/android_protobuf 94f522f9:999188d0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trying jbudorick@'s suggestion Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 Name: Protocol Buffers - Google's data interchange format 1 Name: Protocol Buffers - Google's data interchange format
2 Short Name: protobuf 2 Short Name: protobuf
3 URL: https://android.googlesource.com/platform/external/protobuf.git 3 URL: https://android.googlesource.com/platform/external/protobuf.git
4 Version: 2.2.0a 4 Version: 2.2.0a
5 Revision: L-preview 5 Revision: M-preview
6 License: BSD 6 License: BSD
7 License File: src/COPYING.txt 7 License File: src/LICENSE
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 Android protobuf library contains the nano version of the Java protobuf library, 11 Android protobuf library contains the nano version of the Java protobuf library,
12 which generates Java-files with fewer methods than the protobuf lite compiler, 12 which generates Java-files with fewer methods than the protobuf lite compiler,
13 which is needed for big Java projects since Android has a maximum number of 13 which is needed for big Java projects since Android has a maximum number of
14 methods per application. 14 methods per application.
15 15
16 The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in 16 The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in
17 src/Android.mk. 17 src/Android.mk.
18 18
19 See //third_party/protobuf for the C++ version of protobuf. 19 See //third_party/protobuf for the C++ version of protobuf.
20 20
21 Local Modifications: 21 Local Modifications:
22 None. 22 None.
OLDNEW
« no previous file with comments | « third_party/android_protobuf/BUILD.gn ('k') | third_party/android_protobuf/android_protobuf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698