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

Unified Diff: net/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 comments from thestig and ddorwin. 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
« media/midi/BUILD.gn ('K') | « media/midi/BUILD.gn ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index ef7ed9db02f9b275677373eec6323e77b65e5a2c..5651d84b8b4573c3d58ece753afe3e21ade5a342 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1353,6 +1353,7 @@ if (!is_android && !is_mac) {
"dns/dns_config_service_posix_unittest.cc",
]
deps += [ ":net_test_jni_headers" ]
+ isolate_file = "net_unittests.isolate"
}
if (v8_use_external_startup_data) {
« media/midi/BUILD.gn ('K') | « media/midi/BUILD.gn ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698