| 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 'variables': { | 6 'variables': { |
| 7 'include_tests%': 1, | 7 'include_tests%': 1, |
| 8 'chromium_code': 1, | 8 'chromium_code': 1, |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'rtcp/rtcp_defines.cc', | 140 'rtcp/rtcp_defines.cc', |
| 141 'rtcp/rtcp_defines.h', | 141 'rtcp/rtcp_defines.h', |
| 142 'rtcp/rtcp.h', | 142 'rtcp/rtcp.h', |
| 143 'rtcp/rtcp.cc', | 143 'rtcp/rtcp.cc', |
| 144 'rtcp/rtcp_receiver.cc', | 144 'rtcp/rtcp_receiver.cc', |
| 145 'rtcp/rtcp_receiver.h', | 145 'rtcp/rtcp_receiver.h', |
| 146 'rtcp/rtcp_sender.cc', | 146 'rtcp/rtcp_sender.cc', |
| 147 'rtcp/rtcp_sender.h', | 147 'rtcp/rtcp_sender.h', |
| 148 'rtcp/rtcp_utility.cc', | 148 'rtcp/rtcp_utility.cc', |
| 149 'rtcp/rtcp_utility.h', | 149 'rtcp/rtcp_utility.h', |
| 150 'rtcp/sender_rtcp_event_subscriber.cc', | |
| 151 'rtcp/sender_rtcp_event_subscriber.h', | |
| 152 'rtcp/receiver_rtcp_event_subscriber.cc', | 150 'rtcp/receiver_rtcp_event_subscriber.cc', |
| 153 'rtcp/receiver_rtcp_event_subscriber.cc', | 151 'rtcp/receiver_rtcp_event_subscriber.cc', |
| 154 ], # source | 152 ], # source |
| 155 }, | 153 }, |
| 156 { | 154 { |
| 157 'target_name': 'cast_sender', | 155 'target_name': 'cast_sender', |
| 158 'type': 'static_library', | 156 'type': 'static_library', |
| 159 'include_dirs': [ | 157 'include_dirs': [ |
| 160 '<(DEPTH)/', | 158 '<(DEPTH)/', |
| 161 ], | 159 ], |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'transport/transport_audio_sender.cc', | 220 'transport/transport_audio_sender.cc', |
| 223 'transport/transport_audio_sender.h', | 221 'transport/transport_audio_sender.h', |
| 224 'transport/transport_video_sender.cc', | 222 'transport/transport_video_sender.cc', |
| 225 'transport/transport_video_sender.h', | 223 'transport/transport_video_sender.h', |
| 226 'transport/utility/transport_encryption_handler.cc', | 224 'transport/utility/transport_encryption_handler.cc', |
| 227 'transport/utility/transport_encryption_handler.h', | 225 'transport/utility/transport_encryption_handler.h', |
| 228 ], # source | 226 ], # source |
| 229 }, | 227 }, |
| 230 ], | 228 ], |
| 231 } | 229 } |
| OLD | NEW |