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

Unified Diff: media/base/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 | « media/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index 5df4dc35e088d559f6bfd74ce413a308533157ad..299220c76891e8af6c5b4ae6e131421d2e329b8d 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -89,3 +89,25 @@ generate_jni("video_capture_jni_headers") {
]
jni_package = "media"
}
+
+java_cpp_template("media_android_imageformat_list") {
+ package_name = "org/chromium/media"
+ sources = [
+ "java/src/org/chromium/media/ImageFormat.template",
+ ]
+ inputs = [
+ "//media/video/capture/android/imageformat_list.h"
+ ]
+}
+
+android_library("media_java") {
+ deps = [
+ "//base:base_java",
+ ]
+
+ srcjar_deps = [
+ ":media_android_imageformat_list",
+ ]
+
+ DEPRECATED_java_in_dir = "java/src"
+}
« no previous file with comments | « media/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698