@@ -356,12 +356,12 @@ MOCK_HEADER_GLOB = "mocks/*.h"
356356cc_library(
357357 name = "google_cloud_cpp_$library$",
358358 srcs = glob(
359- include= [SOURCE_GLOB],
360- exclude= [MOCK_SOURCE_GLOB],
359+ include = [SOURCE_GLOB],
360+ exclude = [MOCK_SOURCE_GLOB],
361361 ),
362362 hdrs = glob(
363- include= [HEADER_GLOB],
364- exclude= [MOCK_HEADER_GLOB],
363+ include = [HEADER_GLOB],
364+ exclude = [MOCK_HEADER_GLOB],
365365 ),
366366 visibility = ["//:__pkg__"],
367367 deps = [
@@ -374,10 +374,10 @@ cc_library(
374374cc_library(
375375 name = "google_cloud_cpp_$library$_mocks",
376376 srcs = glob(
377- include= [MOCK_SOURCE_GLOB],
377+ include = [MOCK_SOURCE_GLOB],
378378 ),
379379 hdrs = glob(
380- include= [MOCK_HEADER_GLOB],
380+ include = [MOCK_HEADER_GLOB],
381381 ),
382382 visibility = ["//:__pkg__"],
383383 deps = [
@@ -1016,9 +1016,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
10161016# NOTE: Update this version and SHA256 as needed.
10171017http_archive(
10181018 name = "com_github_googleapis_google_cloud_cpp",
1019- sha256 = "b024dfde34efd328001d6446e1416fa008caa40d9020c424a8f8a3711061af35 ",
1020- strip_prefix = "google-cloud-cpp-1.33 .0",
1021- url = "https://github.com/googleapis/google-cloud-cpp/archive/v1.33 .0.tar.gz",
1019+ sha256 = "a7e51bfffb95a377094b2ae7e3b9f715a68ed931c48992c7273b2fae989c029c ",
1020+ strip_prefix = "google-cloud-cpp-1.36 .0",
1021+ url = "https://github.com/googleapis/google-cloud-cpp/archive/v1.36 .0.tar.gz",
10221022)
10231023
10241024# Load indirect dependencies due to
0 commit comments