| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 80427f26a087b631031ad3a45bd017547898a4a9..b9eb2ef50aae60463036b01f372b4d93ee90eaf9 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -136,9 +136,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" ]
|
|
|