Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 694482368
  • Loading branch information
MediaPipe Team authored and copybara-github committed Nov 8, 2024
1 parent e552e27 commit 80814ba
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mediapipe/tasks/web/components/processors/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mediapipe_ts_library(
mediapipe_ts_library(
name = "classifier_options_test_lib",
testonly = True,
srcs = ["classifier_options.test.ts"],
srcs = ["classifier_options_test.ts"],
deps = [
":classifier_options",
"//mediapipe/tasks/cc/components/processors/proto:classifier_options_jspb_proto",
Expand All @@ -43,7 +43,7 @@ mediapipe_ts_library(
mediapipe_ts_library(
name = "classifier_result_test_lib",
testonly = True,
srcs = ["classifier_result.test.ts"],
srcs = ["classifier_result_test.ts"],
deps = [
":classifier_result",
"//mediapipe/framework/formats:classification_jspb_proto",
Expand All @@ -68,7 +68,7 @@ mediapipe_ts_library(
mediapipe_ts_library(
name = "detection_result_test_lib",
testonly = True,
srcs = ["detection_result.test.ts"],
srcs = ["detection_result_test.ts"],
deps = [
":detection_result",
"//mediapipe/framework/formats:detection_jspb_proto",
Expand All @@ -89,7 +89,7 @@ mediapipe_ts_library(
mediapipe_ts_library(
name = "embedder_result_test_lib",
testonly = True,
srcs = ["embedder_result.test.ts"],
srcs = ["embedder_result_test.ts"],
deps = [
":embedder_result",
"//mediapipe/tasks/cc/components/containers/proto:embeddings_jspb_proto",
Expand All @@ -113,7 +113,7 @@ mediapipe_ts_library(
mediapipe_ts_library(
name = "embedder_options_test_lib",
testonly = True,
srcs = ["embedder_options.test.ts"],
srcs = ["embedder_options_test.ts"],
deps = [
":embedder_options",
"//mediapipe/tasks/cc/components/processors/proto:embedder_options_jspb_proto",
Expand Down Expand Up @@ -141,7 +141,7 @@ mediapipe_ts_library(
mediapipe_ts_library(
name = "landmark_result_test_lib",
testonly = True,
srcs = ["landmark_result.test.ts"],
srcs = ["landmark_result_test.ts"],
deps = [":landmark_result"],
)

Expand Down

0 comments on commit 80814ba

Please sign in to comment.