summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavidben <davidben@chromium.org>2015-05-26 13:23:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-26 20:23:49 +0000
commitb9aadbf1561845cd6991e4692772707f39a5d245 (patch)
treebbe1da64f4d36cf95d050619d567fc0786b285fd
parente8d5f06c55e434ab6707157e0359265f14e240a3 (diff)
downloadchromium_src-b9aadbf1561845cd6991e4692772707f39a5d245.zip
chromium_src-b9aadbf1561845cd6991e4692772707f39a5d245.tar.gz
chromium_src-b9aadbf1561845cd6991e4692772707f39a5d245.tar.bz2
Remove third_party/undoview from the checkout.
It was only used in the GTK port which has long since been removed. BUG=297026 Review URL: https://codereview.chromium.org/1157843004 Cr-Commit-Position: refs/heads/master@{#331419}
-rw-r--r--.gitignore1
-rw-r--r--DEPS3
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 726af18..3129d60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -380,7 +380,6 @@ v8.log
/third_party/syzygy/binaries
/third_party/trace-viewer
/third_party/tsan/
-/third_party/undoview
/third_party/usb_ids
/third_party/usrsctp/usrsctplib
/third_party/v8-i18n
diff --git a/DEPS b/DEPS
index a5e3aa3..3a45687 100644
--- a/DEPS
+++ b/DEPS
@@ -404,9 +404,6 @@ deps_os = {
'src/third_party/pyelftools':
Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc1d380acd88d4bfaf47265008091483b0d614e',
- 'src/third_party/undoview':
- Var('chromium_git') + '/chromium/deps/undoview.git' + '@' + '3ba503e248f3cdbd81b78325a24ece0984637559',
-
'src/third_party/liblouis/src':
Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a3478561deb6ae4798175094be8a26c2',