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

Side by Side Diff: content/content_tests.gypi

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