Project import generated by Copybara.
GitOrigin-RevId: c2597990d2200830529f823f969b7e48293ab787
This commit is contained in:
+10
-13
@@ -766,6 +766,16 @@ proto_library(
|
||||
deps = ["//mediapipe/framework:calculator_proto"],
|
||||
)
|
||||
|
||||
mediapipe_cc_proto_library(
|
||||
name = "copy_calculator_cc_proto",
|
||||
srcs = ["copy_calculator.proto"],
|
||||
cc_deps = [
|
||||
"//mediapipe/framework:calculator_cc_proto",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":copy_calculator_proto"],
|
||||
)
|
||||
|
||||
objc_library(
|
||||
name = "metal_copy_calculator",
|
||||
srcs = ["MetalCopyCalculator.mm"],
|
||||
@@ -852,19 +862,6 @@ objc_library(
|
||||
alwayslink = 1,
|
||||
)
|
||||
|
||||
### Tests
|
||||
|
||||
cc_library(
|
||||
name = "gpu_test_base",
|
||||
testonly = 1,
|
||||
hdrs = ["gpu_test_base.h"],
|
||||
deps = [
|
||||
":gl_calculator_helper",
|
||||
":gpu_shared_data_internal",
|
||||
"//testing/base/public:gunit_for_library_testonly",
|
||||
],
|
||||
)
|
||||
|
||||
MIN_IOS_VERSION = "9.0" # For thread_local.
|
||||
|
||||
test_suite(
|
||||
|
||||
Reference in New Issue
Block a user