summaryrefslogtreecommitdiff
path: root/src/.gclient
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-01 20:47:28 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-01 13:47:28 +0200
commit6830370c3e4f7d9f09c08fe76f8902193e027c1d (patch)
treecf2011f4ec02759bad3a7102fe5a2871d4c60e0f /src/.gclient
parentf65d5fb312fd95e4470f34b2fdd9efeae19e9d7e (diff)
reorg: Move GN files to root (#309)
refs: #285
Diffstat (limited to 'src/.gclient')
-rw-r--r--src/.gclient38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/.gclient b/src/.gclient
deleted file mode 100644
index ec0dd52e5..000000000
--- a/src/.gclient
+++ /dev/null
@@ -1,38 +0,0 @@
-solutions = [{
- 'url': 'https://chromium.googlesource.com/v8/v8.git@6.8-lkgr',
- '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/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',
-}, {
- 'url':
- 'https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper@9af82fef8cb9ca3ccc13e2ed958f58f2c21f449b',
- 'name':
- 'tools/protoc_wrapper'
-}, {
- 'url':
- 'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
- 'name':
- 'third_party/zlib'
-}, {
- 'url':
- 'https://github.com/rust-lang/libc.git@8a85d662b90c14d458bc4ae9521a05564e20d7ae',
- 'name':
- 'third_party/rust_crates/libc'
-}]