summaryrefslogtreecommitdiffstats
path: root/content/test/BUILD.gn
diff options
context:
space:
mode:
authorJames Robinson <jamesr@chromium.org>2014-09-10 15:31:37 -0700
committerJames Robinson <jamesr@chromium.org>2014-09-10 22:45:03 +0000
commit060f2e31fd19dd8d5b029cd281aed05a510c545f (patch)
tree5d0a8edb2ed6f9619e7bb84432da8c45221a8800 /content/test/BUILD.gn
parenta1cfce8ecf31c486bbb1307ebfb44a2a0c15d2cb (diff)
downloadchromium_src-060f2e31fd19dd8d5b029cd281aed05a510c545f.zip
chromium_src-060f2e31fd19dd8d5b029cd281aed05a510c545f.tar.gz
chromium_src-060f2e31fd19dd8d5b029cd281aed05a510c545f.tar.bz2
GN: Enable blink and (nearly) all of content in android build
This enables all blink targets and nearly all content targets in the android build. This produces a content shell APK, but not a fully operational one yet. This also flips on a bunch of other targets pulled in by deps. R=brettw@chromium.org Review URL: https://codereview.chromium.org/561623002 Cr-Commit-Position: refs/heads/master@{#294247}
Diffstat (limited to 'content/test/BUILD.gn')
-rw-r--r--content/test/BUILD.gn10
1 files changed, 9 insertions, 1 deletions
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 42b36db..18c555b 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -163,10 +163,18 @@ if (!is_ios) {
]
if (is_android) {
- #deps += [ "test_support_content_jni_headers" ] TODO(GYP)
+ deps += [ ":jni" ]
}
}
+ 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"
+ }
+ }
} # !is_ios
# TODO(GYP): Unit test targets