commit | 16a923cfa22f91c49b6f1b6ccb8bf0e2316803a1 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Wed Oct 31 19:40:51 2018 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Wed Oct 31 19:43:43 2018 -0700 |
tree | 29ba2c5ac4189379e55340ca0a203c15a2a9726b | |
parent | 87dc7bb50ccbe5e5874e19b33e1b28e385103de9 [diff] [blame] |
Use gflags with bazel the way it recommends Also lets us remove the hand-generated headers which are now out of date. Change-Id: I8673300b6c8c4e7a32e68a07d48ac79cb59faa62
diff --git a/build_tests/BUILD b/build_tests/BUILD index 12a979f..a341358 100644 --- a/build_tests/BUILD +++ b/build_tests/BUILD
@@ -9,7 +9,7 @@ "gflags.cc", ], deps = [ - "//third_party/gflags", + "@com_github_gflags_gflags//:gflags", ], )