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

Unified Diff: media/base/BUILD.gn

Issue 2697643003: media: Clean up MediaCodecBridge and remove subclasses (Closed)
Patch Set: rebase Created 3 years, 10 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 | « components/cdm/browser/cdm_message_filter_android.cc ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index b629cadad5629ba4def0938cbf5fc51b154a2dd6..ef6f9c92b72d0579f2cc2e994fb23024663aa140 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -10,6 +10,10 @@ import("//build/config/linux/pkg_config.gni")
import("//media/media_options.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
+if (is_android) {
+ import("//build/config/android/rules.gni")
+}
+
config("base_config") {
configs = [
# This target uses the ALLOCATOR_SHIM define.
@@ -351,6 +355,15 @@ source_set("video_facing") {
]
}
+if (is_android) {
+ java_cpp_enum("java_enums") {
+ sources = [
+ "encryption_scheme.h",
+ "video_codecs.h",
+ ]
+ }
+}
+
static_library("test_support") {
testonly = true
sources = [
« no previous file with comments | « components/cdm/browser/cdm_message_filter_android.cc ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698