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

Unified Diff: ui/base/BUILD.gn

Issue 1922023002: 🐻 Fix ui_base_unittests on Android Swarming (adds missing data) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gen-isolates-android
Patch Set: @classmethod 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 | « build/android/pylib/utils/isolator.py ('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 f057dfa24bff80487bac08d5cd3aae70294a5398..ed57bffcd7d75b0aaab7818706e884d2f32e56c0 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -930,7 +930,7 @@ test("ui_base_unittests") {
]
}
- if (is_linux || is_mac || is_win) {
+ if (is_android || is_linux || is_mac || is_win) {
# TODO(brettw): We should be able to depend on //ui/resources:ui_test_pak
# instead of depending directly on the non-test .pak files, but depending
# on ui_test_pak seems to have no effect.
@@ -942,8 +942,6 @@ 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 | « build/android/pylib/utils/isolator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698