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 'target_name': 'cast_test_utility', | 8 'target_name': 'cast_test_utility', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'test/fake_single_thread_task_runner.cc', | 112 'test/fake_single_thread_task_runner.cc', |
113 'test/fake_single_thread_task_runner.h', | 113 'test/fake_single_thread_task_runner.h', |
114 'test/fake_video_encode_accelerator.cc', | 114 'test/fake_video_encode_accelerator.cc', |
115 'test/fake_video_encode_accelerator.h', | 115 'test/fake_video_encode_accelerator.h', |
116 'test/utility/audio_utility_unittest.cc', | 116 'test/utility/audio_utility_unittest.cc', |
117 'test/utility/barcode_unittest.cc', | 117 'test/utility/barcode_unittest.cc', |
118 'transport/cast_transport_sender_impl_unittest.cc', | 118 'transport/cast_transport_sender_impl_unittest.cc', |
119 'transport/pacing/mock_paced_packet_sender.cc', | 119 'transport/pacing/mock_paced_packet_sender.cc', |
120 'transport/pacing/mock_paced_packet_sender.h', | 120 'transport/pacing/mock_paced_packet_sender.h', |
121 'transport/pacing/paced_sender_unittest.cc', | 121 'transport/pacing/paced_sender_unittest.cc', |
122 'transport/rtp_sender/packet_storage/packet_storage_unittest.cc', | 122 'transport/rtp/packet_storage_unittest.cc', |
123 'transport/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc', | 123 'transport/rtp/rtp_packetizer_unittest.cc', |
124 'transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc', | 124 'transport/rtp/rtp_header_parser.cc', |
125 'transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h', | 125 'transport/rtp/rtp_header_parser.h', |
126 'transport/transport/udp_transport_unittest.cc', | 126 'transport/udp_transport_unittest.cc', |
127 'video_sender/external_video_encoder_unittest.cc', | 127 'video_sender/external_video_encoder_unittest.cc', |
128 'video_sender/video_encoder_impl_unittest.cc', | 128 'video_sender/video_encoder_impl_unittest.cc', |
129 'video_sender/video_sender_unittest.cc', | 129 'video_sender/video_sender_unittest.cc', |
130 ], # source | 130 ], # source |
131 }, | 131 }, |
132 { | 132 { |
133 'target_name': 'cast_benchmarks', | 133 'target_name': 'cast_benchmarks', |
134 'type': '<(gtest_target_type)', | 134 'type': '<(gtest_target_type)', |
135 'include_dirs': [ | 135 'include_dirs': [ |
136 '<(DEPTH)/', | 136 '<(DEPTH)/', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'cast_test_utility', | 296 'cast_test_utility', |
297 '<(DEPTH)/base/base.gyp:base', | 297 '<(DEPTH)/base/base.gyp:base', |
298 '<(DEPTH)/media/media.gyp:media', | 298 '<(DEPTH)/media/media.gyp:media', |
299 ], | 299 ], |
300 'sources': [ | 300 'sources': [ |
301 'test/utility/udp_proxy_main.cc', | 301 'test/utility/udp_proxy_main.cc', |
302 ], | 302 ], |
303 } | 303 } |
304 ], # targets | 304 ], # targets |
305 } | 305 } |
OLD | NEW |