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

Side by Side Diff: content/content_tests.gypi

Issue 100743003: Extend content::DesktopMediaID to allow Aura windows as capture sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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) 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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698