aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-11-19 13:05:17 +0000
committerJon Skeet <jonskeet@google.com>2015-11-19 13:05:17 +0000
commita6361a124a6537c69aaaa4e667372ba4e89c1fd1 (patch)
treeb936dfc76135357ffb0bf934270625929ce6b715 /BUILD
parentff37edcd8a533b5440dfae541ea85f8b41d94e55 (diff)
downloadprotobuf-a6361a124a6537c69aaaa4e667372ba4e89c1fd1.tar.gz
protobuf-a6361a124a6537c69aaaa4e667372ba4e89c1fd1.tar.bz2
protobuf-a6361a124a6537c69aaaa4e667372ba4e89c1fd1.zip
Rename "umbrella" to "reflection" consistently.
This changes csharp_names.h, which will require a corresponding change in GRPC.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 7c09605f..220e5c0f 100644
--- a/BUILD
+++ b/BUILD
@@ -193,11 +193,11 @@ cc_library(
"src/google/protobuf/compiler/csharp/csharp_message.cc",
"src/google/protobuf/compiler/csharp/csharp_message_field.cc",
"src/google/protobuf/compiler/csharp/csharp_primitive_field.cc",
+ "src/google/protobuf/compiler/csharp/csharp_reflection_class.cc",
"src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc",
"src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc",
"src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc",
"src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc",
- "src/google/protobuf/compiler/csharp/csharp_umbrella_class.cc",
"src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc",
"src/google/protobuf/compiler/java/java_context.cc",
"src/google/protobuf/compiler/java/java_doc_comment.cc",