OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 ['enable_webrtc==1', { | 120 ['enable_webrtc==1', { |
121 'sources': [ | 121 'sources': [ |
122 'renderer/media/mock_media_stream_dependency_factory.cc', | 122 'renderer/media/mock_media_stream_dependency_factory.cc', |
123 'renderer/media/mock_media_stream_dependency_factory.h', | 123 'renderer/media/mock_media_stream_dependency_factory.h', |
124 'renderer/media/mock_media_stream_dispatcher.cc', | 124 'renderer/media/mock_media_stream_dispatcher.cc', |
125 'renderer/media/mock_media_stream_dispatcher.h', | 125 'renderer/media/mock_media_stream_dispatcher.h', |
126 'renderer/media/mock_media_stream_impl.cc', | 126 'renderer/media/mock_media_stream_impl.cc', |
127 'renderer/media/mock_media_stream_impl.h', | 127 'renderer/media/mock_media_stream_impl.h', |
128 'renderer/media/mock_peer_connection_impl.cc', | 128 'renderer/media/mock_peer_connection_impl.cc', |
129 'renderer/media/mock_peer_connection_impl.h', | 129 'renderer/media/mock_peer_connection_impl.h', |
| 130 'renderer/media/mock_web_peer_connection_00_handler_client.cc', |
| 131 'renderer/media/mock_web_peer_connection_00_handler_client.h', |
130 'renderer/media/mock_web_peer_connection_handler_client.cc', | 132 'renderer/media/mock_web_peer_connection_handler_client.cc', |
131 'renderer/media/mock_web_peer_connection_handler_client.h', | 133 'renderer/media/mock_web_peer_connection_handler_client.h', |
132 'test/webrtc_audio_device_test.cc', | 134 'test/webrtc_audio_device_test.cc', |
133 'test/webrtc_audio_device_test.h', | 135 'test/webrtc_audio_device_test.h', |
134 ], | 136 ], |
135 'dependencies': [ | 137 'dependencies': [ |
136 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', | 138 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
137 '../third_party/webrtc/modules/modules.gyp:audio_device', | 139 '../third_party/webrtc/modules/modules.gyp:audio_device', |
138 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 140 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
139 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', | 141 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 'renderer/v8_value_converter_impl_unittest.cc', | 292 'renderer/v8_value_converter_impl_unittest.cc', |
291 'test/gpu/gpu_test_config_unittest.cc', | 293 'test/gpu/gpu_test_config_unittest.cc', |
292 'test/gpu/gpu_test_expectations_parser_unittest.cc', | 294 'test/gpu/gpu_test_expectations_parser_unittest.cc', |
293 'test/run_all_unittests.cc', | 295 'test/run_all_unittests.cc', |
294 ], | 296 ], |
295 'conditions': [ | 297 'conditions': [ |
296 ['enable_webrtc==1', { | 298 ['enable_webrtc==1', { |
297 'sources': [ | 299 'sources': [ |
298 'renderer/media/media_stream_dispatcher_unittest.cc', | 300 'renderer/media/media_stream_dispatcher_unittest.cc', |
299 'renderer/media/media_stream_impl_unittest.cc', | 301 'renderer/media/media_stream_impl_unittest.cc', |
| 302 'renderer/media/peer_connection_handler_jsep_unittest.cc', |
300 'renderer/media/peer_connection_handler_unittest.cc', | 303 'renderer/media/peer_connection_handler_unittest.cc', |
301 'renderer/media/rtc_video_decoder_unittest.cc', | 304 'renderer/media/rtc_video_decoder_unittest.cc', |
302 'renderer/media/webrtc_audio_device_unittest.cc', | 305 'renderer/media/webrtc_audio_device_unittest.cc', |
303 ], | 306 ], |
304 'dependencies': [ | 307 'dependencies': [ |
305 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', | 308 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
306 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 309 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
307 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', | 310 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy
stem_wrappers', |
308 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co
re', | 311 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co
re', |
309 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', | 312 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co
re', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 ], | 496 ], |
494 'sources': [ | 497 'sources': [ |
495 'common/gpu/media/video_decode_accelerator_unittest.cc', | 498 'common/gpu/media/video_decode_accelerator_unittest.cc', |
496 ], | 499 ], |
497 } | 500 } |
498 ], | 501 ], |
499 }, | 502 }, |
500 ], | 503 ], |
501 ], | 504 ], |
502 } | 505 } |
OLD | NEW |