Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index f77a46e38884bcfbe3623002f257094ff5eceff5..6cb41340f56c780f368bde55643980c83b71c610 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -136,9 +136,6 @@ config("feature_flags") { |
| if (!enable_nacl) { |
| defines += [ "DISABLE_NACL" ] |
| } |
| - if (enable_themes) { |
| - defines += [ "ENABLE_THEMES=1" ] |
| - } |
| if (enable_rlz) { |
| defines += [ "ENABLE_RLZ" ] |
| } |