| Index: ui/aura/aura.gyp
|
| ===================================================================
|
| --- ui/aura/aura.gyp (revision 107983)
|
| +++ ui/aura/aura.gyp (working copy)
|
| @@ -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',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|