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

Unified Diff: 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: 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index f4eb27f460afae50fb479d6b6f0080489a7c4d66..b3c86d6129c139a620c8ffb7aa688a624a2170b9 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1328,6 +1328,7 @@ test("base_unittests") {
":base_java",
":base_java_unittest_support",
]
+ isolate_file = "base_unittests.isolate"
}
if (is_ios) {

Powered by Google App Engine
This is Rietveld 408576698