| Index: ui/gfx/compositor/compositor.gyp
|
| diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
|
| index ed0b04454bbc494d5d315b73860b384f328c25e6..d2fdd52a01296b6612dac9a7f1b7bc2b2fe492c0 100644
|
| --- a/ui/gfx/compositor/compositor.gyp
|
| +++ b/ui/gfx/compositor/compositor.gyp
|
| @@ -119,11 +119,19 @@
|
| ],
|
| 'conditions': [
|
| ['use_webkit_compositor == 1', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| - '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support',
|
| - '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| - ],
|
| + 'dependencies': [
|
| + '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support',
|
| + '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| + ],
|
| + }],
|
| + ['os_posix == 1 and OS != "mac"', {
|
| + 'conditions': [
|
| + ['linux_use_tcmalloc==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|