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

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: Addressed jbudorick's comments. 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 de282cfe35d6ffa89c414156b6e02725e5d8d6f0..e5d76def4712d549b85b5a2986fc7945fd0c5df2 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1331,6 +1331,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