| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index fb3d93a4f8984250a6ff44f1d989da70af7e4f7f..3b3ece1da0ddcf05fe9a68675d9b79fd0dac27e8 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -490,6 +490,11 @@
|
| '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
|
| ],
|
| }],
|
| + ['enable_app_list==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/app_list/resources/app_list_resources.gyp:app_list_resources',
|
| + ],
|
| + }],
|
| ['OS != "mac" and OS != "ios"', {
|
| # Copy pak files to the product directory. These files will be picked
|
| # up by the following installer scripts:
|
|
|