| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 17e1a6194bc1cc3f7f75d228e1f468947b601376..7015497f985d52c5a4c87d5241a6a5bf6b7d108a 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -139,9 +139,6 @@ config("feature_flags") {
|
| if (enable_wayland_server) {
|
| defines += [ "ENABLE_WAYLAND_SERVER=1" ]
|
| }
|
| - if (proprietary_codecs) {
|
| - defines += [ "USE_PROPRIETARY_CODECS" ]
|
| - }
|
| if (safe_browsing_mode == 1) {
|
| defines += [ "FULL_SAFE_BROWSING" ]
|
| defines += [ "SAFE_BROWSING_CSD" ]
|
|
|