| OLD | NEW |
| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 }], | 675 }], |
| 676 ['enable_plugins==0', { | 676 ['enable_plugins==0', { |
| 677 'sources/': [ | 677 'sources/': [ |
| 678 ['exclude', '^browser/renderer_host/pepper/'], | 678 ['exclude', '^browser/renderer_host/pepper/'], |
| 679 ['exclude', '^child/npapi/'], | 679 ['exclude', '^child/npapi/'], |
| 680 ['exclude', '^renderer/npapi/'], | 680 ['exclude', '^renderer/npapi/'], |
| 681 ['exclude', '^renderer/pepper/'], | 681 ['exclude', '^renderer/pepper/'], |
| 682 ], | 682 ], |
| 683 'sources!': [ | 683 'sources!': [ |
| 684 'browser/plugin_loader_posix_unittest.cc', | 684 'browser/plugin_loader_posix_unittest.cc', |
| 685 'renderer/media/media_stream_video_source_unittest.cc', |
| 685 'renderer/media/video_destination_handler_unittest.cc', | 686 'renderer/media/video_destination_handler_unittest.cc', |
| 686 ], | 687 ], |
| 687 }], | 688 }], |
| 688 ['enable_webrtc==1', { | 689 ['enable_webrtc==1', { |
| 689 'sources': [ | 690 'sources': [ |
| 690 'browser/media/webrtc_internals_unittest.cc', | 691 'browser/media/webrtc_internals_unittest.cc', |
| 691 'browser/renderer_host/media/webrtc_identity_service_host_unittest.c
c', | 692 'browser/renderer_host/media/webrtc_identity_service_host_unittest.c
c', |
| 692 'browser/renderer_host/p2p/socket_host_test_utils.cc', | 693 'browser/renderer_host/p2p/socket_host_test_utils.cc', |
| 693 'browser/renderer_host/p2p/socket_host_test_utils.h', | 694 'browser/renderer_host/p2p/socket_host_test_utils.h', |
| 694 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 695 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 708 'renderer/media/webrtc_local_audio_track_unittest.cc', | 709 'renderer/media/webrtc_local_audio_track_unittest.cc', |
| 709 ], | 710 ], |
| 710 'dependencies': [ | 711 'dependencies': [ |
| 711 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 712 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
| 712 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 713 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 713 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 714 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
| 714 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine', | 715 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine', |
| 715 ] | 716 ] |
| 716 }, { | 717 }, { |
| 717 'sources!': [ | 718 'sources!': [ |
| 719 'renderer/media/media_stream_video_source_unittest.cc', |
| 718 'renderer/media/video_destination_handler_unittest.cc', | 720 'renderer/media/video_destination_handler_unittest.cc', |
| 719 ], | 721 ], |
| 720 }], | 722 }], |
| 721 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 723 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
| 722 'sources': [ | 724 'sources': [ |
| 723 'browser/renderer_host/media/desktop_capture_device_unittest.cc', | 725 'browser/renderer_host/media/desktop_capture_device_unittest.cc', |
| 724 ], | 726 ], |
| 725 'dependencies': [ | 727 'dependencies': [ |
| 726 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 728 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 727 ], | 729 ], |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1628 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1630 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1629 }, | 1631 }, |
| 1630 ], | 1632 ], |
| 1631 }], | 1633 }], |
| 1632 ], | 1634 ], |
| 1633 }, | 1635 }, |
| 1634 ], | 1636 ], |
| 1635 }], | 1637 }], |
| 1636 ], | 1638 ], |
| 1637 } | 1639 } |
| OLD | NEW |