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

Unified Diff: build/config/android/rules.gni

Issue 963643002: [Android] Remove TestServerSpawner dependency from ChromeNativeTestInstrumentationTestRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 856781831cb665e61d2a9e2f4e2dfe9b3f6634fe..518d0b1c4e570645a0f2fbc4bf8b972868732856 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1496,7 +1496,6 @@ template("unittest_apk") {
deps = [
"//base:base_java",
"//build/android/pylib/remote/device/dummy:remote_device_dummy_apk",
- "//net/android:net_java_test_support",
]
if (defined(invoker.deps)) {
deps += invoker.deps
« no previous file with comments | « build/apk_test.gypi ('k') | testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698