diff --git a/.gitignore b/.gitignore
index e883e59f..cfc012f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/DEPS b/DEPS
index 071ec76d..db7f72d2 100644
--- a/DEPS
+++ b/DEPS
@@ -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' />
-
-