diff options
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index 34ca7efe..d012a80 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -110,6 +110,7 @@ 'type': 'executable', 'dependencies': [ '../../base/base.gyp:test_support_base', + '../../chrome/chrome_resources.gyp:packed_resources', '../../skia/skia.gyp:skia', '../../testing/gtest.gyp:gtest', '../gfx/compositor/compositor.gyp:compositor_test_support', @@ -143,11 +144,6 @@ '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', ], }], - ['OS!="mac"', { - 'dependencies': [ - '../../chrome/chrome.gyp:packed_resources', - ], - }], ], }, ], |