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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 import("//build/config/android/config.gni")
2 import("//build/config/android/rules.gni")
3
4 # GYP: //content/content_tests.gypi:test_support_content_jni_headers
5 generate_jni("test_support_content_jni_headers") {
6 jni_package = "content/public/test"
7 sources = [
8 "javatests/src/org/chromium/content/browser/test/NestedSystemMessageHandler. java",
9 ]
10 }
11
12 # GYP: //content/content_tests.gypi:content_java_test_support
13 android_library("content_java_test_support") {
14 deps = [
15 "//base:base_java",
16 "//base:base_java_test_support",
17 "//content/public/android:content_java",
18 ]
19 DEPRECATED_java_in_dir = "javatests"
20 }
OLDNEW
« 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