# 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", visibility = ["//visibility:public"], deps = [ "//chromium_deps/cdm/protos/defs:license_protocol_proto", ], )