|
|
|
@ -20,12 +20,6 @@ |
|
|
|
|
|
|
|
|
|
#include "src/core/ext/xds/xds_client.h" |
|
|
|
|
|
|
|
|
|
#include <google/protobuf/any.pb.h> |
|
|
|
|
#include <google/protobuf/struct.pb.h> |
|
|
|
|
#include <grpc/grpc.h> |
|
|
|
|
#include <grpc/support/json.h> |
|
|
|
|
#include <grpc/support/log.h> |
|
|
|
|
#include <grpcpp/impl/codegen/config_protobuf.h> |
|
|
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
|
#include <algorithm> |
|
|
|
@ -35,8 +29,22 @@ |
|
|
|
|
#include <string> |
|
|
|
|
#include <vector> |
|
|
|
|
|
|
|
|
|
#include <google/protobuf/any.pb.h> |
|
|
|
|
#include <google/protobuf/struct.pb.h> |
|
|
|
|
|
|
|
|
|
#include "absl/strings/str_cat.h" |
|
|
|
|
#include "absl/time/time.h" |
|
|
|
|
#include "absl/types/optional.h" |
|
|
|
|
#include "absl/types/variant.h" |
|
|
|
|
#include "gmock/gmock.h" |
|
|
|
|
#include "gtest/gtest.h" |
|
|
|
|
#include "upb/reflection/def.h" |
|
|
|
|
|
|
|
|
|
#include <grpc/grpc.h> |
|
|
|
|
#include <grpc/support/json.h> |
|
|
|
|
#include <grpc/support/log.h> |
|
|
|
|
#include <grpcpp/impl/codegen/config_protobuf.h> |
|
|
|
|
|
|
|
|
|
#include "src/core/ext/xds/xds_bootstrap.h" |
|
|
|
|
#include "src/core/ext/xds/xds_resource_type_impl.h" |
|
|
|
|
#include "src/core/lib/event_engine/default_event_engine.h" |
|
|
|
@ -52,11 +60,6 @@ |
|
|
|
|
#include "test/core/util/scoped_env_var.h" |
|
|
|
|
#include "test/core/util/test_config.h" |
|
|
|
|
#include "test/core/xds/xds_transport_fake.h" |
|
|
|
|
#include "absl/strings/str_cat.h" |
|
|
|
|
#include "absl/time/time.h" |
|
|
|
|
#include "absl/types/optional.h" |
|
|
|
|
#include "absl/types/variant.h" |
|
|
|
|
#include "upb/reflection/def.h" |
|
|
|
|
|
|
|
|
|
// IWYU pragma: no_include <google/protobuf/message.h>
|
|
|
|
|
// IWYU pragma: no_include <google/protobuf/stubs/status.h>
|
|
|
|
|