| Index: ui/gfx/compositor/compositor.gyp
|
| ===================================================================
|
| --- ui/gfx/compositor/compositor.gyp (revision 107983)
|
| +++ ui/gfx/compositor/compositor.gyp (working copy)
|
| @@ -130,7 +130,6 @@
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/base.gyp:test_support_base',
|
| - '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| '<(DEPTH)/ui/gfx/gl/gl.gyp:gl',
|
| @@ -164,6 +163,11 @@
|
| '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
|
| ],
|
| }],
|
| + ['OS!="mac"', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/chrome/chrome.gyp:packed_resources',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|