| Index: media/gpu/BUILD.gn
|
| diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
|
| index 09f394371349fd0050ff9f5c0c9cfbfe7091d838..5a49f77874c8b9dd694d0f5908dba7103c7b100d 100644
|
| --- a/media/gpu/BUILD.gn
|
| +++ b/media/gpu/BUILD.gn
|
| @@ -218,8 +218,11 @@ component("gpu") {
|
| ]
|
| }
|
|
|
| + # TODO(xhwang): This is needed for AVDA to access the CDM directly.
|
| + # Remove this dependency after VDAs are also running as part of the mojo
|
| + # media application. See http://crbug.com/522298
|
| if (mojo_media_host == "gpu") {
|
| - deps += [ "//media/mojo/services:cdm_service" ]
|
| + deps += [ "//media/mojo/services" ]
|
| }
|
| }
|
|
|
|
|