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