Chromium Code Reviews| Index: chrome/chrome_resources.gyp |
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
| index 66f8a88f76fdcb4b3154e7f12a24c255782afd93..94075ef990fda9819bb46ade44ddf5ca6798403a 100644 |
| --- a/chrome/chrome_resources.gyp |
| +++ b/chrome/chrome_resources.gyp |
| @@ -301,6 +301,11 @@ |
| }, |
| ], |
| 'conditions': [ |
| + ['use_aura==1', { |
| + 'dependencies': [ |
| + '<(DEPTH)/ash/ash.gyp:ash_resources', |
| + ], |
| + }], |
| ['OS != "mac"', { |
| # Copy pak files to the product directory. These files will be picked |
| # up by the following installer scripts: |