| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index ec57d80d2f5de3258c04bca6201b3c03a88c0662..59215c1dd2b748767cd36bb3cc4d0e31ede083b8 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1641,6 +1641,10 @@ test("pdfium_unittests") {
|
| ]
|
| }
|
| configs += [ ":pdfium_core_config" ]
|
| + if (is_android) {
|
| + ignore_all_data_deps = true
|
| + use_raw_android_executable = true
|
| + }
|
| }
|
|
|
| test("pdfium_embeddertests") {
|
| @@ -1694,6 +1698,10 @@ test("pdfium_embeddertests") {
|
| configs += [ "//v8:external_startup_data" ]
|
| }
|
| configs += [ ":pdfium_core_config" ]
|
| + if (is_android) {
|
| + ignore_all_data_deps = true
|
| + use_raw_android_executable = true
|
| + }
|
| }
|
|
|
| if (pdf_is_standalone) {
|
|
|