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

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

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + merge with net->sync dependency fix (no code changes) Created 7 years, 11 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 | Annotate | Revision Log
OLDNEW
1 Name: Protocol Buffers 1 Name: Protocol Buffers
2 Short Name: protobuf 2 Short Name: protobuf
3 URL: http://protobuf.googlecode.com/svn/trunk 3 URL: http://protobuf.googlecode.com/svn/trunk
4 License: BSD 4 License: BSD
5 License File: COPYING.txt 5 License File: COPYING.txt
6 Version: unknown 6 Version: unknown
7 Revision: r423 7 Revision: r423
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Local files (not taken from upstream): 10 Local files (not taken from upstream):
11 README.chromium 11 README.chromium
12 config.h 12 config.h
13 descriptor2_pb.py 13 descriptor2_pb.py
14 protobuf_lite_java_descriptor_proto.py 14 protobuf_lite_java_descriptor_proto.py
15 protobuf_lite_java_parse_pom.py 15 protobuf_lite_java_parse_pom.py
16 16
17 A protobuf.gyp file has been added for building with Chromium. 17 A protobuf.gyp file has been added for building with Chromium. It was updated to
18 support component builds on Windows by adding the required export definitions.
19 See rXXXXXX for the patch.
20 TODO(rsimha): Update revision number above after this CL is landed.
18 21
19 This code has been patched to support unknown field retention in protobuf-lite. 22 This code has been patched to support unknown field retention in protobuf-lite.
20 See r62331 for the patch. 23 See r62331 for the patch.
21 24
22 This code has been patched to ensure that files in the target protobuf_lite 25 This code has been patched to ensure that files in the target protobuf_lite
23 do not include headers from protobuf_full. See r173228 for the patch. 26 do not include headers from protobuf_full. See r173228 for the patch.
24 27
25 Revisions r427 and r430 were cherry-picked from upstream. 28 Revisions r427 and r430 were cherry-picked from upstream.
26 29
27 Cherry-pick patch from http://code.google.com/p/protobuf/issues/detail?id=425. 30 Cherry-pick patch from http://code.google.com/p/protobuf/issues/detail?id=425.
28 31
29 Notes about Java: 32 Notes about Java:
30 We have not forked the Java version of protobuf-lite, so the Java version does 33 We have not forked the Java version of protobuf-lite, so the Java version does
31 not support unknown field retention. 34 not support unknown field retention.
32 35
33 The list of Java files included in the lite profile for Java is parsed from the 36 The list of Java files included in the lite profile for Java is parsed from the
34 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See 37 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See
35 'javac_includes' variable in protobuf_lite_javalib GYP target. 38 'javac_includes' variable in protobuf_lite_javalib GYP target.
36 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698