summaryrefslogtreecommitdiff
path: root/deno2/.gclient
blob: 0e138e7a5f7acb1c770fe3be4881526d32446295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
solutions = [{
    'url': 'https://chromium.googlesource.com/v8/v8.git',
    'custom_vars': {
        'build_for_node': True
    },
    'name': 'v8',
    'deps_file': 'DEPS',
    'custom_deps': {
        'v8/third_party/catapult': None,
        'v8/third_party/colorama/src': None,
        'v8/testing/gmock': None,
        'v8/tools/swarming_client': None,
        'v8/third_party/instrumented_libraries': None,
        'v8/tools/gyp': None,
        'v8/third_party/android_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://github.com/ry/protobuf_chromium.git',
    'name': 'third_party/protobuf',
    'deps_file': 'DEPS'
}, {
    'url':
    'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper',
    'name':
    'tools/protoc_wrapper'
}, {
    'url':
    'https://chromium.googlesource.com/chromium/src/third_party/zlib',
    'name':
    'third_party/zlib'
}]