diff --git a/third_party/protoc/include/google/protobuf/any.proto b/third_party/protoc/win64/include/google/protobuf/any.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/any.proto rename to third_party/protoc/win64/include/google/protobuf/any.proto diff --git a/third_party/protoc/include/google/protobuf/api.proto b/third_party/protoc/win64/include/google/protobuf/api.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/api.proto rename to third_party/protoc/win64/include/google/protobuf/api.proto diff --git a/third_party/protoc/include/google/protobuf/compiler/plugin.proto b/third_party/protoc/win64/include/google/protobuf/compiler/plugin.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/compiler/plugin.proto rename to third_party/protoc/win64/include/google/protobuf/compiler/plugin.proto diff --git a/third_party/protoc/include/google/protobuf/descriptor.proto b/third_party/protoc/win64/include/google/protobuf/descriptor.proto similarity index 99% rename from third_party/protoc/include/google/protobuf/descriptor.proto rename to third_party/protoc/win64/include/google/protobuf/descriptor.proto index f8eb216..49ec653 100644 --- a/third_party/protoc/include/google/protobuf/descriptor.proto +++ b/third_party/protoc/win64/include/google/protobuf/descriptor.proto @@ -740,8 +740,8 @@ message UninterpretedOption { // The name of the uninterpreted option. Each string represents a segment in // a dot-separated name. is_extension is true iff a segment represents an // extension (denoted with parentheses in options specs in .proto files). - // E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents - // "foo.(bar.baz).moo". + // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents + // "foo.(bar.baz).qux". message NamePart { required string name_part = 1; required bool is_extension = 2; @@ -868,13 +868,13 @@ message SourceCodeInfo { // // Comment attached to baz. // // Another line attached to baz. // - // // Comment attached to moo. + // // Comment attached to qux. // // - // // Another line attached to moo. - // optional double moo = 4; + // // Another line attached to qux. + // optional double qux = 4; // // // Detached comment for corge. This is not leading or trailing comments - // // to moo or corge because there are blank lines separating it from + // // to qux or corge because there are blank lines separating it from // // both. // // // Detached comment for corge paragraph 2. diff --git a/third_party/protoc/include/google/protobuf/duration.proto b/third_party/protoc/win64/include/google/protobuf/duration.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/duration.proto rename to third_party/protoc/win64/include/google/protobuf/duration.proto diff --git a/third_party/protoc/include/google/protobuf/empty.proto b/third_party/protoc/win64/include/google/protobuf/empty.proto similarity index 97% rename from third_party/protoc/include/google/protobuf/empty.proto rename to third_party/protoc/win64/include/google/protobuf/empty.proto index 2227462..5f992de 100644 --- a/third_party/protoc/include/google/protobuf/empty.proto +++ b/third_party/protoc/win64/include/google/protobuf/empty.proto @@ -48,4 +48,5 @@ option cc_enable_arenas = true; // rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); // } // +// The JSON representation for `Empty` is empty JSON object `{}`. message Empty {} diff --git a/third_party/protoc/include/google/protobuf/field_mask.proto b/third_party/protoc/win64/include/google/protobuf/field_mask.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/field_mask.proto rename to third_party/protoc/win64/include/google/protobuf/field_mask.proto diff --git a/third_party/protoc/include/google/protobuf/source_context.proto b/third_party/protoc/win64/include/google/protobuf/source_context.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/source_context.proto rename to third_party/protoc/win64/include/google/protobuf/source_context.proto diff --git a/third_party/protoc/include/google/protobuf/struct.proto b/third_party/protoc/win64/include/google/protobuf/struct.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/struct.proto rename to third_party/protoc/win64/include/google/protobuf/struct.proto diff --git a/third_party/protoc/include/google/protobuf/timestamp.proto b/third_party/protoc/win64/include/google/protobuf/timestamp.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/timestamp.proto rename to third_party/protoc/win64/include/google/protobuf/timestamp.proto diff --git a/third_party/protoc/include/google/protobuf/type.proto b/third_party/protoc/win64/include/google/protobuf/type.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/type.proto rename to third_party/protoc/win64/include/google/protobuf/type.proto diff --git a/third_party/protoc/include/google/protobuf/wrappers.proto b/third_party/protoc/win64/include/google/protobuf/wrappers.proto similarity index 100% rename from third_party/protoc/include/google/protobuf/wrappers.proto rename to third_party/protoc/win64/include/google/protobuf/wrappers.proto diff --git a/third_party/protoc/readme.txt b/third_party/protoc/win64/readme.txt similarity index 99% rename from third_party/protoc/readme.txt rename to third_party/protoc/win64/readme.txt index f7f091f..b6c9f9b 100644 --- a/third_party/protoc/readme.txt +++ b/third_party/protoc/win64/readme.txt @@ -1,12 +1,15 @@ Protocol Buffers - Google's data interchange format Copyright 2008 Google Inc. https://developers.google.com/protocol-buffers/ + This package contains a precompiled binary version of the protocol buffer compiler (protoc). This binary is intended for users who want to use Protocol Buffers in languages other than C++ but do not want to compile protoc themselves. To install, simply place this binary somewhere in your PATH. + If you intend to use the included well known types then don't forget to copy the contents of the 'include' directory somewhere as well, for example into '/usr/local/include/'. + Please refer to our official github site for more installation instructions: https://github.com/protocolbuffers/protobuf