diff options
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 15 |
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': |