Merge commit '66ff69dafcb1bdaa7925a966ee1ede05e4f68778' as 'third_party/google-glog'

Change-Id: I6b90bc4d3457fa69bed66c17e68e160490a645f9
diff --git a/WORKSPACE b/WORKSPACE
index 1829355..58bac82 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -313,3 +313,8 @@
     name = "com_google_protobuf",
     path = "third_party/protobuf",
 )
+
+local_repository(
+    name = "com_github_google_glog",
+    path = "third_party/google-glog",
+)