| 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/plugin | 8 # GN version: //remoting/client/plugin |
| 9 'target_name': 'remoting_client_plugin', | 9 'target_name': 'remoting_client_plugin', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 'type': 'static_library', | 35 'type': 'static_library', |
| 36 'variables': { 'enable_wexit_time_destructors': 1, }, | 36 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 37 'defines': [ | 37 'defines': [ |
| 38 'VERSION=<(version_full)', | 38 'VERSION=<(version_full)', |
| 39 ], | 39 ], |
| 40 'dependencies': [ | 40 'dependencies': [ |
| 41 'remoting_base', | 41 'remoting_base', |
| 42 'remoting_protocol', | 42 'remoting_protocol', |
| 43 '../third_party/libyuv/libyuv.gyp:libyuv', | 43 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 44 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 44 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 45 '../third_party/libwebm/libwebm.gyp:libwebm', | |
| 46 ], | 45 ], |
| 47 'sources': [ | 46 'sources': [ |
| 48 '<@(remoting_client_sources)', | 47 '<@(remoting_client_sources)', |
| 49 ], | 48 ], |
| 50 }, # end of target 'remoting_client' | 49 }, # end of target 'remoting_client' |
| 51 | 50 |
| 52 { | 51 { |
| 53 'target_name': 'remoting_webapp_html', | 52 'target_name': 'remoting_webapp_html', |
| 54 'type': 'none', | 53 'type': 'none', |
| 55 'actions': [ | 54 'actions': [ |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 }, { | 150 }, { |
| 152 'variables': { | 151 'variables': { |
| 153 'webapp_type': 'v2', | 152 'webapp_type': 'v2', |
| 154 }, | 153 }, |
| 155 }], | 154 }], |
| 156 ], | 155 ], |
| 157 'includes': [ 'remoting_webapp.gypi', ], | 156 'includes': [ 'remoting_webapp.gypi', ], |
| 158 }, # end of target 'remoting_webapp_v2' | 157 }, # end of target 'remoting_webapp_v2' |
| 159 ], # end of targets | 158 ], # end of targets |
| 160 } | 159 } |
| OLD | NEW |