Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: content/content_tests.gypi

Issue 10008077: Adding JSEP PeerConnection glue - attempt 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_center.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'renderer/v8_value_converter_impl_unittest.cc', 293 'renderer/v8_value_converter_impl_unittest.cc',
292 'test/gpu/gpu_test_config_unittest.cc', 294 'test/gpu/gpu_test_config_unittest.cc',
293 'test/gpu/gpu_test_expectations_parser_unittest.cc', 295 'test/gpu/gpu_test_expectations_parser_unittest.cc',
294 'test/run_all_unittests.cc', 296 'test/run_all_unittests.cc',
295 ], 297 ],
296 'conditions': [ 298 'conditions': [
297 ['enable_webrtc==1', { 299 ['enable_webrtc==1', {
298 'sources': [ 300 'sources': [
299 'renderer/media/media_stream_dispatcher_unittest.cc', 301 'renderer/media/media_stream_dispatcher_unittest.cc',
300 'renderer/media/media_stream_impl_unittest.cc', 302 'renderer/media/media_stream_impl_unittest.cc',
303 'renderer/media/peer_connection_handler_jsep_unittest.cc',
301 'renderer/media/peer_connection_handler_unittest.cc', 304 'renderer/media/peer_connection_handler_unittest.cc',
302 'renderer/media/rtc_video_decoder_unittest.cc', 305 'renderer/media/rtc_video_decoder_unittest.cc',
303 'renderer/media/webrtc_audio_device_unittest.cc', 306 'renderer/media/webrtc_audio_device_unittest.cc',
304 ], 307 ],
305 'dependencies': [ 308 'dependencies': [
306 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 309 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
307 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 310 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
308 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers', 311 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers',
309 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re', 312 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re',
310 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re', 313 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 ], 497 ],
495 'sources': [ 498 'sources': [
496 'common/gpu/media/video_decode_accelerator_unittest.cc', 499 'common/gpu/media/video_decode_accelerator_unittest.cc',
497 ], 500 ],
498 } 501 }
499 ], 502 ],
500 }, 503 },
501 ], 504 ],
502 ], 505 ],
503 } 506 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698