Files
whitebox/whitebox/chromium_deps/cdm/protos/BUILD
Jacob Trimble 06a325cfaf Update repo with latest changes
This updates the repo to match the internal repo at commit:
521466f84993e273105bd41d930c00cf6d61008f
2021-07-02 11:11:15 -07:00

14 lines
461 B
Python

# Copyright 2020 Google LLC. All Rights Reserved.
# Protobuf generated code doesn't like it when include prefixes are
# stripped off. So this is a stub to mimic the protobuf C++ header.
cc_library(
name = "license_protocol_proto",
hdrs = ["license_protocol.pb.h"],
strip_include_prefix = "//chromium_deps/cdm/protos",
visibility = ["//visibility:public"],
deps = [
"//chromium_deps/cdm/protos/defs:license_protocol_proto",
],
)