mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 21:04:06 +00:00
drop glog from the checkout
Nothing appears to be using this anymore, so stop bundling it. Bug: google-breakpad:360 Change-Id: Id95b36994379da92f8ef2a81754b3da5f1f79cae Reviewed-on: https://chromium-review.googlesource.com/665503 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
7c409af709
commit
d8c6101124
4 changed files with 0 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -84,7 +84,6 @@ src/Makefile
|
||||||
|
|
||||||
# Ignore directories gclient syncs.
|
# Ignore directories gclient syncs.
|
||||||
src/testing
|
src/testing
|
||||||
src/third_party/glog
|
|
||||||
src/third_party/lss
|
src/third_party/lss
|
||||||
src/third_party/protobuf
|
src/third_party/protobuf
|
||||||
src/tools/gyp
|
src/tools/gyp
|
||||||
|
|
5
DEPS
5
DEPS
|
@ -33,11 +33,6 @@
|
||||||
# 'gclient runhooks' rather than 'gclient sync'.
|
# 'gclient runhooks' rather than 'gclient sync'.
|
||||||
|
|
||||||
deps = {
|
deps = {
|
||||||
# Logging code.
|
|
||||||
"src/src/third_party/glog":
|
|
||||||
"https://github.com/google/glog.git" +
|
|
||||||
"@v0.3.4",
|
|
||||||
|
|
||||||
# Testing libraries and utilities.
|
# Testing libraries and utilities.
|
||||||
"src/src/testing":
|
"src/src/testing":
|
||||||
"https://github.com/google/googletest.git" +
|
"https://github.com/google/googletest.git" +
|
||||||
|
|
|
@ -25,11 +25,6 @@
|
||||||
revision='e8ab0833a42691cd2184bd4c45d779e43821d3e0'
|
revision='e8ab0833a42691cd2184bd4c45d779e43821d3e0'
|
||||||
remote='chromium' />
|
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'
|
<project path='src/src/testing'
|
||||||
name='google/googletest.git'
|
name='google/googletest.git'
|
||||||
revision='refs/tags/release-1.8.0'
|
revision='refs/tags/release-1.8.0'
|
||||||
|
|
BIN
src/third_party/linux/lib/glog/libglog.a
vendored
BIN
src/third_party/linux/lib/glog/libglog.a
vendored
Binary file not shown.
Loading…
Reference in a new issue