| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 2a05a0e7b1aac4f88a2c88142b487a392b5992fc..9c6e0a56a5443c88e0ba4c84c7f7a55805383fe3 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -125,9 +125,6 @@ config("feature_flags") {
|
| if (!enable_nacl) {
|
| defines += [ "DISABLE_NACL" ]
|
| }
|
| - if (enable_wayland_server) {
|
| - defines += [ "ENABLE_WAYLAND_SERVER=1" ]
|
| - }
|
| if (safe_browsing_mode == 1) {
|
| defines += [ "FULL_SAFE_BROWSING" ]
|
| defines += [ "SAFE_BROWSING_CSD" ]
|
|
|