Index: webkit/compositor_bindings/compositor_bindings.gyp |
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp |
index 67c3f030e36219b1aa86f51f397645ea37a7f056..e9fae16d2610b71934249b4c5c82e07610d92bb4 100644 |
--- a/webkit/compositor_bindings/compositor_bindings.gyp |
+++ b/webkit/compositor_bindings/compositor_bindings.gyp |
@@ -59,34 +59,20 @@ |
'web_compositor_support_impl.cc', |
'web_compositor_support_impl.h', |
], |
- 'includes': [ |
- '../../cc/cc.gypi', |
- ], |
'include_dirs': [ |
'../..', |
- '../../cc', |
'<(SHARED_INTERMEDIATE_DIR)/webkit', |
- '<(webkit_src_dir)/Source/Platform/chromium', |
- '<@(cc_stubs_dirs)', |
], |
}, |
{ |
'target_name': 'webkit_compositor_bindings', |
'type': 'static_library', |
- 'includes': [ |
- '../../cc/cc.gypi', |
- ], |
'dependencies': [ |
'../../base/base.gyp:base', |
'../../cc/cc.gyp:cc', |
'../../skia/skia.gyp:skia', |
'../../ui/ui.gyp:ui', |
], |
- 'include_dirs': [ |
- '../../cc', |
- '<@(cc_stubs_dirs)', |
- '<(webkit_src_dir)/Source/Platform/chromium', |
- ], |
'sources': [ |
'<@(webkit_compositor_bindings_sources)', |
], |