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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 | 10 |
(...skipping 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2197 'target_name': 'remoting_base', | 2197 'target_name': 'remoting_base', |
2198 'type': 'static_library', | 2198 'type': 'static_library', |
2199 'variables': { 'enable_wexit_time_destructors': 1, }, | 2199 'variables': { 'enable_wexit_time_destructors': 1, }, |
2200 'dependencies': [ | 2200 'dependencies': [ |
2201 '../base/base.gyp:base', | 2201 '../base/base.gyp:base', |
2202 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 2202 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
2203 '../ui/ui.gyp:ui', | 2203 '../ui/ui.gyp:ui', |
2204 '../net/net.gyp:net', | 2204 '../net/net.gyp:net', |
2205 '../skia/skia.gyp:skia', | 2205 '../skia/skia.gyp:skia', |
2206 '../third_party/libvpx/libvpx.gyp:libvpx', | 2206 '../third_party/libvpx/libvpx.gyp:libvpx', |
| 2207 '../third_party/libyuv/libyuv.gyp:libyuv', |
2207 '../third_party/opus/opus.gyp:opus', | 2208 '../third_party/opus/opus.gyp:opus', |
2208 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2209 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
2209 '../third_party/speex/speex.gyp:libspeex', | 2210 '../third_party/speex/speex.gyp:libspeex', |
2210 '../media/media.gyp:media', | 2211 '../media/media.gyp:media', |
2211 '../media/media.gyp:shared_memory_support', | 2212 '../media/media.gyp:shared_memory_support', |
2212 '../media/media.gyp:yuv_convert', | 2213 '../media/media.gyp:yuv_convert', |
2213 'remoting_jingle_glue', | 2214 'remoting_jingle_glue', |
2214 'remoting_resources', | 2215 'remoting_resources', |
2215 'proto/chromotocol.gyp:chromotocol_proto_lib', | 2216 'proto/chromotocol.gyp:chromotocol_proto_lib', |
2216 ], | 2217 ], |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2692 '../base/allocator/allocator.gyp:allocator', | 2693 '../base/allocator/allocator.gyp:allocator', |
2693 ], | 2694 ], |
2694 }, | 2695 }, |
2695 ], | 2696 ], |
2696 ], | 2697 ], |
2697 }], # end of 'toolkit_uses_gtk == 1' | 2698 }], # end of 'toolkit_uses_gtk == 1' |
2698 ], # end of 'conditions' | 2699 ], # end of 'conditions' |
2699 }, # end of target 'remoting_unittests' | 2700 }, # end of target 'remoting_unittests' |
2700 ], # end of targets | 2701 ], # end of targets |
2701 } | 2702 } |
OLD | NEW |