Skip to content

Commit

Permalink
Imporve path replacement.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708472227
  • Loading branch information
ftsui authored and copybara-github committed Dec 21, 2024
1 parent 9a77294 commit 6e06754
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion internal/platform/implementation/apple/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ cc_test(
deps = [
":Platform_cc",
"//internal/platform/implementation/g3:crypto",
"//thread/fiber",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/synchronization",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
"@com_google_nisaba//nisaba/port:thread_pool/fiber",
],
)
4 changes: 2 additions & 2 deletions sharing/analytics/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cc_library(
],
visibility = ["//visibility:public"],
deps = [
"//google/protobuf:duration_cc_proto",
"//internal/analytics:event_logger",
"//proto:sharing_enums_cc_proto",
"//sharing:attachments",
Expand All @@ -36,7 +37,6 @@ cc_library(
"@com_google_absl//absl/random",
"@com_google_absl//absl/strings:string_view",
"@com_google_absl//absl/time",
"@com_google_protobuf//:protobuf",
"@com_google_protobuf//:protobuf_lite",
],
)
Expand All @@ -46,6 +46,7 @@ cc_test(
srcs = ["analytics_recorder_test.cc"],
deps = [
":analytics",
"//google/protobuf:duration_cc_proto",
"//internal/analytics:mock_event_logger",
"//internal/platform/implementation/g3", # fixdeps: keep
"//proto:sharing_enums_cc_proto",
Expand All @@ -59,6 +60,5 @@ cc_test(
"@com_google_absl//absl/strings",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf",
],
)
1 change: 1 addition & 0 deletions sharing/internal/base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cc_library(
"utf_string_conversions.h",
],
visibility = ["//visibility:public"],
deps = ["//sharing/internal/base/strings"],
)

cc_library(
Expand Down
6 changes: 0 additions & 6 deletions sharing/proto/analytics/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

load("@com_google_protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
load("@com_google_protobuf//bazel:java_lite_proto_library.bzl", "java_lite_proto_library")
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")

licenses(["notice"])
Expand All @@ -35,8 +34,3 @@ cc_proto_library(
name = "sharing_log_cc_proto",
deps = [":sharing_log_proto"],
)

java_lite_proto_library(
name = "sharing_log_java_proto_lite",
deps = [":sharing_log_proto"],
)

0 comments on commit 6e06754

Please sign in to comment.