| 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 'targets': [ | 10 'targets': [ |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'audio_sender/audio_sender_unittest.cc', | 42 'audio_sender/audio_sender_unittest.cc', |
| 43 'congestion_control/congestion_control_unittest.cc', | 43 'congestion_control/congestion_control_unittest.cc', |
| 44 'framer/cast_message_builder_unittest.cc', | 44 'framer/cast_message_builder_unittest.cc', |
| 45 'framer/frame_buffer_unittest.cc', | 45 'framer/frame_buffer_unittest.cc', |
| 46 'framer/framer_unittest.cc', | 46 'framer/framer_unittest.cc', |
| 47 'logging/encoding_event_subscriber_unittest.cc', | 47 'logging/encoding_event_subscriber_unittest.cc', |
| 48 'logging/serialize_deserialize_test.cc', | 48 'logging/serialize_deserialize_test.cc', |
| 49 'logging/logging_impl_unittest.cc', | 49 'logging/logging_impl_unittest.cc', |
| 50 'logging/logging_raw_unittest.cc', | 50 'logging/logging_raw_unittest.cc', |
| 51 'logging/simple_event_subscriber_unittest.cc', | 51 'logging/simple_event_subscriber_unittest.cc', |
| 52 'logging/stats_event_subscriber_unittest.cc', |
| 52 'rtcp/mock_rtcp_receiver_feedback.cc', | 53 'rtcp/mock_rtcp_receiver_feedback.cc', |
| 53 'rtcp/mock_rtcp_receiver_feedback.h', | 54 'rtcp/mock_rtcp_receiver_feedback.h', |
| 54 'rtcp/mock_rtcp_sender_feedback.cc', | 55 'rtcp/mock_rtcp_sender_feedback.cc', |
| 55 'rtcp/mock_rtcp_sender_feedback.h', | 56 'rtcp/mock_rtcp_sender_feedback.h', |
| 56 'rtcp/rtcp_receiver_unittest.cc', | 57 'rtcp/rtcp_receiver_unittest.cc', |
| 57 'rtcp/rtcp_sender_unittest.cc', | 58 'rtcp/rtcp_sender_unittest.cc', |
| 58 'rtcp/rtcp_unittest.cc', | 59 'rtcp/rtcp_unittest.cc', |
| 59 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', | 60 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', |
| 60 'rtcp/sender_rtcp_event_subscriber_unittest.cc', | 61 'rtcp/sender_rtcp_event_subscriber_unittest.cc', |
| 61 'rtp_receiver/rtp_receiver_defines.h', | 62 'rtp_receiver/rtp_receiver_defines.h', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 '<(DEPTH)/media/cast/test/linux_output_window.cc', | 141 '<(DEPTH)/media/cast/test/linux_output_window.cc', |
| 141 '<(DEPTH)/media/cast/test/linux_output_window.h', | 142 '<(DEPTH)/media/cast/test/linux_output_window.h', |
| 142 ], | 143 ], |
| 143 }], | 144 }], |
| 144 ], | 145 ], |
| 145 }, | 146 }, |
| 146 ], # targets | 147 ], # targets |
| 147 }], # include_tests | 148 }], # include_tests |
| 148 ], | 149 ], |
| 149 } | 150 } |
| OLD | NEW |