| 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 2243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2254 '../ui/ui.gyp:ui', | 2254 '../ui/ui.gyp:ui', |
| 2255 '../net/net.gyp:net', | 2255 '../net/net.gyp:net', |
| 2256 '../skia/skia.gyp:skia', | 2256 '../skia/skia.gyp:skia', |
| 2257 '../third_party/libvpx/libvpx.gyp:libvpx', | 2257 '../third_party/libvpx/libvpx.gyp:libvpx', |
| 2258 '../third_party/libyuv/libyuv.gyp:libyuv', | 2258 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2259 '../third_party/opus/opus.gyp:opus', | 2259 '../third_party/opus/opus.gyp:opus', |
| 2260 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2260 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 2261 '../third_party/speex/speex.gyp:libspeex', | 2261 '../third_party/speex/speex.gyp:libspeex', |
| 2262 '../media/media.gyp:media', | 2262 '../media/media.gyp:media', |
| 2263 '../media/media.gyp:shared_memory_support', | 2263 '../media/media.gyp:shared_memory_support', |
| 2264 '../media/media.gyp:yuv_convert', | |
| 2265 'remoting_jingle_glue', | 2264 'remoting_jingle_glue', |
| 2266 'remoting_resources', | 2265 'remoting_resources', |
| 2267 'proto/chromotocol.gyp:chromotocol_proto_lib', | 2266 'proto/chromotocol.gyp:chromotocol_proto_lib', |
| 2268 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2267 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 2269 ], | 2268 ], |
| 2270 'export_dependent_settings': [ | 2269 'export_dependent_settings': [ |
| 2271 '../base/base.gyp:base', | 2270 '../base/base.gyp:base', |
| 2272 '../net/net.gyp:net', | 2271 '../net/net.gyp:net', |
| 2273 '../skia/skia.gyp:skia', | 2272 '../skia/skia.gyp:skia', |
| 2274 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2273 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2757 '../base/allocator/allocator.gyp:allocator', | 2756 '../base/allocator/allocator.gyp:allocator', |
| 2758 ], | 2757 ], |
| 2759 }, | 2758 }, |
| 2760 ], | 2759 ], |
| 2761 ], | 2760 ], |
| 2762 }], # end of 'toolkit_uses_gtk == 1' | 2761 }], # end of 'toolkit_uses_gtk == 1' |
| 2763 ], # end of 'conditions' | 2762 ], # end of 'conditions' |
| 2764 }, # end of target 'remoting_unittests' | 2763 }, # end of target 'remoting_unittests' |
| 2765 ], # end of targets | 2764 ], # end of targets |
| 2766 } | 2765 } |
| OLD | NEW |