Index: webkit/common/gpu/webkit_gpu.gyp |
diff --git a/webkit/common/gpu/webkit_gpu.gyp b/webkit/common/gpu/webkit_gpu.gyp |
index 5390c9a6a394a561c099e5ee21256c3277d5e543..28314466fb28ae2a3d319d108e1c94f7c772a16c 100644 |
--- a/webkit/common/gpu/webkit_gpu.gyp |
+++ b/webkit/common/gpu/webkit_gpu.gyp |
@@ -15,6 +15,7 @@ |
'variables': { 'enable_wexit_time_destructors': 1, }, |
'dependencies': [ |
'<(DEPTH)/base/base.gyp:base', |
+ '<(DEPTH)/cc/cc.gyp:cc', |
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils', |
'<(DEPTH)/gpu/gpu.gyp:command_buffer_service', |
@@ -34,6 +35,8 @@ |
'gl_bindings_skia_cmd_buffer.h', |
'grcontext_for_webgraphicscontext3d.cc', |
'grcontext_for_webgraphicscontext3d.h', |
+ 'managed_memory_policy_convert.cc', |
+ 'managed_memory_policy_convert.h', |
'test_context_provider_factory.cc', |
'test_context_provider_factory.h', |
'webgraphicscontext3d_in_process_command_buffer_impl.cc', |