From 4e666c740be6855300008cc05a25a3a4c4927679 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 13 Dec 2023 18:56:21 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 590780731 --- bazel/{BUILD.github => BUILD} | 0 bazel/{cc_grpc_library.github.bzl => cc_grpc_library.bzl} | 0 ...stom_exec_properties.github.bzl => custom_exec_properties.bzl} | 0 bazel/{experiments.github.bzl => experiments.bzl} | 0 bazel/{generate_cc.github.bzl => generate_cc.bzl} | 0 bazel/{generate_objc.github.bzl => generate_objc.bzl} | 0 bazel/{grpc_build_system.github.bzl => grpc_build_system.bzl} | 0 bazel/{grpc_util.github.bzl => grpc_util.bzl} | 0 bazel/{objc_grpc_library.github.bzl => objc_grpc_library.bzl} | 0 bazel/{protobuf.github.bzl => protobuf.bzl} | 0 bazel/{python_rules.github.bzl => python_rules.bzl} | 0 grpc.github.bzl => grpc.bzl | 0 .../impl/codegen/{config_protobuf.github.h => config_protobuf.h} | 0 src/compiler/{config_protobuf.github.h => config_protobuf.h} | 0 .../lib/experiments/{experiments.github.cc => experiments.cc} | 0 src/core/lib/experiments/{experiments.github.h => experiments.h} | 0 src/core/lib/experiments/{rollouts.github.yaml => rollouts.yaml} | 0 .../lib/transport/{custom_metadata.github.h => custom_metadata.h} | 0 src/objective-c/examples/{BUILD.github => BUILD} | 0 ...internal_library.github.bzl => grpc_objc_internal_library.bzl} | 0 src/objective-c/tests/{BUILD.github => BUILD} | 0 .../tests/Hosts/ios-host/{AppDelegate.github.h => AppDelegate.h} | 0 .../tests/Hosts/ios-host/{AppDelegate.github.m => AppDelegate.m} | 0 .../tests/Hosts/ios-host/{Info.github.plist => Info.plist} | 0 src/objective-c/tests/Hosts/ios-host/{main.github.m => main.m} | 0 src/python/grpcio/{_spawn_patch.github.py => _spawn_patch.py} | 0 test/core/util/{grpc_fuzzer.github.bzl => grpc_fuzzer.bzl} | 0 test/cpp/util/{config_grpc_cli.github.h => config_grpc_cli.h} | 0 tools/codegen/core/{BUILD.github => BUILD} | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename bazel/{BUILD.github => BUILD} (100%) rename bazel/{cc_grpc_library.github.bzl => cc_grpc_library.bzl} (100%) rename bazel/{custom_exec_properties.github.bzl => custom_exec_properties.bzl} (100%) rename bazel/{experiments.github.bzl => experiments.bzl} (100%) rename bazel/{generate_cc.github.bzl => generate_cc.bzl} (100%) rename bazel/{generate_objc.github.bzl => generate_objc.bzl} (100%) rename bazel/{grpc_build_system.github.bzl => grpc_build_system.bzl} (100%) rename bazel/{grpc_util.github.bzl => grpc_util.bzl} (100%) rename bazel/{objc_grpc_library.github.bzl => objc_grpc_library.bzl} (100%) rename bazel/{protobuf.github.bzl => protobuf.bzl} (100%) rename bazel/{python_rules.github.bzl => python_rules.bzl} (100%) rename grpc.github.bzl => grpc.bzl (100%) rename include/grpcpp/impl/codegen/{config_protobuf.github.h => config_protobuf.h} (100%) rename src/compiler/{config_protobuf.github.h => config_protobuf.h} (100%) rename src/core/lib/experiments/{experiments.github.cc => experiments.cc} (100%) rename src/core/lib/experiments/{experiments.github.h => experiments.h} (100%) rename src/core/lib/experiments/{rollouts.github.yaml => rollouts.yaml} (100%) rename src/core/lib/transport/{custom_metadata.github.h => custom_metadata.h} (100%) rename src/objective-c/examples/{BUILD.github => BUILD} (100%) rename src/objective-c/{grpc_objc_internal_library.github.bzl => grpc_objc_internal_library.bzl} (100%) rename src/objective-c/tests/{BUILD.github => BUILD} (100%) rename src/objective-c/tests/Hosts/ios-host/{AppDelegate.github.h => AppDelegate.h} (100%) rename src/objective-c/tests/Hosts/ios-host/{AppDelegate.github.m => AppDelegate.m} (100%) rename src/objective-c/tests/Hosts/ios-host/{Info.github.plist => Info.plist} (100%) rename src/objective-c/tests/Hosts/ios-host/{main.github.m => main.m} (100%) rename src/python/grpcio/{_spawn_patch.github.py => _spawn_patch.py} (100%) rename test/core/util/{grpc_fuzzer.github.bzl => grpc_fuzzer.bzl} (100%) rename test/cpp/util/{config_grpc_cli.github.h => config_grpc_cli.h} (100%) rename tools/codegen/core/{BUILD.github => BUILD} (100%) diff --git a/bazel/BUILD.github b/bazel/BUILD similarity index 100% rename from bazel/BUILD.github rename to bazel/BUILD diff --git a/bazel/cc_grpc_library.github.bzl b/bazel/cc_grpc_library.bzl similarity index 100% rename from bazel/cc_grpc_library.github.bzl rename to bazel/cc_grpc_library.bzl diff --git a/bazel/custom_exec_properties.github.bzl b/bazel/custom_exec_properties.bzl similarity index 100% rename from bazel/custom_exec_properties.github.bzl rename to bazel/custom_exec_properties.bzl diff --git a/bazel/experiments.github.bzl b/bazel/experiments.bzl similarity index 100% rename from bazel/experiments.github.bzl rename to bazel/experiments.bzl diff --git a/bazel/generate_cc.github.bzl b/bazel/generate_cc.bzl similarity index 100% rename from bazel/generate_cc.github.bzl rename to bazel/generate_cc.bzl diff --git a/bazel/generate_objc.github.bzl b/bazel/generate_objc.bzl similarity index 100% rename from bazel/generate_objc.github.bzl rename to bazel/generate_objc.bzl diff --git a/bazel/grpc_build_system.github.bzl b/bazel/grpc_build_system.bzl similarity index 100% rename from bazel/grpc_build_system.github.bzl rename to bazel/grpc_build_system.bzl diff --git a/bazel/grpc_util.github.bzl b/bazel/grpc_util.bzl similarity index 100% rename from bazel/grpc_util.github.bzl rename to bazel/grpc_util.bzl diff --git a/bazel/objc_grpc_library.github.bzl b/bazel/objc_grpc_library.bzl similarity index 100% rename from bazel/objc_grpc_library.github.bzl rename to bazel/objc_grpc_library.bzl diff --git a/bazel/protobuf.github.bzl b/bazel/protobuf.bzl similarity index 100% rename from bazel/protobuf.github.bzl rename to bazel/protobuf.bzl diff --git a/bazel/python_rules.github.bzl b/bazel/python_rules.bzl similarity index 100% rename from bazel/python_rules.github.bzl rename to bazel/python_rules.bzl diff --git a/grpc.github.bzl b/grpc.bzl similarity index 100% rename from grpc.github.bzl rename to grpc.bzl diff --git a/include/grpcpp/impl/codegen/config_protobuf.github.h b/include/grpcpp/impl/codegen/config_protobuf.h similarity index 100% rename from include/grpcpp/impl/codegen/config_protobuf.github.h rename to include/grpcpp/impl/codegen/config_protobuf.h diff --git a/src/compiler/config_protobuf.github.h b/src/compiler/config_protobuf.h similarity index 100% rename from src/compiler/config_protobuf.github.h rename to src/compiler/config_protobuf.h diff --git a/src/core/lib/experiments/experiments.github.cc b/src/core/lib/experiments/experiments.cc similarity index 100% rename from src/core/lib/experiments/experiments.github.cc rename to src/core/lib/experiments/experiments.cc diff --git a/src/core/lib/experiments/experiments.github.h b/src/core/lib/experiments/experiments.h similarity index 100% rename from src/core/lib/experiments/experiments.github.h rename to src/core/lib/experiments/experiments.h diff --git a/src/core/lib/experiments/rollouts.github.yaml b/src/core/lib/experiments/rollouts.yaml similarity index 100% rename from src/core/lib/experiments/rollouts.github.yaml rename to src/core/lib/experiments/rollouts.yaml diff --git a/src/core/lib/transport/custom_metadata.github.h b/src/core/lib/transport/custom_metadata.h similarity index 100% rename from src/core/lib/transport/custom_metadata.github.h rename to src/core/lib/transport/custom_metadata.h diff --git a/src/objective-c/examples/BUILD.github b/src/objective-c/examples/BUILD similarity index 100% rename from src/objective-c/examples/BUILD.github rename to src/objective-c/examples/BUILD diff --git a/src/objective-c/grpc_objc_internal_library.github.bzl b/src/objective-c/grpc_objc_internal_library.bzl similarity index 100% rename from src/objective-c/grpc_objc_internal_library.github.bzl rename to src/objective-c/grpc_objc_internal_library.bzl diff --git a/src/objective-c/tests/BUILD.github b/src/objective-c/tests/BUILD similarity index 100% rename from src/objective-c/tests/BUILD.github rename to src/objective-c/tests/BUILD diff --git a/src/objective-c/tests/Hosts/ios-host/AppDelegate.github.h b/src/objective-c/tests/Hosts/ios-host/AppDelegate.h similarity index 100% rename from src/objective-c/tests/Hosts/ios-host/AppDelegate.github.h rename to src/objective-c/tests/Hosts/ios-host/AppDelegate.h diff --git a/src/objective-c/tests/Hosts/ios-host/AppDelegate.github.m b/src/objective-c/tests/Hosts/ios-host/AppDelegate.m similarity index 100% rename from src/objective-c/tests/Hosts/ios-host/AppDelegate.github.m rename to src/objective-c/tests/Hosts/ios-host/AppDelegate.m diff --git a/src/objective-c/tests/Hosts/ios-host/Info.github.plist b/src/objective-c/tests/Hosts/ios-host/Info.plist similarity index 100% rename from src/objective-c/tests/Hosts/ios-host/Info.github.plist rename to src/objective-c/tests/Hosts/ios-host/Info.plist diff --git a/src/objective-c/tests/Hosts/ios-host/main.github.m b/src/objective-c/tests/Hosts/ios-host/main.m similarity index 100% rename from src/objective-c/tests/Hosts/ios-host/main.github.m rename to src/objective-c/tests/Hosts/ios-host/main.m diff --git a/src/python/grpcio/_spawn_patch.github.py b/src/python/grpcio/_spawn_patch.py similarity index 100% rename from src/python/grpcio/_spawn_patch.github.py rename to src/python/grpcio/_spawn_patch.py diff --git a/test/core/util/grpc_fuzzer.github.bzl b/test/core/util/grpc_fuzzer.bzl similarity index 100% rename from test/core/util/grpc_fuzzer.github.bzl rename to test/core/util/grpc_fuzzer.bzl diff --git a/test/cpp/util/config_grpc_cli.github.h b/test/cpp/util/config_grpc_cli.h similarity index 100% rename from test/cpp/util/config_grpc_cli.github.h rename to test/cpp/util/config_grpc_cli.h diff --git a/tools/codegen/core/BUILD.github b/tools/codegen/core/BUILD similarity index 100% rename from tools/codegen/core/BUILD.github rename to tools/codegen/core/BUILD