From 06a28998ea3fd38a2173d71eeb3fae5fb5559b2e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 4 Jul 2018 14:50:28 -0400 Subject: Replace protobufs with flatbuffers --- gclient_config.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'gclient_config.py') diff --git a/gclient_config.py b/gclient_config.py index 409a8b0f8..3113440ba 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -17,14 +17,6 @@ solutions = [{ 'v8/test/test262/harness': None, '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', @@ -35,6 +27,13 @@ solutions = [{ 'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542', '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', -- cgit v1.2.3