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

Side by Side Diff: content/content_tests.gypi

Issue 14312015: Effects Pepper Plugin and MediaStream Glue. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'dependencies': [ 181 'dependencies': [
182 '../sandbox/sandbox.gyp:sandbox', 182 '../sandbox/sandbox.gyp:sandbox',
183 ], 183 ],
184 }], 184 }],
185 ['enable_webrtc==1', { 185 ['enable_webrtc==1', {
186 'sources': [ 186 'sources': [
187 'renderer/media/mock_media_stream_dependency_factory.cc', 187 'renderer/media/mock_media_stream_dependency_factory.cc',
188 'renderer/media/mock_media_stream_dependency_factory.h', 188 'renderer/media/mock_media_stream_dependency_factory.h',
189 'renderer/media/mock_media_stream_dispatcher.cc', 189 'renderer/media/mock_media_stream_dispatcher.cc',
190 'renderer/media/mock_media_stream_dispatcher.h', 190 'renderer/media/mock_media_stream_dispatcher.h',
191 'renderer/media/mock_media_stream_registry.cc',
192 'renderer/media/mock_media_stream_registry.h',
191 'renderer/media/mock_peer_connection_impl.cc', 193 'renderer/media/mock_peer_connection_impl.cc',
192 'renderer/media/mock_peer_connection_impl.h', 194 'renderer/media/mock_peer_connection_impl.h',
193 'renderer/media/mock_web_rtc_peer_connection_handler_client.cc', 195 'renderer/media/mock_web_rtc_peer_connection_handler_client.cc',
194 'renderer/media/mock_web_rtc_peer_connection_handler_client.h', 196 'renderer/media/mock_web_rtc_peer_connection_handler_client.h',
195 'test/webrtc_audio_device_test.cc', 197 'test/webrtc_audio_device_test.cc',
196 'test/webrtc_audio_device_test.h', 198 'test/webrtc_audio_device_test.h',
197 ], 199 ],
198 'dependencies': [ 200 'dependencies': [
199 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 201 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
200 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 202 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 ['enable_webrtc==1', { 587 ['enable_webrtc==1', {
586 'sources': [ 588 'sources': [
587 'browser/renderer_host/p2p/socket_host_test_utils.h', 589 'browser/renderer_host/p2p/socket_host_test_utils.h',
588 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 590 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
589 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 591 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
590 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 592 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
591 'renderer/media/media_stream_dependency_factory_unittest.cc', 593 'renderer/media/media_stream_dependency_factory_unittest.cc',
592 'renderer/media/media_stream_dispatcher_unittest.cc', 594 'renderer/media/media_stream_dispatcher_unittest.cc',
593 'renderer/media/media_stream_impl_unittest.cc', 595 'renderer/media/media_stream_impl_unittest.cc',
594 'renderer/media/rtc_peer_connection_handler_unittest.cc', 596 'renderer/media/rtc_peer_connection_handler_unittest.cc',
597 'renderer/media/video_destination_handler_unittest.cc',
598 'renderer/media/video_source_handler_unittest.cc',
595 'renderer/media/webrtc_audio_device_unittest.cc', 599 'renderer/media/webrtc_audio_device_unittest.cc',
596 ], 600 ],
597 'dependencies': [ 601 'dependencies': [
598 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 602 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
599 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 603 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
600 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 604 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
601 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re', 605 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re',
602 ] 606 ]
603 }], 607 }],
604 # TODO(jrg): remove the OS=="android" section? 608 # TODO(jrg): remove the OS=="android" section?
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 'resource_dir': 'shell/android/shell_apk/res', 1104 'resource_dir': 'shell/android/shell_apk/res',
1101 'additional_src_dirs': ['public/android/javatests/',], 1105 'additional_src_dirs': ['public/android/javatests/',],
1102 'is_test_apk': 1, 1106 'is_test_apk': 1,
1103 }, 1107 },
1104 'includes': [ '../build/java_apk.gypi' ], 1108 'includes': [ '../build/java_apk.gypi' ],
1105 }, 1109 },
1106 ], 1110 ],
1107 }], 1111 }],
1108 ], 1112 ],
1109 } 1113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698