Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 80d13868c49ed6e1fdbee6faceeff0e0562bfb91..33d47b14190f447969d520af839ed8c2a392f25f 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1365,6 +1365,9 @@ |
| ['use_oem_wallpaper==1', { |
| 'grit_defines': ['-D', 'use_oem_wallpaper'], |
| }], |
| + ['enable_app_list==1', { |
| + 'grit_defines': ['-D', 'enable_app_list'], |
| + }], |
| ['enable_settings_app==1', { |
| 'grit_defines': ['-D', 'enable_settings_app'], |
| }], |