| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 6 'includes': [ |
| 7 'audio_sender/audio_sender.gypi', | 7 'audio_sender/audio_sender.gypi', |
| 8 'congestion_control/congestion_control.gypi', | 8 'congestion_control/congestion_control.gypi', |
| 9 'video_sender/video_sender.gypi', | 9 'video_sender/video_sender.gypi', |
| 10 ], | 10 ], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'cast_sender_impl.h', | 21 'cast_sender_impl.h', |
| 22 ], # source | 22 ], # source |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 '<(DEPTH)/crypto/crypto.gyp:crypto', | 24 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 25 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport', | 25 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport', |
| 26 'audio_sender', | 26 'audio_sender', |
| 27 'congestion_control', | 27 'congestion_control', |
| 28 'rtcp/rtcp.gyp:cast_rtcp', | 28 'rtcp/rtcp.gyp:cast_rtcp', |
| 29 'video_sender', | 29 'video_sender', |
| 30 ], # dependencies | 30 ], # dependencies |
| 31 'defines' : [ |
| 32 'MEDIA_IMPLEMENTATION', |
| 33 ], |
| 31 }, | 34 }, |
| 32 ], | 35 ], |
| 33 } | 36 } |
| OLD | NEW |