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

Unified Diff: content/test/BUILD.gn

Issue 1921223003: [Android] Include NestedSystemMessageHandler in gn builds of content_shell_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 03ca8a943100da4e5e3daf431aab97b50371a4fa..ba81cefd09ae577e40b21d500c01e5bcd7ecbcaa 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -322,22 +322,13 @@ static_library("layouttest_support") {
]
if (is_android) {
- deps += [ ":jni" ]
+ deps += [ "//content/public/test/android:test_support_content_jni_headers" ]
}
}
if (is_android) {
import("//build/config/android/rules.gni")
- generate_jni("jni") {
- sources = [
- "../public/test/android/javatests/src/org/chromium/content/browser/test/NestedSystemMessageHandler.java",
- ]
- jni_package = "content/public/test"
- }
-}
-
-if (is_android) {
jinja_template("content_browsertests_manifest") {
testonly = true
input =
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698