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

Unified Diff: testing/test.gni

Issue 2613183002: Revert of Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Created 3 years, 11 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 | « testing/android/native_test/native_test_launcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index 9aa7cc47de7e59b196425c13e21ea341b4dc3734..e4cce69a94ae97cd9ccfd101fbcb6a73437ff2aa 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -5,12 +5,6 @@
# ==============================================================================
# TEST SETUP
# ==============================================================================
-
-if (is_android) {
- import("//build/config/android/config.gni")
- import("//build/config/android/rules.gni")
- import("//build/config/sanitizers/sanitizers.gni")
-}
# Define a test as an executable (or apk on Android) with the "testonly" flag
# set.
@@ -19,6 +13,10 @@
# use_native_activity: Test implements ANativeActivity_onCreate().
template("test") {
if (is_android) {
+ import("//build/config/android/config.gni")
+ import("//build/config/android/rules.gni")
+ import("//build/config/sanitizers/sanitizers.gni")
+
_use_raw_android_executable = defined(invoker.use_raw_android_executable) &&
invoker.use_raw_android_executable
@@ -119,9 +117,6 @@
apk_name = invoker.output_name
install_script_name = "install_${invoker.output_name}"
}
-
- # Add the Java classes so that each target does not have to do it.
- deps += [ "//base/test:test_support_java" ]
# TODO(agrieve): Remove this data_dep once bots don't build the _apk
# target (post-GYP).
« no previous file with comments | « testing/android/native_test/native_test_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698