Internal change

PiperOrigin-RevId: 530370607
pull/13171/head
Adam Cozzette 2 years ago committed by Copybara-Service
parent 45462534e5
commit 7bd972db76
  1. 4
      upbc/BUILD
  2. 2
      upbc/plugin.h

@ -65,13 +65,13 @@ bootstrap_upb_proto_library(
name = "plugin_upb_proto",
base_dir = "",
google3_src_files = [
"net/proto2/compiler/proto/plugin.proto",
"net/proto2/compiler/proto/profile.proto",
"third_party/protobuf/compiler/plugin.proto",
],
google3_src_rules = [
"//net/proto2/proto:descriptor_proto_source",
"//net/proto2/compiler/proto:plugin.proto",
"//net/proto2/compiler/proto:profile.proto",
"//third_party/protobuf/compiler:plugin_proto_source",
],
oss_src_files = ["google/protobuf/compiler/plugin.proto"],
oss_src_rules = [

@ -37,8 +37,8 @@
// begin:google_only
// #ifndef UPB_BOOTSTRAP_STAGE0
// #include "net/proto2/compiler/proto/plugin.upb.h"
// #include "net/proto2/proto/descriptor.upb.h"
// #include "third_party/protobuf/compiler/plugin.upb.h"
// #else
// #include "google/protobuf/compiler/plugin.upb.h"
// #include "google/protobuf/descriptor.upb.h"

Loading…
Cancel
Save