This updates the repo to match the internal repo at commit: 521466f84993e273105bd41d930c00cf6d61008f
14 lines
461 B
Python
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",
|
|
],
|
|
)
|