| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 6c9902826536fc99bb011b99950b3b08ba2b2ad9..e8a1253cba4c1496a8021e0ef31755bf2a720cb5 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) {
|
|
|