diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | DEPS | 5 | ||||
-rw-r--r-- | default.xml | 5 | ||||
-rw-r--r-- | src/third_party/linux/lib/glog/libglog.a | bin | 226928 -> 0 bytes |
4 files changed, 0 insertions, 11 deletions
@@ -84,7 +84,6 @@ src/Makefile # Ignore directories gclient syncs. src/testing -src/third_party/glog src/third_party/lss src/third_party/protobuf src/tools/gyp @@ -33,11 +33,6 @@ # 'gclient runhooks' rather than 'gclient sync'. deps = { - # Logging code. - "src/src/third_party/glog": - "https://github.com/google/glog.git" + - "@v0.3.4", - # Testing libraries and utilities. "src/src/testing": "https://github.com/google/googletest.git" + diff --git a/default.xml b/default.xml index 97236f57..6be9809b 100644 --- a/default.xml +++ b/default.xml @@ -25,11 +25,6 @@ revision='e8ab0833a42691cd2184bd4c45d779e43821d3e0' remote='chromium' /> - <project path='src/src/third_party/glog' - name='google/glog.git' - revision='refs/tags/v0.3.4' - remote='github' /> - <project path='src/src/testing' name='google/googletest.git' revision='refs/tags/release-1.8.0' diff --git a/src/third_party/linux/lib/glog/libglog.a b/src/third_party/linux/lib/glog/libglog.a Binary files differdeleted file mode 100644 index 8d2afaef..00000000 --- a/src/third_party/linux/lib/glog/libglog.a +++ /dev/null |