# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed """Automatically generated source lists for pubsub_client_testing - DO NOT EDIT.""" pubsub_client_testing_hdrs = [ "testing/fake_streaming_pull.h", "testing/mock_batch_sink.h", "testing/mock_publisher_stub.h", "testing/mock_subscriber_stub.h", "testing/mock_subscription_batch_source.h", "testing/mock_subscription_message_source.h", "testing/random_names.h", "testing/test_retry_policies.h", ] pubsub_client_testing_srcs = [ "testing/fake_streaming_pull.cc", "testing/random_names.cc", "testing/test_retry_policies.cc", ]