| Index: gpu/gpu_ipc_common.gypi
|
| diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
|
| index 9cbe65a80a20996eaf0d781cbbc1f5ef0d27ce6f..b8499f60e826ca4a07bc7708a140f1e0802c5e41 100644
|
| --- a/gpu/gpu_ipc_common.gypi
|
| +++ b/gpu/gpu_ipc_common.gypi
|
| @@ -28,5 +28,13 @@
|
| '../ipc/ipc.gyp:ipc',
|
| ],
|
| }],
|
| + ['OS=="android"', {
|
| + 'sources': [
|
| + 'ipc/common/surface_texture_manager.cc',
|
| + 'ipc/common/surface_texture_manager.h',
|
| + 'ipc/common/surface_texture_peer.cc',
|
| + 'ipc/common/surface_texture_peer.h',
|
| + ]
|
| + }]
|
| ],
|
| }
|
|
|