OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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_cast_utility_apps%': 0, | 7 'include_cast_utility_apps%': 0, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'logging/simple_event_subscriber_unittest.cc', | 77 'logging/simple_event_subscriber_unittest.cc', |
78 'logging/stats_event_subscriber_unittest.cc', | 78 'logging/stats_event_subscriber_unittest.cc', |
79 'rtcp/mock_rtcp_receiver_feedback.cc', | 79 'rtcp/mock_rtcp_receiver_feedback.cc', |
80 'rtcp/mock_rtcp_receiver_feedback.h', | 80 'rtcp/mock_rtcp_receiver_feedback.h', |
81 'rtcp/mock_rtcp_sender_feedback.cc', | 81 'rtcp/mock_rtcp_sender_feedback.cc', |
82 'rtcp/mock_rtcp_sender_feedback.h', | 82 'rtcp/mock_rtcp_sender_feedback.h', |
83 'rtcp/rtcp_receiver_unittest.cc', | 83 'rtcp/rtcp_receiver_unittest.cc', |
84 'rtcp/rtcp_sender_unittest.cc', | 84 'rtcp/rtcp_sender_unittest.cc', |
85 'rtcp/rtcp_unittest.cc', | 85 'rtcp/rtcp_unittest.cc', |
86 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', | 86 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', |
87 'rtcp/sender_rtcp_event_subscriber_unittest.cc', | |
88 # TODO(miu): The following two are test utility modules. Rename/move the files. | 87 # TODO(miu): The following two are test utility modules. Rename/move the files. |
89 'rtcp/test_rtcp_packet_builder.cc', | 88 'rtcp/test_rtcp_packet_builder.cc', |
90 'rtcp/test_rtcp_packet_builder.h', | 89 'rtcp/test_rtcp_packet_builder.h', |
91 'rtp_receiver/rtp_receiver_defines.h', | 90 'rtp_receiver/rtp_receiver_defines.h', |
92 'rtp_receiver/mock_rtp_payload_feedback.cc', | 91 'rtp_receiver/mock_rtp_payload_feedback.cc', |
93 'rtp_receiver/mock_rtp_payload_feedback.h', | 92 'rtp_receiver/mock_rtp_payload_feedback.h', |
94 'rtp_receiver/receiver_stats_unittest.cc', | 93 'rtp_receiver/receiver_stats_unittest.cc', |
95 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc', | 94 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc', |
96 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc', | 95 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc', |
97 'test/end2end_unittest.cc', | 96 'test/end2end_unittest.cc', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 '<(DEPTH)/media/media.gyp:media', | 221 '<(DEPTH)/media/media.gyp:media', |
223 ], | 222 ], |
224 'sources': [ | 223 'sources': [ |
225 'test/utility/udp_proxy_main.cc', | 224 'test/utility/udp_proxy_main.cc', |
226 ], | 225 ], |
227 }, | 226 }, |
228 ], # targets | 227 ], # targets |
229 }], | 228 }], |
230 ], # conditions | 229 ], # conditions |
231 } | 230 } |
OLD | NEW |