summaryrefslogtreecommitdiffstats
path: root/content/content_app.gypi
diff options
context:
space:
mode:
authorfsamuel <fsamuel@chromium.org>2016-03-09 14:12:36 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-09 22:47:37 +0000
commitde3cdcdce42f1a807fab41190f96273ec62c704d (patch)
treef709cd16b189d02ebedb8f04976dc1f1f90b0d8a /content/content_app.gypi
parentaaab4d14f3b0266d774592136a1f097cd75c923c (diff)
downloadchromium_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 'content/content_app.gypi')
-rw-r--r--content/content_app.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi
index cca9124..e25a00c 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -50,6 +50,7 @@
'dependencies': [
'content.gyp:content_jni_headers',
'../build/android/ndk.gyp:cpu_features',
+ '../gpu/gpu.gyp:gpu_ipc_common',
'../skia/skia.gyp:skia',
'../ui/android/ui_android.gyp:ui_android',
],