summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbc <sbc@chromium.org>2015-11-09 15:32:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-09 23:34:01 +0000
commitde5ed72901504368a3a9465c9a00cf95c5e17998 (patch)
tree1e166c81ccba5093becacea29f6c4aafa6044f98
parent471bfd34893b5fef1bd7d54eed37b2af5dd8bdc5 (diff)
downloadchromium_src-de5ed72901504368a3a9465c9a00cf95c5e17998.zip
chromium_src-de5ed72901504368a3a9465c9a00cf95c5e17998.tar.gz
chromium_src-de5ed72901504368a3a9465c9a00cf95c5e17998.tar.bz2
Remove deps2git from chromium DEPS
Chromium's DEPS contains only git repos so chromium devs don't need deps2git anymore. Review URL: https://codereview.chromium.org/1256823009 Cr-Commit-Position: refs/heads/master@{#358702}
-rw-r--r--.gitignore1
-rw-r--r--DEPS3
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 974e4c8..dc991b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -426,7 +426,6 @@ v8.log
/third_party/yasm/source/patched-yasm
/third_party/yasm/yasm.xml
/tools/.bisect-builds-cache.json
-/tools/deps2git/
/tools/distcc
/tools/gn/bin/linux
/tools/gn/bin/mac
diff --git a/DEPS b/DEPS
index 05a37dd..20ec27a 100644
--- a/DEPS
+++ b/DEPS
@@ -242,9 +242,6 @@ deps = {
'src/third_party/libphonenumber/src/resources':
Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6dfdc7952571ff7ee72643cd88c988cbe966396',
- 'src/tools/deps2git':
- Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3e7ad983c024870f17f17b06d9',
-
'src/third_party/webpagereplay':
Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '7564939bdf6482d57b9bd5e9c931679f96d8cf75',