| Index: webkit/compositor_bindings/compositor_bindings.gyp
|
| diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
|
| index 309a9841d527ed816899fff5b643ab7a07867d55..3b1196bfdca9a5b303636cfd25543cfde48596ce 100644
|
| --- a/webkit/compositor_bindings/compositor_bindings.gyp
|
| +++ b/webkit/compositor_bindings/compositor_bindings.gyp
|
| @@ -73,8 +73,11 @@
|
| '../../base/base.gyp:base',
|
| '../../cc/cc.gyp:cc',
|
| '../../skia/skia.gyp:skia',
|
| + '../../ui/ui.gyp:ui',
|
| # We have to depend on WTF directly to pick up the correct defines for WTF headers - for instance USE_SYSTEM_MALLOC.
|
| '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf',
|
| + '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platform_geometry',
|
| + '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support',
|
| ],
|
| 'include_dirs': [
|
| '../../cc',
|
|
|