| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'conditions': [ | 190 'conditions': [ |
| 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 '../skia/skia.gyp:skia_library', |
| 200 '../third_party/khronos/khronos.gyp:khronos_headers', | 201 '../third_party/khronos/khronos.gyp:khronos_headers', |
| 202 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 201 '../third_party/webrtc/webrtc.gyp:webrtc' | 203 '../third_party/webrtc/webrtc.gyp:webrtc' |
| 202 ] | 204 ] |
| 203 } # end of target 'remoting_opengl_renderer' | 205 } # end of target 'remoting_opengl_renderer' |
| 204 ] | 206 ] |
| 205 }] # end of conditions 'OS=="ios" or OS=="android"' | 207 }] # end of conditions 'OS=="ios" or OS=="android"' |
| 206 ] | 208 ] |
| 207 } | 209 } |
| OLD | NEW |