Skip to content

Commit

Permalink
code cleanup, removed old build file
Browse files Browse the repository at this point in the history
  • Loading branch information
billfeng327 committed Mar 8, 2019
1 parent 9e102ea commit 5eb1e8d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down
1 change: 0 additions & 1 deletion third_party/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
exports_files([
"benchmark.BUILD",
"gtest.BUILD",
"objective_c/Cronet/bidirectional_stream_c.h",
"zlib.BUILD",
Expand Down
15 changes: 0 additions & 15 deletions third_party/benchmark.BUILD

This file was deleted.

2 changes: 1 addition & 1 deletion tools/remote_build/windows.bazelrc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5eb1e8d

Please sign in to comment.