Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 4d548b2dc63dd16e18b0183753449835c8482c7c..9c3a559ea4d60aaa56ffc00d7c4cbb79c0830e6c 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -231,7 +231,7 @@ |
| }], |
| # Enable Top Chrome Material Design on Chrome OS, and Windows. |
|
tdanderson
2015/06/18 20:54:23
update comment to include Linux
bruthig
2015/06/22 18:51:11
Done.
|
| - ['chromeos==1 or OS=="win"', { |
| + ['chromeos==1 or OS=="win" or OS=="linux"', { |
| 'enable_topchrome_md%': 1, |
| }], |