Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index 07395cb49ceab3200764a3e516bbae591fc5a385..312504206aafc510fda830e5d9fb0128a49f8598 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -115,9 +115,6 @@ config("feature_flags") { |
| if (use_default_render_theme) { |
| defines += [ "USE_DEFAULT_RENDER_THEME=1" ] |
| } |
| - if (use_glib) { |
| - defines += [ "USE_GLIB=1" ] |
| - } |
| if (use_openssl) { |
| defines += [ "USE_OPENSSL=1" ] |
| } |