summaryrefslogtreecommitdiffstats
path: root/chrome/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/android/BUILD.gn')
-rw-r--r--chrome/android/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 97f8c53..d880717 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -531,6 +531,9 @@ instrumentation_test_apk("chrome_public_test_apk") {
":chrome_public_test_apk_manifest",
":chrome_shared_test_java",
]
+ data_deps = [
+ "//chrome/test/android/chrome_public_test_support:chrome_public_test_support_apk",
+ ]
isolate_file = "../chrome_public_test_apk.isolate"
proguard_enabled = !is_debug
}