diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 3a4805f..6bb7ace 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -347,6 +347,21 @@ 'pgl/pgl.h', ], }, + { + 'target_name': 'gpu_ipc', + 'type': 'static_library', + 'dependencies': [ + 'command_buffer_client', + 'gles2_c_lib', + ], + 'include_dirs': [ + '..', + ], + 'sources': [ + 'ipc/gpu_command_buffer_traits.cc', + 'ipc/gpu_command_buffer_traits.h', + ], + }, ], 'conditions': [ ['OS == "win"', |