diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index ee00088..d056bea 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -250,13 +250,9 @@ ['OS == "linux"', { 'sources': [ - 'command_buffer/service/gpu_processor_linux.cc', 'command_buffer/service/x_utils.cc', 'command_buffer/service/x_utils.h', ], - 'dependencies': [ - '../build/linux/system.gyp:gtk', - ] }, ], ['OS == "win"', |