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

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: 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
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 87a6a70fc9826e0d9d3f5270147cc140a993f975..134e0be964717c0275194043d56f9a89c8eebe3c 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 += [
« build/android/pylib/utils/isolator.py ('K') | « build/android/pylib/utils/isolator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698