| Index: media/cdm/ppapi/ppapi_cdm_adapter.gni
|
| diff --git a/media/cdm/ppapi/ppapi_cdm_adapter.gni b/media/cdm/ppapi/ppapi_cdm_adapter.gni
|
| index c4c7f878e4cffe406b98997a35cb466013c606ef..7c7238c62f095cf752fb4ff44bbd42152f7ab66c 100644
|
| --- a/media/cdm/ppapi/ppapi_cdm_adapter.gni
|
| +++ b/media/cdm/ppapi/ppapi_cdm_adapter.gni
|
| @@ -3,9 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| # This template defines a CDM adapter target. Just use this as you would a
|
| -# normal target and everything should work correctly. If GYP, you would instead
|
| -# depend on media/media_cdm_adapter.gyp:cdmadapter which would in turn modify
|
| -# your target with direct_dependent_settings.
|
| +# normal target and everything should work correctly.
|
| template("ppapi_cdm_adapter") {
|
| if (is_mac || is_linux) {
|
| _target_type = "loadable_module"
|
|
|