diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index ff3391e..d270126 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -22,8 +22,6 @@ 'command_buffer/service/gles2_cmd_validation.cc', 'command_buffer/service/gles2_cmd_validation_autogen.h', 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', - 'command_buffer/service/gl_context.cc', - 'command_buffer/service/gl_context.h', 'command_buffer/service/gl_utils.h', 'command_buffer/service/gpu_processor.h', 'command_buffer/service/gpu_processor.cc', @@ -278,11 +276,10 @@ 'dependencies': [ 'command_buffer_service_impl', 'gl_libs', + '../app/app.gyp:app_base', ], 'sources': [ '<@(gpu_service_source_files)', - 'command_buffer/service/gl_context_osmesa.cc', - 'command_buffer/service/gl_context_osmesa.h', ], 'conditions': [ ['OS == "linux"', @@ -290,23 +287,6 @@ 'dependencies': [ '../build/linux/system.gyp:gtk', ], - 'sources': [ - 'command_buffer/service/gl_context_linux.cc', - ], - }, - ], - ['OS == "win"', - { - 'sources': [ - 'command_buffer/service/gl_context_win.cc', - ], - }, - ], - ['OS == "mac"', - { - 'sources': [ - 'command_buffer/service/gl_context_mac.cc', - ], }, ], ], |