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

Unified Diff: components/BUILD.gn

Issue 1126543009: [Android] Refactor the native test wrappers. (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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 66864f024291dd968163fc104e4b88db50d188fe..890234959addf93dca64e32feadc2ec8894ae790 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -344,17 +344,6 @@ repack("components_tests_pak") {
]
}
-if (is_android) {
- import("//build/config/android/rules.gni")
-
- generate_jni("components_browsertests_jni_headers") {
- jni_package = "components_browsertests/shell"
- sources = [
- "test/android/browsertests_apk/src/org/chromium/components_browsertests_apk/ComponentsBrowserTestsActivity.java",
- ]
- }
-}
-
test("components_browsertests") {
sources = [
"autofill/content/browser/risk/fingerprint_browsertest.cc",
@@ -398,7 +387,7 @@ test("components_browsertests") {
sources -= [ "autofill/content/browser/risk/fingerprint_browsertest.cc" ]
deps += [
":components_browsertests_jni_headers",
- "//testing/android/native_test:native_test_util",
+ "//testing/android/native_test:native_test_support",
]
use_launcher = false

Powered by Google App Engine
This is Rietveld 408576698