aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-09-22 15:14:58 -0700
committerBo Yang <teboring@google.com>2016-09-22 17:13:11 -0700
commit39a2a25f05087f4ae506f1602400476a62e81a64 (patch)
treee19bc2a670fcd0b85870297b5255297dd65ac26a /BUILD
parent2649844cabcaf72649b686f25a0a5f6396bd52f8 (diff)
downloadprotobuf-39a2a25f05087f4ae506f1602400476a62e81a64.tar.gz
protobuf-39a2a25f05087f4ae506f1602400476a62e81a64.tar.bz2
protobuf-39a2a25f05087f4ae506f1602400476a62e81a64.zip
update files to include php generators (#2165)
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 941ca691..8a5c2037 100644
--- a/BUILD
+++ b/BUILD
@@ -316,6 +316,7 @@ cc_library(
"src/google/protobuf/compiler/objectivec/objectivec_message_field.cc",
"src/google/protobuf/compiler/objectivec/objectivec_oneof.cc",
"src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc",
+ "src/google/protobuf/compiler/php/php_generator.cc",
"src/google/protobuf/compiler/plugin.cc",
"src/google/protobuf/compiler/plugin.pb.cc",
"src/google/protobuf/compiler/python/python_generator.cc",
@@ -390,8 +391,10 @@ RELATIVE_TEST_PROTOS = [
"google/protobuf/util/internal/testdata/field_mask.proto",
"google/protobuf/util/internal/testdata/maps.proto",
"google/protobuf/util/internal/testdata/oneofs.proto",
+ "google/protobuf/util/internal/testdata/proto3.proto",
"google/protobuf/util/internal/testdata/struct.proto",
"google/protobuf/util/internal/testdata/timestamp_duration.proto",
+ "google/protobuf/util/internal/testdata/wrappers.proto",
"google/protobuf/util/json_format_proto3.proto",
"google/protobuf/util/message_differencer_unittest.proto",
]