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

Side by Side Diff: third_party/protobuf/src/google/protobuf/globals.cc

Issue 2756543002: Statically link libprotobuf_lite on Linux component builds (Closed)
Patch Set: Created 3 years, 9 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 #include <google/protobuf/generated_message_util.h>
bengr 2017/03/16 18:38:13 You might want to add a license comment, e.g., htt
Tom (Use chromium acct) 2017/03/19 07:19:11 Done.
2
3 namespace google {
4 namespace protobuf {
5 namespace internal {
6
7 const ::std::string* cr_empty_string_;
8 GOOGLE_PROTOBUF_DECLARE_ONCE(cr_empty_string_once_init_);
9
10 } // namespace internal
11 } // namespace protobuf
12 } // namespace google
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698