Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: BUILD.gn

Issue 2541503002: [android] Make pdfium_unittests work on Android. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 46768fc1a1e5a48cf21d1a74a6f69882a824824b..8c9b213e20ddb5f2dd2ac7779321afd2293d733d 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",
@@ -1766,7 +1769,6 @@ test("pdfium_unittests") {
}
configs += [ ":pdfium_core_config" ]
if (is_android) {
- ignore_all_data_deps = true
use_raw_android_executable = true
}
}
« no previous file with comments | « no previous file | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698