| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 03146a03f8df39a26673cee4f04a0396b0bd114c..c879218d7ef9bb8d129cc15b3563fefa94214bb3 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -357,6 +357,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",
|
|
|