| 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 'includes': [ 'cast_testing_tools.gypi' ], | 6 'includes': [ 'cast_testing_tools.gypi' ], |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 # GN version: //media/cast:test_support | 9 # GN version: //media/cast:test_support |
| 10 'target_name': 'cast_test_utility', | 10 'target_name': 'cast_test_utility', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'dependencies': [ | 82 'dependencies': [ |
| 83 'cast_common', | 83 'cast_common', |
| 84 'cast_sender', | 84 'cast_sender', |
| 85 'cast_test_utility', | 85 'cast_test_utility', |
| 86 '<(DEPTH)/base/base.gyp:run_all_unittests', | 86 '<(DEPTH)/base/base.gyp:run_all_unittests', |
| 87 '<(DEPTH)/net/net.gyp:net', | 87 '<(DEPTH)/net/net.gyp:net', |
| 88 '<(DEPTH)/testing/gmock.gyp:gmock', | 88 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 89 '<(DEPTH)/testing/gtest.gyp:gtest', | 89 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 90 ], | 90 ], |
| 91 'sources': [ | 91 'sources': [ |
| 92 'common/expanded_value_base_unittest.cc', |
| 93 'common/rtp_time_unittest.cc', |
| 92 'logging/encoding_event_subscriber_unittest.cc', | 94 'logging/encoding_event_subscriber_unittest.cc', |
| 93 'logging/receiver_time_offset_estimator_impl_unittest.cc', | 95 'logging/receiver_time_offset_estimator_impl_unittest.cc', |
| 94 'logging/serialize_deserialize_test.cc', | 96 'logging/serialize_deserialize_test.cc', |
| 95 'logging/simple_event_subscriber_unittest.cc', | 97 'logging/simple_event_subscriber_unittest.cc', |
| 96 'logging/stats_event_subscriber_unittest.cc', | 98 'logging/stats_event_subscriber_unittest.cc', |
| 97 'net/cast_transport_sender_impl_unittest.cc', | 99 'net/cast_transport_sender_impl_unittest.cc', |
| 98 'net/frame_id_wrap_helper_test.cc', | 100 'net/frame_id_wrap_helper_test.cc', |
| 99 'net/mock_cast_transport_sender.cc', | 101 'net/mock_cast_transport_sender.cc', |
| 100 'net/mock_cast_transport_sender.h', | 102 'net/mock_cast_transport_sender.h', |
| 101 'net/pacing/mock_paced_packet_sender.cc', | 103 'net/pacing/mock_paced_packet_sender.cc', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck'
, | 210 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck'
, |
| 209 ], | 211 ], |
| 210 } | 212 } |
| 211 ], | 213 ], |
| 212 ], | 214 ], |
| 213 }, | 215 }, |
| 214 ], | 216 ], |
| 215 }], # test_isolation_mode != "noop" | 217 }], # test_isolation_mode != "noop" |
| 216 ], # conditions | 218 ], # conditions |
| 217 } | 219 } |
| OLD | NEW |