aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2016-11-23 11:26:31 -0800
committerGitHub <noreply@github.com>2016-11-23 11:26:31 -0800
commit39f9b43219bc5718b659ed72a2130a7b2ce66108 (patch)
treee48fe16afc2e1d868408e9453fff521d6ddcd4ae /protobuf.bzl
parentc9504715634948c9f8f306330449f296d926b74e (diff)
parent65479cb7b1f99ab957da68abce17feb68a9e1cf0 (diff)
downloadprotobuf-39f9b43219bc5718b659ed72a2130a7b2ce66108.tar.gz
protobuf-39f9b43219bc5718b659ed72a2130a7b2ce66108.tar.bz2
protobuf-39f9b43219bc5718b659ed72a2130a7b2ce66108.zip
Merge pull request #2403 from google/down-integrate-with-msvc-fix
Integrated internal changes from Google
Diffstat (limited to 'protobuf.bzl')
-rw-r--r--protobuf.bzl5
1 files changed, 0 insertions, 5 deletions
diff --git a/protobuf.bzl b/protobuf.bzl
index 74cb9ad5..3998e77b 100644
--- a/protobuf.bzl
+++ b/protobuf.bzl
@@ -1,5 +1,3 @@
-# -*- mode: python; -*- PYTHON-PREPROCESSING-REQUIRED
-
def _GetPath(ctx, path):
if ctx.label.workspace_root:
return ctx.label.workspace_root + '/' + path
@@ -240,7 +238,6 @@ def cc_proto_library(
includes=includes,
**kargs)
-
def internal_gen_well_known_protos_java(srcs):
"""Bazel rule to generate the gen_well_known_protos_java genrule
@@ -264,7 +261,6 @@ def internal_gen_well_known_protos_java(srcs):
tools = [":protoc"],
)
-
def internal_copied_filegroup(name, srcs, strip_prefix, dest, **kwargs):
"""Macro to copy files to a different directory and then create a filegroup.
@@ -294,7 +290,6 @@ def internal_copied_filegroup(name, srcs, strip_prefix, dest, **kwargs):
srcs = outs,
**kwargs)
-
def py_proto_library(
name,
srcs=[],