Chromium Code Reviews| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //media/cast:test_support | 8 # GN version: //media/cast:test_support |
| 9 'target_name': 'cast_test_utility', | 9 'target_name': 'cast_test_utility', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 77 'logging/encoding_event_subscriber_unittest.cc', | 77 'logging/encoding_event_subscriber_unittest.cc', |
| 78 'logging/serialize_deserialize_test.cc', | 78 'logging/serialize_deserialize_test.cc', |
| 79 'logging/logging_impl_unittest.cc', | 79 'logging/logging_impl_unittest.cc', |
| 80 'logging/logging_raw_unittest.cc', | 80 'logging/logging_raw_unittest.cc', |
| 81 'logging/receiver_time_offset_estimator_impl_unittest.cc', | 81 'logging/receiver_time_offset_estimator_impl_unittest.cc', |
| 82 'logging/simple_event_subscriber_unittest.cc', | 82 'logging/simple_event_subscriber_unittest.cc', |
| 83 'logging/stats_event_subscriber_unittest.cc', | 83 'logging/stats_event_subscriber_unittest.cc', |
| 84 'net/cast_transport_sender_impl_unittest.cc', | 84 'net/cast_transport_sender_impl_unittest.cc', |
| 85 'net/frame_id_wrap_helper_test.cc', | 85 'net/frame_id_wrap_helper_test.cc', |
| 86 'net/mock_cast_transport_sender.cc', | 86 'net/mock_cast_transport_sender.cc', |
| 87 'net/mock_cast_transport_sender.h', | 87 'net/mock_cast_transport_sender.h', |
|
wuchengli
2014/12/12 03:35:50
It would be easier to review if rebase and your ch
hellner1
2014/12/12 19:24:41
I have done that in previous patchsets. Sorry that
| |
| 88 'net/pacing/mock_paced_packet_sender.cc', | 88 'net/pacing/mock_paced_packet_sender.cc', |
| 89 'net/pacing/mock_paced_packet_sender.h', | 89 'net/pacing/mock_paced_packet_sender.h', |
| 90 'net/pacing/paced_sender_unittest.cc', | 90 'net/pacing/paced_sender_unittest.cc', |
| 91 'net/rtcp/rtcp_builder_unittest.cc', | 91 'net/rtcp/rtcp_builder_unittest.cc', |
| 92 'net/rtcp/rtcp_unittest.cc', | 92 'net/rtcp/rtcp_unittest.cc', |
| 93 'net/rtcp/rtcp_utility_unittest.cc', | 93 'net/rtcp/rtcp_utility_unittest.cc', |
| 94 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc', | 94 'net/rtcp/receiver_rtcp_event_subscriber_unittest.cc', |
| 95 # TODO(miu): The following two are test utility modules. Rename/move the files. | 95 # TODO(miu): The following two are test utility modules. Rename/move the files. |
| 96 'net/rtcp/test_rtcp_packet_builder.cc', | 96 'net/rtcp/test_rtcp_packet_builder.cc', |
| 97 'net/rtcp/test_rtcp_packet_builder.h', | 97 'net/rtcp/test_rtcp_packet_builder.h', |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 116 'sender/audio_sender_unittest.cc', | 116 'sender/audio_sender_unittest.cc', |
| 117 'sender/congestion_control_unittest.cc', | 117 'sender/congestion_control_unittest.cc', |
| 118 'sender/external_video_encoder_unittest.cc', | 118 'sender/external_video_encoder_unittest.cc', |
| 119 'sender/video_encoder_impl_unittest.cc', | 119 'sender/video_encoder_impl_unittest.cc', |
| 120 'sender/video_sender_unittest.cc', | 120 'sender/video_sender_unittest.cc', |
| 121 'test/end2end_unittest.cc', | 121 'test/end2end_unittest.cc', |
| 122 'test/fake_receiver_time_offset_estimator.cc', | 122 'test/fake_receiver_time_offset_estimator.cc', |
| 123 'test/fake_receiver_time_offset_estimator.h', | 123 'test/fake_receiver_time_offset_estimator.h', |
| 124 'test/fake_single_thread_task_runner.cc', | 124 'test/fake_single_thread_task_runner.cc', |
| 125 'test/fake_single_thread_task_runner.h', | 125 'test/fake_single_thread_task_runner.h', |
| 126 'test/fake_video_encode_accelerator.cc', | |
| 127 'test/fake_video_encode_accelerator.h', | |
| 128 'test/utility/audio_utility_unittest.cc', | 126 'test/utility/audio_utility_unittest.cc', |
| 129 'test/utility/barcode_unittest.cc', | 127 'test/utility/barcode_unittest.cc', |
| 130 ], # source | 128 ], # source |
| 131 }, | 129 }, |
| 132 { | 130 { |
| 133 'target_name': 'cast_benchmarks', | 131 'target_name': 'cast_benchmarks', |
| 134 'type': '<(gtest_target_type)', | 132 'type': '<(gtest_target_type)', |
| 135 'include_dirs': [ | 133 'include_dirs': [ |
| 136 '<(DEPTH)/', | 134 '<(DEPTH)/', |
| 137 ], | 135 ], |
| 138 'dependencies': [ | 136 'dependencies': [ |
| 139 'cast_base', | 137 'cast_base', |
| 140 'cast_net', | 138 'cast_net', |
| 141 'cast_receiver', | 139 'cast_receiver', |
| 142 'cast_sender', | 140 'cast_sender', |
| 143 'cast_test_utility', | 141 'cast_test_utility', |
| 144 '<(DEPTH)/base/base.gyp:test_support_base', | 142 '<(DEPTH)/base/base.gyp:test_support_base', |
| 145 '<(DEPTH)/net/net.gyp:net', | 143 '<(DEPTH)/net/net.gyp:net', |
| 146 '<(DEPTH)/testing/gtest.gyp:gtest', | 144 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 147 ], | 145 ], |
| 148 'sources': [ | 146 'sources': [ |
| 149 'test/cast_benchmarks.cc', | 147 'test/cast_benchmarks.cc', |
| 150 'test/fake_single_thread_task_runner.cc', | 148 'test/fake_single_thread_task_runner.cc', |
| 151 'test/fake_single_thread_task_runner.h', | 149 'test/fake_single_thread_task_runner.h', |
| 152 'test/fake_video_encode_accelerator.cc', | |
| 153 'test/fake_video_encode_accelerator.h', | |
| 154 'test/utility/test_util.cc', | 150 'test/utility/test_util.cc', |
| 155 'test/utility/test_util.h', | 151 'test/utility/test_util.h', |
| 156 ], # source | 152 ], # source |
| 157 'conditions': [ | 153 'conditions': [ |
| 158 ['os_posix==1 and OS!="mac" and OS!="ios" and use_allocator!="none"', | 154 ['os_posix==1 and OS!="mac" and OS!="ios" and use_allocator!="none"', |
| 159 { | 155 { |
| 160 'dependencies': [ | 156 'dependencies': [ |
| 161 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 157 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 162 ], | 158 ], |
| 163 } | 159 } |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 361 '<(DEPTH)/testing/gtest.gyp:gtest', | 357 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 362 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 358 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 363 ], | 359 ], |
| 364 'sources': [ | 360 'sources': [ |
| 365 'sender/h264_vt_encoder_unittest.cc', | 361 'sender/h264_vt_encoder_unittest.cc', |
| 366 ], | 362 ], |
| 367 }], # targets | 363 }], # targets |
| 368 }], # OS=="ios" or OS=="mac" | 364 }], # OS=="ios" or OS=="mac" |
| 369 ], # conditions | 365 ], # conditions |
| 370 } | 366 } |
| OLD | NEW |