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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 708 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
709 'sources': [ | 709 'sources': [ |
710 'browser/renderer_host/media/desktop_capture_device_unittest.cc', | 710 'browser/renderer_host/media/desktop_capture_device_unittest.cc', |
711 ], | 711 ], |
712 'dependencies': [ | 712 'dependencies': [ |
713 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 713 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
714 ], | 714 ], |
715 }], | 715 }], |
716 ['enable_webrtc==1 and chromeos==1', { | 716 ['enable_webrtc==1 and chromeos==1', { |
717 'sources': [ | 717 'sources': [ |
718 'browser/renderer_host/media/desktop_capture_device_ash_unittest.cc'
, | 718 'browser/renderer_host/media/desktop_capture_device_aura_unittest.cc
', |
719 ], | 719 ], |
720 }], | 720 }], |
721 # TODO(jrg): remove the OS=="android" section? | 721 # TODO(jrg): remove the OS=="android" section? |
722 # http://crbug.com/113172 | 722 # http://crbug.com/113172 |
723 # Understand better how media_stream_ is tied into Chromium. | 723 # Understand better how media_stream_ is tied into Chromium. |
724 ['enable_webrtc==0 and OS=="android"', { | 724 ['enable_webrtc==0 and OS=="android"', { |
725 'sources/': [ | 725 'sources/': [ |
726 ['exclude', '^renderer/media/media_stream_'], | 726 ['exclude', '^renderer/media/media_stream_'], |
727 ], | 727 ], |
728 }], | 728 }], |
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1638 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1638 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1639 }, | 1639 }, |
1640 ], | 1640 ], |
1641 }], | 1641 }], |
1642 ], | 1642 ], |
1643 }, | 1643 }, |
1644 ], | 1644 ], |
1645 }], | 1645 }], |
1646 ], | 1646 ], |
1647 } | 1647 } |
OLD | NEW |