Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index ace84baf73b24546a8f0e3dc1910f8df69a57905..7c6cfde4acedfde06f9a7fc4028e77b205a5ec3f 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1082,6 +1082,9 @@ |
| ['OS=="android"', { |
| 'grit_defines': ['-D', 'android'], |
| }], |
| + ['OS=="mac"', { |
| + 'grit_defines': ['-D', 'scale_factors=2x'], |
| + }], |
| ['enable_extensions==1', { |
| 'grit_defines': ['-D', 'enable_extensions'], |
| }], |