Merge commit '66ff69dafcb1bdaa7925a966ee1ede05e4f68778' as 'third_party/google-glog'
Change-Id: I6b90bc4d3457fa69bed66c17e68e160490a645f9
diff --git a/third_party/google-glog/WORKSPACE b/third_party/google-glog/WORKSPACE
new file mode 100644
index 0000000..b5760d0
--- /dev/null
+++ b/third_party/google-glog/WORKSPACE
@@ -0,0 +1,10 @@
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
+
+http_archive(
+ name = "com_github_gflags_gflags",
+ strip_prefix = "gflags-2.2.2",
+ urls = [
+ "https://mirror.bazel.build/github.com/gflags/gflags/archive/v2.2.2.tar.gz",
+ "https://github.com/gflags/gflags/archive/v2.2.2.tar.gz",
+ ],
+)