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

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: Renamed datadeps to data_deps to reflect recent change. 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
« no previous file with comments | « media/midi/midi.gyp ('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 33a6896a20d9d90b10caee0ff8ca56288c19fa8a..4e7074049dbe232b1db4a96da67def6abde26ec8 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1355,6 +1355,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) {
« no previous file with comments | « media/midi/midi.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698