diff options
author | sbc <sbc@chromium.org> | 2015-11-09 15:32:48 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-09 23:34:01 +0000 |
commit | de5ed72901504368a3a9465c9a00cf95c5e17998 (patch) | |
tree | 1e166c81ccba5093becacea29f6c4aafa6044f98 | |
parent | 471bfd34893b5fef1bd7d54eed37b2af5dd8bdc5 (diff) | |
download | chromium_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-- | .gitignore | 1 | ||||
-rw-r--r-- | DEPS | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -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 @@ -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', |