Skip to content

Commit 2a86439

Browse files
authored
cleanup(pubsublite): regenerate .bzl file (#8557)
1 parent f8c472b commit 2a86439

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

google/cloud/pubsublite/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ function (google_cloud_cpp_pubsublite_client_define_tests)
224224
${CMAKE_CURRENT_SOURCE_DIR}/testing/mock_async_reader_writer.h
225225
${CMAKE_CURRENT_SOURCE_DIR}/testing/mock_backoff_policy.h
226226
${CMAKE_CURRENT_SOURCE_DIR}/testing/mock_resumable_async_reader_writer_stream.h
227-
${CMAKE_CURRENT_SOURCE_DIR}/testing/mock_retry_policy.h)
227+
${CMAKE_CURRENT_SOURCE_DIR}/testing/mock_retry_policy.h
228+
${CMAKE_CURRENT_SOURCE_DIR}/testing/mock_service.h)
228229

229230
target_link_libraries(
230231
pubsublite_testing

google/cloud/pubsublite/google_cloud_cpp_pubsublite.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ google_cloud_cpp_pubsublite_hdrs = [
2121
"admin_connection.h",
2222
"admin_connection_idempotency_policy.h",
2323
"admin_options.h",
24-
"internal/batching_options.h",
2524
"endpoint.h",
2625
"internal/admin_auth_decorator.h",
2726
"internal/admin_connection_impl.h",
@@ -32,6 +31,7 @@ google_cloud_cpp_pubsublite_hdrs = [
3231
"internal/admin_stub.h",
3332
"internal/admin_stub_factory.h",
3433
"internal/alarm_registry.h",
34+
"internal/batching_options.h",
3535
"internal/cursor_auth_decorator.h",
3636
"internal/cursor_logging_decorator.h",
3737
"internal/cursor_metadata_decorator.h",

0 commit comments

Comments
 (0)