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

Unified Diff: net/BUILD.gn

Issue 1127233005: Don't include tested apks resources in test apk (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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index f3955ca7199383ded5881e699833c82de35d803a..70f5999c1ed7156e53d72398c34ad8d970a4f1b7 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1350,10 +1350,7 @@ if (!is_android && !is_mac) {
# sense.
"dns/dns_config_service_posix_unittest.cc",
]
- deps += [
- ":net_javatests", # FIXME(brettw)
- ":net_test_jni_headers",
- ]
+ deps += [ ":net_test_jni_headers" ]
}
if (v8_use_external_startup_data) {
« build/android/gyp/jar.py ('K') | « media/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698