aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/BUILD
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-25 16:45:20 +0100
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-25 16:45:20 +0100
commitd08b27fa9701fecfdb69e1b0d1ac2459efc2129b (patch)
tree5d50963026239ca5aebfb47ea5b8db7e814e57c8 /src/main/protobuf/BUILD
Update from Google.
-- MOE_MIGRATED_REVID=85702957
Diffstat (limited to 'src/main/protobuf/BUILD')
-rw-r--r--src/main/protobuf/BUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
new file mode 100644
index 0000000000..3a82b2407a
--- /dev/null
+++ b/src/main/protobuf/BUILD
@@ -0,0 +1,16 @@
+package(default_visibility = ["//visibility:public"])
+
+load("tools/build_rules/genproto", "genproto")
+
+[genproto(
+ name = "proto_" + proto_file,
+ src = proto_file + ".proto",
+) for proto_file in [
+ "build",
+ "deps",
+ "crosstool_config",
+ "extra_actions_base",
+ "test_status",
+ "bundlemerge",
+ "xcodegen",
+]]