| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 17113e25a06a8099d7765d9d69f7964705dd648d..36ad58e59ebe83967a570fdd7f828a1c850bd30e 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -335,8 +335,11 @@ source_set("common") {
|
|
|
| if (is_android) {
|
| sources += [
|
| + "gpu/media/android_copying_backing_strategy.cc",
|
| + "gpu/media/android_copying_backing_strategy.h",
|
| "gpu/media/android_video_decode_accelerator.cc",
|
| "gpu/media/android_video_decode_accelerator.h",
|
| + "gpu/media/avda_return_on_failure.h",
|
| ]
|
|
|
| if (enable_webrtc) {
|
|
|