diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index c20338e..df0a25f 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -19,9 +19,6 @@ 'command_buffer/service/gl_utils.h', ], }, - 'includes': [ - '../build/common.gypi', - ], 'targets': [ { 'target_name': 'gl_libs', @@ -138,6 +135,12 @@ 'dependencies': [ 'gles2_cmd_helper', ], + 'all_dependent_settings': { + 'include_dirs': [ + # For GLES2/gl2.h + 'command_buffer/common', + ], + }, 'sources': [ 'command_buffer/client/gles2_implementation_autogen.h', 'command_buffer/client/gles2_implementation.cc', @@ -266,6 +269,13 @@ ], }, ], + ['OS == "mac"', + { + 'sources': [ + 'command_buffer/service/gpu_processor_mac.cc', + ], + }, + ], ], }, { |