Index: gpu/gpu_ipc_common.gypi |
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi |
index 9cbe65a80a20996eaf0d781cbbc1f5ef0d27ce6f..a986b2892fcc3498e0b4ce6e5acdc04841560638 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/android/surface_texture_manager.cc', |
+ 'ipc/common/android/surface_texture_manager.h', |
+ 'ipc/common/android/surface_texture_peer.cc', |
+ 'ipc/common/android/surface_texture_peer.h', |
+ ] |
+ }] |
], |
} |