| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index 34ca7efeef992a69709ab0bbcb38100f7722317e..d012a809e8394fb01dbe1a276bfa4311367455dc 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',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| ],
|
|
|