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

Unified Diff: content/content_common.gypi

Issue 7395020: Create new GLSurface for cross process image transport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 5 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 42cfd32b91f96131fc36b8161f666070dfffd058..9747f699f6b0daa935fae24679643069759ef50d 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -280,6 +280,20 @@
'common/native_web_keyboard_event_views.cc',
],
}],
+ ['touchui==1', {
+ 'sources': [
+ 'common/gpu/image_transport_surface_linux.h',
+ 'common/gpu/image_transport_surface_linux.cc',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/angle/include',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '-lXcomposite',
+ ],
+ },
+ }],
['enable_gpu==1', {
'dependencies': [
'../gpu/gpu.gyp:command_buffer_service',
« no previous file with comments | « content/common/gpu/image_transport_surface_linux.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698