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

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

Issue 549543002: Updating android_protobuf to L-preview branch to support the optional_field_style=reftypes flag. Th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « third_party/android_protobuf/OWNERS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: Android 4.4.4 Release 2.0.1 5 Revision: L-preview
6 License: BSD 6 License: BSD
7 License File: src/COPYING.txt 7 License File: src/COPYING.txt
8 Security Critical: no 8 Security Critical: no
9 9
10 Name: 10 Name:
11 Shortname: protobuf 11 Shortname: protobuf
12 URL: https://android.googlesource.com/platform/external/protobuf.git 12 URL: https://android.googlesource.com/platform/external/protobuf.git
13 License: Google BSD like 13 License: Google BSD like
14 License File: src/COPYING 14 License File: src/COPYING
15 Security Critical: no 15 Security Critical: no
16 16
17 Description: 17 Description:
18 Android protobuf library contains the nano version of the Java protobuf library, 18 Android protobuf library contains the nano version of the Java protobuf library,
19 which generates Java-files with fewer methods than the protobuf lite compiler, 19 which generates Java-files with fewer methods than the protobuf lite compiler,
20 which is needed for big Java projects since Android has a maximum number of 20 which is needed for big Java projects since Android has a maximum number of
21 methods per application. 21 methods per application.
22 22
23 The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in 23 The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in
24 src/Android.mk. 24 src/Android.mk.
25 25
26 See //third_party/protobuf for the C++ version of protobuf. 26 See //third_party/protobuf for the C++ version of protobuf.
27 27
28 Local Modifications: 28 Local Modifications:
29 None. 29 None.
OLDNEW
« no previous file with comments | « third_party/android_protobuf/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698