Skip to content

Commit ca78383

Browse files
MediaPipe Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 787443764
1 parent bbc3257 commit ca78383

19 files changed

Lines changed: 24 additions & 1 deletion

File tree

mediapipe/graphs/face_mesh/subgraphs/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load(
1617
"//mediapipe/framework/tool:mediapipe_graph.bzl",
1718
"mediapipe_simple_subgraph",

mediapipe/graphs/hair_segmentation/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load(
1617
"//mediapipe/framework/tool:mediapipe_graph.bzl",
1718
"mediapipe_binary_graph",

mediapipe/graphs/hand_tracking/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load(
1617
"//mediapipe/framework/tool:mediapipe_graph.bzl",
1718
"mediapipe_binary_graph",

mediapipe/graphs/hand_tracking/calculators/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
16+
1517
licenses(["notice"])
1618

1719
package(default_visibility = ["//visibility:public"])

mediapipe/graphs/holistic_tracking/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load(
1617
"//mediapipe/framework/tool:mediapipe_graph.bzl",
1718
"mediapipe_binary_graph",

mediapipe/graphs/instant_motion_tracking/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load(
1617
"//mediapipe/framework/tool:mediapipe_graph.bzl",
1718
"mediapipe_binary_graph",

mediapipe/graphs/instant_motion_tracking/calculators/BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library")
15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1616
# Placeholder: load proto_library
1717

18+
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library")
19+
1820
licenses(["notice"])
1921

2022
package(default_visibility = ["//visibility:public"])

mediapipe/graphs/iris_tracking/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load(
1617
"//mediapipe/framework/tool:mediapipe_graph.bzl",
1718
"mediapipe_binary_graph",

mediapipe/graphs/iris_tracking/calculators/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library")
1617

1718
licenses(["notice"])

mediapipe/graphs/iris_tracking/subgraphs/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1516
load(
1617
"//mediapipe/framework/tool:mediapipe_graph.bzl",
1718
"mediapipe_simple_subgraph",

0 commit comments

Comments
 (0)