Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Added comment about depending on gflags.
Browse files Browse the repository at this point in the history
  • Loading branch information
benh committed Jul 19, 2020
1 parent a8c876e commit fc5eabd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bazel/stout_grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

def stout_grpc_deps():
# NOTE: glog references gflags but since grpc depends on gflags we
# don't need to explicitly add them here. If you don't include grpc
# as we do in WORKSPACE.bazel then you'll need to add gflags
# yourself _before_ glog.
if "com_github_google_glog" not in native.existing_rules():
http_archive(
name = "com_github_google_glog",
Expand Down

0 comments on commit fc5eabd

Please sign in to comment.