diff options
author | fsamuel <fsamuel@chromium.org> | 2016-03-09 14:12:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-09 22:47:37 +0000 |
commit | de3cdcdce42f1a807fab41190f96273ec62c704d (patch) | |
tree | f709cd16b189d02ebedb8f04976dc1f1f90b0d8a /gpu/gpu_ipc_common.gypi | |
parent | aaab4d14f3b0266d774592136a1f097cd75c923c (diff) | |
download | chromium_src-de3cdcdce42f1a807fab41190f96273ec62c704d.zip chromium_src-de3cdcdce42f1a807fab41190f96273ec62c704d.tar.gz chromium_src-de3cdcdce42f1a807fab41190f96273ec62c704d.tar.bz2 |
mustash: SurfaceTexture* => gpu/ipc/common
As part of the effort to move content/common/gpu => gpu/ipc
to allow code reuse in Mus, I'm moving some android specific
code: SurfaceTextureManager and SurfaceTexturePeer to
gpu/ipc/common.
BUG=586371
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel
Review URL: https://codereview.chromium.org/1770073002
Cr-Commit-Position: refs/heads/master@{#380240}
Diffstat (limited to 'gpu/gpu_ipc_common.gypi')
-rw-r--r-- | gpu/gpu_ipc_common.gypi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi index 9cbe65a..a986b28 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', + ] + }] ], } |