Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index c853a696d377af5db6001be940bcc9b646478b26..ae617560b85a1162cfdaa552be0db74c6e0366e4 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -230,8 +230,8 @@ |
| 'enable_hidpi%': 1, |
| }], |
| - # Enable Top Chrome Material Design on Chrome OS, and Windows. |
| - ['chromeos==1 or OS=="win"', { |
| + # Enable Top Chrome Material Design on Chrome OS, Windows, and Linux. |
| + ['chromeos==1 or OS=="win" or OS=="linux"', { |
| 'enable_topchrome_md%': 1, |
| }], |