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

Side by Side Diff: content/content_tests.gypi

Issue 1249233002: [backup] Add MediaRecorderHandler (video part) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@m_crbug262211__MSRecorder__4__VideoTrackRecorder
Patch Set: UnitTests cleanup Created 5 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_recorder_handler.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) 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 ], 710 ],
711 'content_unittests_webrtc_sources': [ 711 'content_unittests_webrtc_sources': [
712 'browser/media/webrtc_internals_unittest.cc', 712 'browser/media/webrtc_internals_unittest.cc',
713 'browser/renderer_host/media/webrtc_identity_service_host_unittest.cc', 713 'browser/renderer_host/media/webrtc_identity_service_host_unittest.cc',
714 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 714 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
715 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 715 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
716 'browser/renderer_host/p2p/socket_host_test_utils.cc', 716 'browser/renderer_host/p2p/socket_host_test_utils.cc',
717 'browser/renderer_host/p2p/socket_host_test_utils.h', 717 'browser/renderer_host/p2p/socket_host_test_utils.h',
718 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 718 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
719 'browser/renderer_host/p2p/socket_host_unittest.cc', 719 'browser/renderer_host/p2p/socket_host_unittest.cc',
720 'renderer/media/media_recorder_handler_unittest.cc',
720 'renderer/media/media_stream_audio_processor_unittest.cc', 721 'renderer/media/media_stream_audio_processor_unittest.cc',
721 'renderer/media/media_stream_constraints_util_unittest.cc', 722 'renderer/media/media_stream_constraints_util_unittest.cc',
722 'renderer/media/media_stream_dispatcher_unittest.cc', 723 'renderer/media/media_stream_dispatcher_unittest.cc',
723 'renderer/media/media_stream_video_capture_source_unittest.cc', 724 'renderer/media/media_stream_video_capture_source_unittest.cc',
724 'renderer/media/media_stream_video_source_unittest.cc', 725 'renderer/media/media_stream_video_source_unittest.cc',
725 'renderer/media/media_stream_video_track_unittest.cc', 726 'renderer/media/media_stream_video_track_unittest.cc',
726 'renderer/media/mock_media_constraint_factory.cc', 727 'renderer/media/mock_media_constraint_factory.cc',
727 'renderer/media/mock_media_stream_registry.cc', 728 'renderer/media/mock_media_stream_registry.cc',
728 'renderer/media/mock_media_stream_registry.h', 729 'renderer/media/mock_media_stream_registry.h',
729 'renderer/media/mock_media_stream_video_sink.cc', 730 'renderer/media/mock_media_stream_video_sink.cc',
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 ], 2103 ],
2103 }, 2104 },
2104 'includes': [ 2105 'includes': [
2105 '../build/host_jar.gypi', 2106 '../build/host_jar.gypi',
2106 ], 2107 ],
2107 }, 2108 },
2108 ], 2109 ],
2109 }], 2110 }],
2110 ], 2111 ],
2111 } 2112 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_recorder_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698