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

Side by Side Diff: content/content_tests.gypi

Issue 9568021: exclude media_stream_dispatcher_unittest.cc from content_unittests when enable_webrtc=0 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'common/sandbox_mac_unittest_helper.h', 268 'common/sandbox_mac_unittest_helper.h',
269 'common/sandbox_mac_unittest_helper.mm', 269 'common/sandbox_mac_unittest_helper.mm',
270 'common/sandbox_mac_system_access_unittest.mm', 270 'common/sandbox_mac_system_access_unittest.mm',
271 'gpu/gpu_info_collector_unittest.cc', 271 'gpu/gpu_info_collector_unittest.cc',
272 'gpu/gpu_info_collector_unittest_win.cc', 272 'gpu/gpu_info_collector_unittest_win.cc',
273 'renderer/active_notification_tracker_unittest.cc', 273 'renderer/active_notification_tracker_unittest.cc',
274 'renderer/gpu/input_event_filter_unittest.cc', 274 'renderer/gpu/input_event_filter_unittest.cc',
275 'renderer/media/audio_message_filter_unittest.cc', 275 'renderer/media/audio_message_filter_unittest.cc',
276 'renderer/media/audio_renderer_impl_unittest.cc', 276 'renderer/media/audio_renderer_impl_unittest.cc',
277 'renderer/media/capture_video_decoder_unittest.cc', 277 'renderer/media/capture_video_decoder_unittest.cc',
278 'renderer/media/media_stream_dispatcher_unittest.cc',
279 'renderer/media/video_capture_impl_unittest.cc', 278 'renderer/media/video_capture_impl_unittest.cc',
280 'renderer/media/video_capture_message_filter_unittest.cc', 279 'renderer/media/video_capture_message_filter_unittest.cc',
281 'renderer/paint_aggregator_unittest.cc', 280 'renderer/paint_aggregator_unittest.cc',
282 'renderer/pepper/pepper_broker_impl_unittest.cc', 281 'renderer/pepper/pepper_broker_impl_unittest.cc',
283 'renderer/v8_value_converter_impl_unittest.cc', 282 'renderer/v8_value_converter_impl_unittest.cc',
284 'test/gpu/gpu_test_config_unittest.cc', 283 'test/gpu/gpu_test_config_unittest.cc',
285 'test/gpu/gpu_test_expectations_parser_unittest.cc', 284 'test/gpu/gpu_test_expectations_parser_unittest.cc',
286 'test/run_all_unittests.cc', 285 'test/run_all_unittests.cc',
287 ], 286 ],
288 'conditions': [ 287 'conditions': [
289 ['enable_webrtc==1', { 288 ['enable_webrtc==1', {
290 'sources': [ 289 'sources': [
290 'renderer/media/media_stream_dispatcher_unittest.cc',
291 'renderer/media/media_stream_impl_unittest.cc', 291 'renderer/media/media_stream_impl_unittest.cc',
292 'renderer/media/peer_connection_handler_unittest.cc', 292 'renderer/media/peer_connection_handler_unittest.cc',
293 'renderer/media/rtc_video_decoder_unittest.cc', 293 'renderer/media/rtc_video_decoder_unittest.cc',
294 'renderer/media/webrtc_audio_device_unittest.cc', 294 'renderer/media/webrtc_audio_device_unittest.cc',
295 ], 295 ],
296 'dependencies': [ 296 'dependencies': [
297 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 297 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
298 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 298 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
299 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers', 299 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers',
300 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re', 300 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ], 480 ],
481 'sources': [ 481 'sources': [
482 'common/gpu/media/video_decode_accelerator_unittest.cc', 482 'common/gpu/media/video_decode_accelerator_unittest.cc',
483 ], 483 ],
484 } 484 }
485 ], 485 ],
486 }, 486 },
487 ], 487 ],
488 ], 488 ],
489 } 489 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698