merge(3p/glog): Vendor glog from commit 'afe04691'

This commit is contained in:
Vincent Ambo 2020-05-27 01:26:30 +01:00
commit 6941048b7e
133 changed files with 23455 additions and 0 deletions

8
third_party/glog/bazel/example/BUILD vendored Normal file
View file

@ -0,0 +1,8 @@
cc_test(
name = "main",
size = "small",
srcs = ["main.cc"],
deps = [
"//:glog",
],
)