Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 3a4805f09581372bb21b91d33dd926692f80036b..6bb7aceb5d385b11ed74314a9ea6e2c9e4b9d2aa 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"', |