| Index: media/cdm/ppapi/BUILD.gn
|
| diff --git a/media/cdm/ppapi/BUILD.gn b/media/cdm/ppapi/BUILD.gn
|
| index b6b2dec79c847f1723df572d6d5fd0c9ea656f3b..9eb7fd6f8e28304b608025b918e5691f7fcc391d 100644
|
| --- a/media/cdm/ppapi/BUILD.gn
|
| +++ b/media/cdm/ppapi/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//build/config/features.gni")
|
| import("//chrome/version.gni") # TODO layering violation!
|
| -import("//media/cdm/ppapi/cdm_adapter.gni")
|
| +import("//media/cdm/ppapi/ppapi_cdm_adapter.gni")
|
| import("//media/media_options.gni")
|
|
|
| # The GYP version supports build flags "use_fake_video_decoder" and
|
| @@ -58,7 +58,7 @@ process_version("clearkeycdmadapter_resources") {
|
| output = "$target_gen_dir/clearkeycdmadapter_version.rc"
|
| }
|
|
|
| -cdm_adapter("clearkeycdmadapter") {
|
| +ppapi_cdm_adapter("clearkeycdmadapter") {
|
| # Check whether the plugin's origin URL is valid.
|
| defines = [ "CHECK_DOCUMENT_URL" ]
|
| deps = [
|
|
|