Update gflags to latest master
authorRodrigo Queiro <rodrigoq@google.com>
Tue, 19 Dec 2017 14:47:18 +0000 (15:47 +0100)
committerRodrigo Queiro <rodrigoq@google.com>
Tue, 19 Dec 2017 14:50:12 +0000 (15:50 +0100)
commit2a593235ba0967ae375752ffac2d4e98b440a1df
treebe0d6113b339534cedd74aa4a3d051c52bb33b15
parentfc87161c962f11633a1bc5f278e038b05e8c8ed5
Update gflags to latest master

This means that gflags no longer leaks config.h, so I had to fix a bug
in glog.bzl where config.h is generated at the wrong path.

I also switched to the best-practice for depending on git repositories,
ie using http_archive with a mirror.
WORKSPACE
bazel/glog.bzl