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

Side by Side Diff: content/content_tests.gypi

Issue 13890012: Integrate VDA with WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments, update tests, and use a new thred to call RGVDF::CreateSharedMemory Created 7 years, 5 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
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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'sources': [ 607 'sources': [
608 'browser/media/webrtc_internals_unittest.cc', 608 'browser/media/webrtc_internals_unittest.cc',
609 'browser/renderer_host/p2p/socket_host_test_utils.h', 609 'browser/renderer_host/p2p/socket_host_test_utils.h',
610 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 610 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
611 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 611 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
612 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 612 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
613 'renderer/media/media_stream_dependency_factory_unittest.cc', 613 'renderer/media/media_stream_dependency_factory_unittest.cc',
614 'renderer/media/media_stream_dispatcher_unittest.cc', 614 'renderer/media/media_stream_dispatcher_unittest.cc',
615 'renderer/media/media_stream_impl_unittest.cc', 615 'renderer/media/media_stream_impl_unittest.cc',
616 'renderer/media/rtc_peer_connection_handler_unittest.cc', 616 'renderer/media/rtc_peer_connection_handler_unittest.cc',
617 'renderer/media/rtc_video_decoder_unittest.cc',
617 'renderer/media/video_destination_handler_unittest.cc', 618 'renderer/media/video_destination_handler_unittest.cc',
618 'renderer/media/video_source_handler_unittest.cc', 619 'renderer/media/video_source_handler_unittest.cc',
619 'renderer/media/webrtc_audio_device_unittest.cc', 620 'renderer/media/webrtc_audio_device_unittest.cc',
620 'renderer/media/webrtc_local_audio_track_unittest.cc', 621 'renderer/media/webrtc_local_audio_track_unittest.cc',
621 ], 622 ],
622 'dependencies': [ 623 'dependencies': [
623 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 624 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
624 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 625 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
625 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 626 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
626 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine', 627 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 'resource_dir': 'shell/android/shell_apk/res', 1222 'resource_dir': 'shell/android/shell_apk/res',
1222 'additional_src_dirs': ['public/android/javatests/',], 1223 'additional_src_dirs': ['public/android/javatests/',],
1223 'is_test_apk': 1, 1224 'is_test_apk': 1,
1224 }, 1225 },
1225 'includes': [ '../build/java_apk.gypi' ], 1226 'includes': [ '../build/java_apk.gypi' ],
1226 }, 1227 },
1227 ], 1228 ],
1228 }], 1229 }],
1229 ], 1230 ],
1230 } 1231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698