Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index ecbef88c790ef5fe76e10a917cce264e50da34c6..c51709c24ce97419a6be64241c616917c635e477 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -121,9 +121,6 @@ config("feature_flags") { |
| } |
| if (use_x11) { |
| defines += [ "USE_X11=1" ] |
| - if (use_xi2_mt > 0) { |
| - defines += [ "USE_XI2_MT=$use_xi2_mt" ] |
| - } |
| } |
| if (use_allocator != "tcmalloc") { |
| defines += [ "NO_TCMALLOC" ] |