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

Side by Side Diff: content/content_tests.gypi

Issue 9699069: Adding JSEP PeerConnection glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed missing export. 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'renderer/v8_value_converter_impl_unittest.cc', 294 'renderer/v8_value_converter_impl_unittest.cc',
293 'test/gpu/gpu_test_config_unittest.cc', 295 'test/gpu/gpu_test_config_unittest.cc',
294 'test/gpu/gpu_test_expectations_parser_unittest.cc', 296 'test/gpu/gpu_test_expectations_parser_unittest.cc',
295 'test/run_all_unittests.cc', 297 'test/run_all_unittests.cc',
296 ], 298 ],
297 'conditions': [ 299 'conditions': [
298 ['enable_webrtc==1', { 300 ['enable_webrtc==1', {
299 'sources': [ 301 'sources': [
300 'renderer/media/media_stream_dispatcher_unittest.cc', 302 'renderer/media/media_stream_dispatcher_unittest.cc',
301 'renderer/media/media_stream_impl_unittest.cc', 303 'renderer/media/media_stream_impl_unittest.cc',
304 'renderer/media/peer_connection_handler_jsep_unittest.cc',
302 'renderer/media/peer_connection_handler_unittest.cc', 305 'renderer/media/peer_connection_handler_unittest.cc',
303 'renderer/media/rtc_video_decoder_unittest.cc', 306 'renderer/media/rtc_video_decoder_unittest.cc',
304 'renderer/media/webrtc_audio_device_unittest.cc', 307 'renderer/media/webrtc_audio_device_unittest.cc',
305 ], 308 ],
306 'dependencies': [ 309 'dependencies': [
307 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 310 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
308 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 311 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
309 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers', 312 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers',
310 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re', 313 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re',
311 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re', 314 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 ], 498 ],
496 'sources': [ 499 'sources': [
497 'common/gpu/media/video_decode_accelerator_unittest.cc', 500 'common/gpu/media/video_decode_accelerator_unittest.cc',
498 ], 501 ],
499 } 502 }
500 ], 503 ],
501 }, 504 },
502 ], 505 ],
503 ], 506 ],
504 } 507 }
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