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

Side by Side Diff: remoting/remoting_client.gypi

Issue 2148743005: [Remoting Android] Cursor & Cursor Feedback for OpenGL Renderer (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 unified diff | Download patch
« no previous file with comments | « remoting/client/gl_render_layer.cc ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //remoting/client 8 # GN version: //remoting/client
9 'target_name': 'remoting_client', 9 'target_name': 'remoting_client',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 ['OS=="ios" or OS=="android"', { 191 ['OS=="ios" or OS=="android"', {
192 'targets': [ 192 'targets': [
193 { 193 {
194 'target_name': 'remoting_opengl_renderer', 194 'target_name': 'remoting_opengl_renderer',
195 'type': '<(component)', 195 'type': '<(component)',
196 'sources': [ 196 'sources': [
197 '<@(remoting_opengl_renderer_sources)', 197 '<@(remoting_opengl_renderer_sources)',
198 ], 198 ],
199 'dependencies': [ 199 'dependencies': [
200 '../third_party/khronos/khronos.gyp:khronos_headers', 200 '../third_party/khronos/khronos.gyp:khronos_headers',
201 '../third_party/libyuv/libyuv.gyp:libyuv',
201 '../third_party/webrtc/webrtc.gyp:webrtc' 202 '../third_party/webrtc/webrtc.gyp:webrtc'
202 ] 203 ]
203 } # end of target 'remoting_opengl_renderer' 204 } # end of target 'remoting_opengl_renderer'
204 ] 205 ]
205 }] # end of conditions 'OS=="ios" or OS=="android"' 206 }] # end of conditions 'OS=="ios" or OS=="android"'
206 ] 207 ]
207 } 208 }
OLDNEW
« no previous file with comments | « remoting/client/gl_render_layer.cc ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698