Index: webkit/gpu/webkit_gpu.gypi |
diff --git a/webkit/gpu/webkit_gpu.gypi b/webkit/gpu/webkit_gpu.gypi |
index e15f28ada83a367e8798ffea1697675bed43a7a2..1873a16baa3330b1ca8bcd75e43b8dc4f2fe58e2 100644 |
--- a/webkit/gpu/webkit_gpu.gypi |
+++ b/webkit/gpu/webkit_gpu.gypi |
@@ -9,10 +9,16 @@ |
'type': 'static_library', |
'dependencies': [ |
'<(DEPTH)/base/base.gyp:base', |
+ '<(DEPTH)/gpu/gpu.gyp:command_buffer_service', |
+ '<(DEPTH)/gpu/gpu.gyp:command_buffer_client', |
+ '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_common', |
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', |
'<(DEPTH)/ui/gfx/gl/gl.gyp:gl', |
], |
+ 'include_dirs': [ |
+ '<(DEPTH)/skia/config', |
+ ], |
'sources': [ |
# This list contains all .h and .cc in gpu except for test code. |
'webgraphicscontext3d_in_process_command_buffer_impl.cc', |