Index: webkit/gpu/webkit_gpu.gypi |
diff --git a/webkit/gpu/webkit_gpu.gypi b/webkit/gpu/webkit_gpu.gypi |
index dbe95714ded482743447c5977a9f1cacf3fd0803..e870aaf0276c2e6d667788c21814e1e8b1e2fcbe 100644 |
--- a/webkit/gpu/webkit_gpu.gypi |
+++ b/webkit/gpu/webkit_gpu.gypi |
@@ -8,10 +8,10 @@ |
'target_name': 'webkit_gpu', |
'type': '<(library)', |
'dependencies': [ |
- '<(DEPTH)/app/app.gyp:app_base', |
'<(DEPTH)/base/base.gyp:base', |
'<(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', |
], |
'sources': [ |
# This list contains all .h and .cc in gpu except for test code. |