code cleanup, removed old build file

pull/18285/head
billfeng327 6 years ago
parent 9e102ea8b0
commit 5eb1e8d8c9
  1. 1
      bazel/grpc_deps.bzl
  2. 1
      third_party/BUILD
  3. 15
      third_party/benchmark.BUILD
  4. 2
      tools/remote_build/windows.bazelrc

@ -154,7 +154,6 @@ def grpc_deps():
if "com_github_google_benchmark" not in native.existing_rules():
http_archive(
name = "com_github_google_benchmark",
#build_file = "@com_github_grpc_grpc//third_party:benchmark.BUILD",
strip_prefix = "benchmark-e776aa0275e293707b6a0901e0e8d8a8a3679508",
url = "https://github.com/google/benchmark/archive/e776aa0275e293707b6a0901e0e8d8a8a3679508.tar.gz",
)

1
third_party/BUILD vendored

@ -1,5 +1,4 @@
exports_files([
"benchmark.BUILD",
"gtest.BUILD",
"objective_c/Cronet/bidirectional_stream_c.h",
"zlib.BUILD",

@ -1,15 +0,0 @@
cc_library(
name = "benchmark",
srcs = glob(["src/*.cc"]),
hdrs = glob(["include/**/*.h", "src/*.h"]),
includes = [
"include", "."
],
copts = [
"-DHAVE_POSIX_REGEX"
],
linkstatic = 1,
visibility = [
"//visibility:public",
],
)

@ -1,3 +1,3 @@
# TODO(yfen): Merge with rbe_common.bazelrc and enable Windows RBE
build --test_tag_filters=-no_windows
build --build_tag_filters=-no_windows
build --build_tag_filters=-no_windows

Loading…
Cancel
Save