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

Unified Diff: remoting/remoting_client.gypi

Issue 2045963004: [Remoting] OpenGL Rendering Layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback Created 4 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
« no previous file with comments | « remoting/client/sys_opengl.h ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index 916288251fa75072424e6a5c58331313ea47e5ef..c92a792fd2fc4198871dbb213aa2b3a94a3cff7d 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -186,4 +186,22 @@
'includes': [ 'remoting_webapp.gypi', ],
}, # end of target 'remoting_webapp'
], # end of targets
+
+ 'conditions': [
+ ['OS=="ios" or OS=="android"', {
+ 'targets': [
+ {
+ 'target_name': 'remoting_opengl_renderer',
+ 'type': '<(component)',
+ 'sources': [
+ '<@(remoting_opengl_renderer_sources)',
+ ],
+ 'dependencies': [
+ '../third_party/khronos/khronos.gyp:khronos_headers',
+ '../third_party/webrtc/webrtc.gyp:webrtc'
+ ]
+ } # end of target 'remoting_opengl_renderer'
+ ]
+ }] # end of conditions 'OS=="ios" or OS=="android"'
+ ]
}
« no previous file with comments | « remoting/client/sys_opengl.h ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698