-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
51 lines (43 loc) · 2.59 KB
/
DEPS
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
39
40
41
42
43
44
45
46
47
48
49
50
51
# ; -*- mode: python;-*-
vars = {
}
deps = {
# bazel rules
'galaxy/third_party/bazel-skylib': 'https://github.com/bazelbuild/[email protected]',
'galaxy/third_party/rules_python': 'https://github.com/bazelbuild/[email protected]',
'galaxy/third_party/rules_jvm_external': 'https://github.com/bazelbuild/[email protected]',
# C++ libs
'galaxy/third_party/zlib': 'https://github.com/madler/[email protected]',
'galaxy/third_party/c-ares': 'https://github.com/c-ares/c-ares.git@e982924acee7f7313b4baa4ee5ec000c5e373c30',
'galaxy/third_party/libc++/trunk':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@79a2e924d96e2fc1e4b937c42efd08898fa472d7',
'galaxy/third_party/libc++abi/trunk':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@c884e7a7ce672c7f9f64b4be4f76bae6d14b7155',
'galaxy/third_party/libunwind/trunk':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@6a10e3e97c45505615d35dea94f588b5f86045dc',
'galaxy/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git@origin/master-with-bazel',
# Used by boringssl.
'galaxy/third_party/nasm': {
'url': 'https://chromium.googlesource.com/chromium/deps/nasm.git@9215e8e1d0fe474ffd3e16c1a07a0f97089e6224'
},
# Used by azure-sdk-for-cpp
'galaxy/third_party/libxml2/src': 'https://github.com/GNOME/[email protected]',
# AWS libraries
'galaxy/third_party/aws/aws-c-common/src': 'https://github.com/awslabs/aws-c-common.git',
'galaxy/third_party/aws/aws-c-cal/src': 'https://github.com/awslabs/aws-c-cal.git',
'galaxy/third_party/aws/aws-c-io/src': 'https://github.com/awslabs/aws-c-io.git',
# Cloud storage sdk
'galaxy/third_party/aws-sdk-cpp/src': 'https://github.com/aws/[email protected]',
'galaxy/third_party/aws-crt-cpp/src': 'https://github.com/awslabs/aws-crt-cpp.git',
'galaxy/third_party/azure-sdk-for-cpp/src': 'https://github.com/Azure/azure-sdk-for-cpp.git@ae3e5e021b779bcadcc5d015dbeee913c44ff305',
'galaxy/third_party/googletest': 'https://github.com/google/googletest.git',
# Micro benchmark framework.
'galaxy/third_party/benchmark': 'https://github.com/google/benchmark.git',
'galaxy/third_party/abseil-cpp': 'https://github.com/abseil/abseil-cpp.git',
# protobuf & grpc
'galaxy/third_party/protobuf': 'https://github.com/protocolbuffers/[email protected]',
'galaxy/third_party/grpc': 'https://github.com/grpc/[email protected]',
# Java libs
'galaxy/third_party/java/grpc-java': 'https://github.com/grpc/[email protected]',
}