cc_test(
  name = 'gflags_build_test',
  srcs = [
    'gflags.cc',
  ],
  deps = [
    '//third_party/gflags',
  ],
  size = 'small',
)
