OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 | 7 |
8 'branding_path': '../remoting/branding_<(branding)', | 8 'branding_path': '../remoting/branding_<(branding)', |
9 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 # GN version: //remoting/base and //remoting/codec | 192 # GN version: //remoting/base and //remoting/codec |
193 'target_name': 'remoting_base', | 193 'target_name': 'remoting_base', |
194 'type': 'static_library', | 194 'type': 'static_library', |
195 'variables': { 'enable_wexit_time_destructors': 1, }, | 195 'variables': { 'enable_wexit_time_destructors': 1, }, |
196 'dependencies': [ | 196 'dependencies': [ |
197 '../base/base.gyp:base', | 197 '../base/base.gyp:base', |
198 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 198 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
199 '../media/media.gyp:media', | 199 '../media/media.gyp:media', |
200 '../media/media.gyp:shared_memory_support', | 200 '../media/media.gyp:shared_memory_support', |
201 '../net/net.gyp:net', | 201 '../net/net.gyp:net', |
202 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', | 202 '../third_party/libvpx/libvpx.gyp:libvpx', |
203 '../third_party/libyuv/libyuv.gyp:libyuv', | 203 '../third_party/libyuv/libyuv.gyp:libyuv', |
204 '../third_party/opus/opus.gyp:opus', | 204 '../third_party/opus/opus.gyp:opus', |
205 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 205 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
206 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 206 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
207 '../ui/base/ui_base.gyp:ui_base', | 207 '../ui/base/ui_base.gyp:ui_base', |
208 '../ui/gfx/gfx.gyp:gfx', | 208 '../ui/gfx/gfx.gyp:gfx', |
209 '../ui/gfx/gfx.gyp:gfx_geometry', | 209 '../ui/gfx/gfx.gyp:gfx_geometry', |
210 'proto/chromotocol.gyp:chromotocol_proto_lib', | 210 'proto/chromotocol.gyp:chromotocol_proto_lib', |
211 'remoting_resources', | 211 'remoting_resources', |
212 ], | 212 ], |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 ['enable_webrtc==1', { | 252 ['enable_webrtc==1', { |
253 'dependencies': [ | 253 'dependencies': [ |
254 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 254 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
255 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 255 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
256 ], | 256 ], |
257 }], | 257 }], |
258 ], | 258 ], |
259 }, # end of target 'remoting_protocol' | 259 }, # end of target 'remoting_protocol' |
260 ], # end of targets | 260 ], # end of targets |
261 } | 261 } |
OLD | NEW |