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

Unified Diff: chrome/test/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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 71f5afe490ad6685454ff836fe0e0ab903399053..5e2451898a5269a6bbdf8d4baffd67c445e99fd2 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1277,6 +1277,7 @@ if (!is_android) {
# TODO: remove --gc-sections for Debug builds (crbug.com/159847).
ldflags = [ "-Wl,--gc-sections" ]
deps += [ "//testing/android/native_test:native_test_native_code" ]
+ isolate_file = "../unit_tests.isolate"
} else {
sources +=
rebase_path(unit_gypi_values.chrome_unit_tests_non_android_sources,

Powered by Google App Engine
This is Rietveld 408576698