summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index bf28674c4f..a91feeb5a9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -197,6 +197,9 @@ static_library("test_support") {
"testing/utils/path_service.cpp",
"testing/utils/path_service.h",
]
+ data = [
+ "testing/resources/",
+ ]
deps = [
":pdfium",
"//testing/gmock",
@@ -1776,7 +1779,6 @@ test("pdfium_unittests") {
}
configs += [ ":pdfium_core_config" ]
if (is_android) {
- ignore_all_data_deps = true
use_raw_android_executable = true
}
}