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

Unified Diff: ui/base/BUILD.gn

Issue 1916503002: Reland of Generate Android .isolate files used for test()s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add data for ui/base Created 4 years, 8 months 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 | « testing/test.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 6390bd4e1e8b2ea2137cbb1e1b28e9965e7503ce..ab1d6b53e686aef8f2102572c38173b1f15cf6d1 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -935,6 +935,8 @@ test("ui_base_unittests") {
"//ui/resources:ui_test_pak", # TODO(brettw): this does nothing.
"//third_party/mesa:osmesa",
]
+ } else if (is_android) {
+ data += [ "test/data/data_pack_unittest/truncated-header.pak" ]
}
if (is_linux || is_win) {
data += [
« no previous file with comments | « testing/test.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698