From de3cdcdce42f1a807fab41190f96273ec62c704d Mon Sep 17 00:00:00 2001 From: fsamuel Date: Wed, 9 Mar 2016 14:12:36 -0800 Subject: 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} --- content/content_browser.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_browser.gypi') diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 5d5e591..4096ef2 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -21,6 +21,7 @@ '../gin/gin.gyp:gin', '../google_apis/google_apis.gyp:google_apis', '../gpu/gpu.gyp:gpu', + '../gpu/gpu.gyp:gpu_ipc_common', '../mojo/mojo_base.gyp:mojo_application_base', '../mojo/mojo_base.gyp:mojo_geometry_lib', '../mojo/mojo_base.gyp:mojo_url_type_converters', -- cgit v1.1