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

Side by Side Diff: content/content_tests.gypi

Issue 23691038: Switch LiveAudio to source provider solution. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated the comments and added notreached() Created 7 years, 3 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 624 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
625 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 625 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
626 'renderer/media/media_stream_dependency_factory_unittest.cc', 626 'renderer/media/media_stream_dependency_factory_unittest.cc',
627 'renderer/media/media_stream_dispatcher_unittest.cc', 627 'renderer/media/media_stream_dispatcher_unittest.cc',
628 'renderer/media/media_stream_impl_unittest.cc', 628 'renderer/media/media_stream_impl_unittest.cc',
629 'renderer/media/rtc_peer_connection_handler_unittest.cc', 629 'renderer/media/rtc_peer_connection_handler_unittest.cc',
630 'renderer/media/rtc_video_decoder_unittest.cc', 630 'renderer/media/rtc_video_decoder_unittest.cc',
631 'renderer/media/video_source_handler_unittest.cc', 631 'renderer/media/video_source_handler_unittest.cc',
632 'renderer/media/webrtc_audio_device_unittest.cc', 632 'renderer/media/webrtc_audio_device_unittest.cc',
633 'renderer/media/webrtc_identity_service_unittest.cc', 633 'renderer/media/webrtc_identity_service_unittest.cc',
634 'renderer/media/webrtc_local_audio_source_provider_unittest.cc',
634 'renderer/media/webrtc_local_audio_track_unittest.cc', 635 'renderer/media/webrtc_local_audio_track_unittest.cc',
635 ], 636 ],
636 'dependencies': [ 637 'dependencies': [
637 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 638 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
638 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 639 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
639 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 640 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
640 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine', 641 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine',
641 ] 642 ]
642 }, { 643 }, {
643 'sources!': [ 644 'sources!': [
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1434 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1434 }, 1435 },
1435 ], 1436 ],
1436 }], 1437 }],
1437 ], 1438 ],
1438 }, 1439 },
1439 ], 1440 ],
1440 }], 1441 }],
1441 ], 1442 ],
1442 } 1443 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698