From 56cb0042181cc4840d8c3995f0970c0c41d4212b Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 16 Sep 2019 11:56:59 -0700 Subject: Migrate from gflags to absl flags absl flags are more modern and we can easily depend on them directly. The repo now successfully builds with --incompatible_load_cc_rules_from_bzl. PiperOrigin-RevId: 269387081 --- test/util/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/util/BUILD') diff --git a/test/util/BUILD b/test/util/BUILD index 64daa0597..52f8b9e1f 100644 --- a/test/util/BUILD +++ b/test/util/BUILD @@ -228,8 +228,9 @@ cc_library( ":logging", ":posix_error", ":save_util", - "@com_github_gflags_gflags//:gflags", "@com_google_absl//absl/base:core_headers", + "@com_google_absl//absl/flags:flag", + "@com_google_absl//absl/flags:parse", "@com_google_absl//absl/strings", "@com_google_absl//absl/strings:str_format", "@com_google_absl//absl/time", -- cgit v1.2.3