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

Unified Diff: content/test/BUILD.gn

Issue 812643005: Re-add AC3/EAC3 audio demuxing support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move CanPlay tests into _mp4 test case Created 5 years, 1 month 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 674f7cf51752538cc4e6f470228390bb725592d6..d4e1f4d57288267aece28702f346543bb6046525 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -346,6 +346,10 @@ test("content_browsertests") {
defines += [ "ENABLE_HEVC_DEMUXING" ]
}
+ if (proprietary_codecs && enable_ac3_eac3_demuxing) {
+ defines += [ "ENABLE_AC3_EAC3_DEMUXING" ]
+ }
+
configs += [
"//build/config:precompiled_headers",
"//build/config/compiler:no_size_t_to_int_warning",

Powered by Google App Engine
This is Rietveld 408576698