aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-04-28 14:43:08 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-04-28 14:43:08 -0700
commit12fdeb9b41cb5ce2a13a6f10f0626d6e67e9f237 (patch)
tree82b9820ae26decd6ac41bd8a06185d978980ee3c /BUILD
parentcf14183bcd5485b4a71541599ddce0b35eb71352 (diff)
parentb53417c7356deab70f44b60bd7e6270023ddc3b6 (diff)
downloadprotobuf-12fdeb9b41cb5ce2a13a6f10f0626d6e67e9f237.tar.gz
protobuf-12fdeb9b41cb5ce2a13a6f10f0626d6e67e9f237.tar.bz2
protobuf-12fdeb9b41cb5ce2a13a6f10f0626d6e67e9f237.zip
Merge branch 'master' of github.com:google/protobuf
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 2e084c50..ab147e5c 100644
--- a/BUILD
+++ b/BUILD
@@ -377,6 +377,8 @@ RELATIVE_TEST_PROTOS = [
"google/protobuf/unittest_preserve_unknown_enum.proto",
"google/protobuf/unittest_preserve_unknown_enum2.proto",
"google/protobuf/unittest_proto3_arena.proto",
+ "google/protobuf/unittest_proto3_arena_lite.proto",
+ "google/protobuf/unittest_proto3_lite.proto",
"google/protobuf/unittest_well_known_types.proto",
"google/protobuf/util/internal/testdata/anys.proto",
"google/protobuf/util/internal/testdata/books.proto",
@@ -463,6 +465,8 @@ cc_test(
"src/google/protobuf/no_field_presence_test.cc",
"src/google/protobuf/preserve_unknown_enum_test.cc",
"src/google/protobuf/proto3_arena_unittest.cc",
+ "src/google/protobuf/proto3_arena_lite_unittest.cc",
+ "src/google/protobuf/proto3_lite_unittest.cc",
"src/google/protobuf/reflection_ops_unittest.cc",
"src/google/protobuf/repeated_field_reflection_unittest.cc",
"src/google/protobuf/repeated_field_unittest.cc",