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

Unified Diff: net/BUILD.gn

Issue 1914073002: 🐺 Fix net_unittests on Android swarming by adding testserver as a data_dep (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gen-isolates-android
Patch Set: Created 4 years, 8 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index b9f77f83ae2cbfaf0d2ce05e403611ba1b1a7b60..db070d932509320f01b6d393bf082a0abd463c06 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1594,6 +1594,7 @@ test("net_unittests") {
}
if (is_android) {
+ data_deps += [ "//net/tools/testserver:testserver_py" ]
deps += [
":net_test_jni_headers",
"//base:base_java_unittest_support",

Powered by Google App Engine
This is Rietveld 408576698