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

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

Issue 889253004: Add support for extensions_unittests to the GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (gn) rebase Created 5 years, 10 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/protobuf/BUILD.gn ('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 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: r476 7 Revision: r476
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Local files (not taken from upstream): 10 Local files (not taken from upstream):
(...skipping 20 matching lines...) Expand all
31 Revision 522 was cherry-picked from upstream. 31 Revision 522 was cherry-picked from upstream.
32 Revision 523 was cherry-picked from upstream. 32 Revision 523 was cherry-picked from upstream.
33 Revision 524 was cherry-picked from upstream. 33 Revision 524 was cherry-picked from upstream.
34 Revision 573 was cherry-picked from upstream. 34 Revision 573 was cherry-picked from upstream.
35 The `&file->options() != NULL &&` was removed from descriptor.cc 35 The `&file->options() != NULL &&` was removed from descriptor.cc
36 References to `vector` were changed to `std::vector` in extension_set.h 36 References to `vector` were changed to `std::vector` in extension_set.h
37 and unknown_field_set.h 37 and unknown_field_set.h
38 38
39 GetEmptyString() and GoogleOnceInit() have been uninlined, for a large savings 39 GetEmptyString() and GoogleOnceInit() have been uninlined, for a large savings
40 in binary size. 40 in binary size.
41
42 A BUILD.gn file has been added for building with GN.
OLDNEW
« no previous file with comments | « third_party/protobuf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698