Bump protobuf-gn version to eliminate need for custom_options.proto stub

Change-Id: Id155ffd82e68fffa29bb6270a7d2ec377f4a2f05
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283704
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
This commit is contained in:
Derek Xu 2023-02-17 15:11:43 +00:00 committed by Commit Queue
parent 59d7ca176f
commit 1bf4dd4595
3 changed files with 1 additions and 21 deletions

2
DEPS
View file

@ -102,7 +102,7 @@ vars = {
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"perfetto_rev": "b8da07095979310818f0efde2ef3c69ea70d62c5",
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
"protobuf_gn_rev": "ac7e0cda633a58077684439111675e2d9460d5bf",
"protobuf_gn_rev": "5f87ef9990fc4f4ffd76b3f5b0138562178db8bc",
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
"WebCore_rev": "bcb10901266c884e7b3740abc597ab95373ab55c",
"zlib_rev": "27c2f474b71d0d20764f86f60ef8b00da1a16cda",

View file

@ -12,11 +12,3 @@
!/wasmer
# but ignore a subfolder of tcmalloc (some client ignores /tcmalloc/.gitignore)
/tcmalloc/gperftools
# custom_options.proto needs to be checked in because it is a stub we define
# ourselves to prevent the "all" ninja target from breaking.
!./protobuf/
./protobuf/*
!./protobuf/src/
./protobuf/src/*
!./protobuf/src/test/
!./protobuf/src/test/custom_options.proto

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2023, the Dart project authors. Please see the AUTHORS
* file for details. All rights reserved. Use of this source code is
* governed by a BSD-style license that can be found in the LICENSE
* file.
*/
// protobuf-gn defines a "custom_options_proto" target that references
// this file, so this stub is required to prevent the "all" Ninja target
// from breaking.
syntax = "proto3";