| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index ad9596b3d0d6dd5c4d7a0036b2e643a8a3ced127..63b2974fc60bdb0b331b07de0ef0b2242786c801 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -350,6 +350,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",
|
|
|