diff --git a/mediapipe/gpu/BUILD b/mediapipe/gpu/BUILD index 68e788c52..9cb27d2f1 100644 --- a/mediapipe/gpu/BUILD +++ b/mediapipe/gpu/BUILD @@ -221,11 +221,11 @@ cc_library( ":gpu_buffer_format", ":gpu_buffer_storage", ":gpu_buffer_storage_image_frame", + "@com_google_absl//absl/memory", # TODO: remove this dependency. Some other teams' tests # depend on having an indirect image_frame dependency, need to be # fixed first. "//mediapipe/framework/formats:image_frame", - "@com_google_absl//absl/memory", ], )