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

Side by Side Diff: content/content_tests.gypi

Issue 10383151: Refactor MediaStreamImpl and PeerConnection glue implementation after WebKit changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and added NON_EXPORTED_BASE to the base of MediaStreamExtradata. Created 8 years, 7 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 | 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '../webkit/quota/mock_special_storage_policy.cc', 118 '../webkit/quota/mock_special_storage_policy.cc',
119 '../webkit/quota/mock_special_storage_policy.h', 119 '../webkit/quota/mock_special_storage_policy.h',
120 ], 120 ],
121 'conditions': [ 121 'conditions': [
122 ['enable_webrtc==1', { 122 ['enable_webrtc==1', {
123 'sources': [ 123 'sources': [
124 'renderer/media/mock_media_stream_dependency_factory.cc', 124 'renderer/media/mock_media_stream_dependency_factory.cc',
125 'renderer/media/mock_media_stream_dependency_factory.h', 125 'renderer/media/mock_media_stream_dependency_factory.h',
126 'renderer/media/mock_media_stream_dispatcher.cc', 126 'renderer/media/mock_media_stream_dispatcher.cc',
127 'renderer/media/mock_media_stream_dispatcher.h', 127 'renderer/media/mock_media_stream_dispatcher.h',
128 'renderer/media/mock_media_stream_impl.cc',
129 'renderer/media/mock_media_stream_impl.h',
130 'renderer/media/mock_peer_connection_impl.cc', 128 'renderer/media/mock_peer_connection_impl.cc',
131 'renderer/media/mock_peer_connection_impl.h', 129 'renderer/media/mock_peer_connection_impl.h',
132 'renderer/media/mock_web_peer_connection_00_handler_client.cc', 130 'renderer/media/mock_web_peer_connection_00_handler_client.cc',
133 'renderer/media/mock_web_peer_connection_00_handler_client.h', 131 'renderer/media/mock_web_peer_connection_00_handler_client.h',
134 'renderer/media/mock_web_peer_connection_handler_client.cc', 132 'renderer/media/mock_web_peer_connection_handler_client.cc',
135 'renderer/media/mock_web_peer_connection_handler_client.h', 133 'renderer/media/mock_web_peer_connection_handler_client.h',
136 'test/webrtc_audio_device_test.cc', 134 'test/webrtc_audio_device_test.cc',
137 'test/webrtc_audio_device_test.h', 135 'test/webrtc_audio_device_test.h',
138 ], 136 ],
139 'dependencies': [ 137 'dependencies': [
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 '../testing/gtest.gyp:gtest', 523 '../testing/gtest.gyp:gtest',
526 ], 524 ],
527 'sources': [ 525 'sources': [
528 'common/gpu/media/h264_parser_unittest.cc', 526 'common/gpu/media/h264_parser_unittest.cc',
529 ], 527 ],
530 } 528 }
531 ], 529 ],
532 }], 530 }],
533 ], 531 ],
534 } 532 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698