summaryrefslogtreecommitdiff
path: root/gclient_config.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-04 14:50:28 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-04 16:43:08 -0400
commit06a28998ea3fd38a2173d71eeb3fae5fb5559b2e (patch)
tree79307e9e8c745ec56bc8c18570faccb498219c1a /gclient_config.py
parent72cd03a1c53633a216f5e284bd1820ea52bf795c (diff)
Replace protobufs with flatbuffers
Diffstat (limited to 'gclient_config.py')
-rw-r--r--gclient_config.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/gclient_config.py b/gclient_config.py
index 409a8b0f8..3113440ba 100644
--- a/gclient_config.py
+++ b/gclient_config.py
@@ -18,14 +18,6 @@ solutions = [{
'v8/tools/luci-go': None
}
}, {
- 'url': 'https://github.com/ry/protobuf_chromium.git',
- 'name': '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':
@@ -36,6 +28,13 @@ solutions = [{
'name':
'cpplint'
}, {
+ # Tracking a bleeding-edge branch that is nearing rust support.
+ # https://github.com/google/flatbuffers/pull/3894
+ 'url':
+ 'https://github.com/rw/flatbuffers.git@2018-02--rust',
+ 'name':
+ 'flatbuffers/src'
+}, {
'url':
'https://github.com/rust-lang/libc.git@8a85d662b90c14d458bc4ae9521a05564e20d7ae',
'name':