diff options
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 8018ceb..867ecaf 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -300,7 +300,7 @@ }, ], 'conditions': [ - ['use_aura==1', { + ['use_ash==1', { 'dependencies': [ '<(DEPTH)/ash/ash.gyp:ash_resources', '<(DEPTH)/ash/ash.gyp:ash_wallpaper_resources', |