-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated g4 rollback of changelist 586135894.
*** Reason for rollback *** Mozc's renderer_command.proto is shared between internal Bazel build and external Bazel build [1]. The problem is that there seems to be no simple way to specify '--experimental_editions' option in cc_proto_library in Bazel yet. Thus renderer_command.proto cannot be converted to Edition until we figure out a way to enable Edition in OSS Bazel build. [1]: https://github.com/google/mozc/blob/master/src/protocol/renderer_command.proto *** Original change description *** Migrate C++ protos to Editions (go/editions) WARNING: We have determined that these protos are only used in C++. If this is incorrect, or if you plan on using them in other languages within the next few months, a clean rollback should be safe. Please notify us if you hit any issues. This change has been verified to be behavior preserving both in the generated code and on the wire. The only potential changes are for code that uses syntax-dependent reflection. We've already migrated most of... *** PiperOrigin-RevId: 586334075
- Loading branch information
1 parent
50ab4cc
commit 2eb2901
Showing
1 changed file
with
37 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters