diff options
author | Christian Moritz <chrmoritz@users.noreply.github.com> | 2019-09-16 19:18:18 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-16 13:18:18 -0400 |
commit | c6afe87febc92ca64e81c1d99a62daacf75dba0a (patch) | |
tree | 3dfa2e2defd40c847c5dfc824c54673027c91923 /gclient_config.py | |
parent | 2788b5d4a1056b943ce7f7ee7d4dd7e1149d6b99 (diff) |
remove zlib from gclient_config.py (#2961)
and remove DENO_NINJA_PATH from manual
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gclient_config.py b/gclient_config.py index 3d78080c7..dea5af241 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -31,12 +31,6 @@ solutions = [ }, { 'url': - 'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9', - 'name': - 'zlib' - }, - { - 'url': 'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542', 'name': 'cpplint' |