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", |