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

Unified Diff: third_party/protobuf/BUILD.gn

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Created 4 years, 1 month 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/BUILD.gn
diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn
index 84c916a651e8347ae93661d3056337fe4a060e7d..1c6a08d16d3a90956ffedb7cff1260db36967f8c 100644
--- a/third_party/protobuf/BUILD.gn
+++ b/third_party/protobuf/BUILD.gn
@@ -52,6 +52,7 @@ protobuf_lite_sources = [
"src/google/protobuf/io/zero_copy_stream.h",
"src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
"src/google/protobuf/io/zero_copy_stream_impl_lite.h",
+ "src/google/protobuf/has_bits.h",
Peter Kasting 2016/11/10 20:42:05 This needs to be here (and not in protobuf_full) b
jbriance 2016/11/10 21:36:54 Oops, I read too quickly and missed this part. I'l
"src/google/protobuf/map.h",
"src/google/protobuf/map_entry_lite.h",
"src/google/protobuf/map_field_lite.h",
@@ -297,6 +298,7 @@ static_library("protobuf_full") {
"src/google/protobuf/util/json_util.h",
"src/google/protobuf/util/message_differencer.cc",
"src/google/protobuf/util/message_differencer.h",
+ "src/google/protobuf/util/package_info.h",
Peter Kasting 2016/11/10 20:42:04 ...and this is transitively included by some sourc
jbriance 2016/11/10 21:36:54 Same here.
jbriance 2016/11/14 10:57:51 This one doesn't need to be declared at all
"src/google/protobuf/util/time_util.cc",
"src/google/protobuf/util/time_util.h",
"src/google/protobuf/util/type_resolver.h",
@@ -452,6 +454,7 @@ if (current_toolchain == host_toolchain) {
"src/google/protobuf/compiler/java/java_message_lite.h",
"src/google/protobuf/compiler/java/java_name_resolver.cc",
"src/google/protobuf/compiler/java/java_name_resolver.h",
+ "src/google/protobuf/compiler/java/java_options.h",
"src/google/protobuf/compiler/java/java_primitive_field.cc",
"src/google/protobuf/compiler/java/java_primitive_field.h",
"src/google/protobuf/compiler/java/java_primitive_field_lite.cc",
@@ -512,6 +515,8 @@ if (current_toolchain == host_toolchain) {
"src/google/protobuf/compiler/objectivec/objectivec_oneof.h",
"src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc",
"src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h",
+ "src/google/protobuf/compiler/php/php_generator.cc",
+ "src/google/protobuf/compiler/php/php_generator.h",
"src/google/protobuf/compiler/plugin.cc",
"src/google/protobuf/compiler/plugin.h",
"src/google/protobuf/compiler/plugin.pb.cc",

Powered by Google App Engine
This is Rietveld 408576698