Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: gpu/gpu_ipc_common.gypi

Issue 1770073002: SurfaceTexture* => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restored BUILD.gn bits Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/content_test_suite.cc ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ]
+ }]
],
}
« no previous file with comments | « content/test/content_test_suite.cc ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698