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

Unified Diff: content/public/test/android/BUILD.gn

Issue 525533003: Add content_shell_test_apk and a several dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-content-shell-apk
Patch Set: Created 6 years, 3 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/public/android/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/android/BUILD.gn
diff --git a/content/public/test/android/BUILD.gn b/content/public/test/android/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..01167c8400c60021ab6f12d2a168308e8d24362e
--- /dev/null
+++ b/content/public/test/android/BUILD.gn
@@ -0,0 +1,20 @@
+import("//build/config/android/config.gni")
+import("//build/config/android/rules.gni")
+
+# GYP: //content/content_tests.gypi:test_support_content_jni_headers
+generate_jni("test_support_content_jni_headers") {
+ jni_package = "content/public/test"
+ sources = [
+ "javatests/src/org/chromium/content/browser/test/NestedSystemMessageHandler.java",
+ ]
+}
+
+# GYP: //content/content_tests.gypi:content_java_test_support
+android_library("content_java_test_support") {
+ deps = [
+ "//base:base_java",
+ "//base:base_java_test_support",
+ "//content/public/android:content_java",
+ ]
+ DEPRECATED_java_in_dir = "javatests"
+}
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698