| Index: gpu/gpu_ipc_common.gypi
|
| diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
|
| index 8ca557c5d2bb44b6a37fe642e46ce2e3947bd6dd..6f2bfaa99fe398a04a8b3c1d6a749a17e18677e5 100644
|
| --- a/gpu/gpu_ipc_common.gypi
|
| +++ b/gpu/gpu_ipc_common.gypi
|
| @@ -20,6 +20,7 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| + "ipc/common/gpu_memory_uma_stats.h",
|
| "ipc/common/gpu_message_generator.cc",
|
| "ipc/common/gpu_message_generator.h",
|
| "ipc/common/gpu_messages.h",
|
| @@ -27,6 +28,8 @@
|
| 'ipc/common/gpu_param_traits.h',
|
| 'ipc/common/gpu_param_traits_macros.h',
|
| "ipc/common/gpu_stream_constants.h",
|
| + "ipc/common/gpu_surface_lookup.cc",
|
| + "ipc/common/gpu_surface_lookup.h",
|
| ],
|
| 'conditions': [
|
| # This section applies to gpu_ipc_win64, used by the NaCl Win64 helper
|
|
|