Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index f5ce289fcfea0d6eeba43a1f40dbfed0bb991c87..d323c8933c2492966024233fcfc2b7918f6442c6 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -784,7 +784,11 @@ test("content_gl_tests") { |
] |
if (is_android) { |
- deps += [ "//testing/android/native_test:native_test_native_code" ] |
+ apk_deps = [ |
+ "//content/public/test/android:content_java_test_support", |
+ "//content/shell/android:copy_content_shell_assets", |
+ ] |
+ apk_asset_location = "$root_build_dir/content_shell/assets" |
} else { |
data_deps = [ |
"//third_party/ffmpeg", |