OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |