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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/src/google/protobuf/globals.cc
diff --git a/third_party/protobuf/src/google/protobuf/globals.cc b/third_party/protobuf/src/google/protobuf/globals.cc
new file mode 100644
index 0000000000000000000000000000000000000000..8b8b308494c2abacc242132a515f4060ee9a96fc
--- /dev/null
+++ b/third_party/protobuf/src/google/protobuf/globals.cc
@@ -0,0 +1,12 @@
+#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.
+
+namespace google {
+namespace protobuf {
+namespace internal {
+
+const ::std::string* cr_empty_string_;
+GOOGLE_PROTOBUF_DECLARE_ONCE(cr_empty_string_once_init_);
+
+} // namespace internal
+} // namespace protobuf
+} // namespace google

Powered by Google App Engine
This is Rietveld 408576698