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

Side by Side Diff: third_party/protobuf/vsprojects/config.h

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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
(Empty)
1 /* protobuf config.h for MSVC. On other platforms, this is generated
2 * automatically by autoheader / autoconf / configure. */
3
4 #include <google/protobuf/stubs/pbconfig.h>
5
6 #define HASH_MAP_H GOOGLE_PROTOBUF_HASH_MAP_H
7 #define HASH_NAMESPACE GOOGLE_PROTOBUF_HASH_NAMESPACE
8 #define HASH_SET_H GOOGLE_PROTOBUF_HASH_SET_H
9
10 #ifdef GOOGLE_PROTOBUF_HAVE_HASH_MAP
11 #define HAVE_HASH_MAP GOOGLE_PROTOBUF_HAVE_HASH_MAP
12 #endif
13
14 #ifdef GOOGLE_PROTOBUF_HAVE_HASH_SET
15 #define HAVE_HASH_SET GOOGLE_PROTOBUF_HAVE_HASH_SET
16 #endif
17
18 /* define if you want to use zlib. See readme.txt for additional
19 * requirements. */
20 // #define HAVE_ZLIB 1
OLDNEW
« no previous file with comments | « third_party/protobuf/util/python/BUILD ('k') | third_party/protobuf/vsprojects/convert2008to2005.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698