summaryrefslogtreecommitdiffstats
path: root/ui/aura/aura.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r--ui/aura/aura.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index d012a80..34ca7efe 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -110,7 +110,6 @@
'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',
@@ -144,6 +143,11 @@
'<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
],
}],
+ ['OS!="mac"', {
+ 'dependencies': [
+ '../../chrome/chrome.gyp:packed_resources',
+ ],
+ }],
],
},
],