| Index: media/base/android/BUILD.gn
|
| diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
|
| index db4937fe2b4e11687089b2561012551b79801dc7..b10db5cfdb77f4e441b82a736c9119b9e67774c5 100644
|
| --- a/media/base/android/BUILD.gn
|
| +++ b/media/base/android/BUILD.gn
|
| @@ -51,6 +51,8 @@ source_set("anywhere_unit_tests") {
|
| if (is_android) {
|
| import("//build/config/android/rules.gni")
|
|
|
| + # APK targets that depend on this, either directly or indirectly, should also
|
| + # depend on :media_java to get the corresponding Java classes.
|
| source_set("android") {
|
| sources = [
|
| "android_cdm_factory.cc",
|
|
|