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

Unified Diff: ui/base/BUILD.gn

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed jbudorick's nits. Created 5 years, 7 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 b252fd375bc3a3669c9243f63b7c240b8cc3ccb8..4a2d0ecb96613f666bccf36d3c187217a73438c0 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -753,6 +753,7 @@ test("ui_base_unittests") {
if (is_android) {
apk_deps = [ "//chrome:resources" ]
+ isolate_file = "ui_base_unittests.isolate"
}
if (use_pango) {

Powered by Google App Engine
This is Rietveld 408576698