diff options
| author | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 09:19:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-05 09:19:29 -0500 |
| commit | 5f1df038fb1462607af3555fa7431c05ca484dce (patch) | |
| tree | 0e819c1e1ec422b9573abc379c79fcbcc1cbd88c /tools/gclient_config.py | |
| parent | c41280a057c9ca300afe43f2cb4f576e050f8cde (diff) | |
Replace libdeno with rusty_v8 (#3556)
Diffstat (limited to 'tools/gclient_config.py')
| -rw-r--r-- | tools/gclient_config.py | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/tools/gclient_config.py b/tools/gclient_config.py deleted file mode 100644 index beaa5d0dc..000000000 --- a/tools/gclient_config.py +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -# pylint: disable=line-too-long -solutions = [ - { - 'url': 'https://chromium.googlesource.com/v8/v8.git@8.0.192', - 'name': 'v8', - 'deps_file': 'DEPS', - 'custom_deps': { - 'v8/build': None, - 'v8/third_party/catapult': None, - 'v8/third_party/colorama/src': None, - 'v8/testing/gmock': None, - 'v8/tools/swarming_client': None, - 'v8/tools/gyp': None, - 'v8/third_party/instrumented_libraries': None, - 'v8/third_party/android_tools': None, - 'v8/third_party/depot_tools': None, - 'v8/test/wasm-js': None, - 'v8/test/benchmarks/data': None, - 'v8/test/mozilla/data': None, - 'v8/third_party/icu': None, - 'v8/test/test262/data': None, - 'v8/test/test262/harness': None, - 'v8/tools/luci-go': None - } - }, - { - 'url': - 'https://chromium.googlesource.com/chromium/tools/depot_tools@23247b99321549c24e62ad45200409419423695d', - 'name': - 'depot_tools' - }, - { - 'url': - 'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542', - 'name': - 'cpplint' - } -] |
