Chromium Code Reviews| Index: gpu/gpu.gyp |
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
| index dd22658079da28deae600373b85417cca3f7e188..20fb5a685474e309ea98203b02bd47fb124e8fee 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"', |