OLD | NEW |
---|---|
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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
783 'browser/mach_broker_mac.h', | 783 'browser/mach_broker_mac.h', |
784 'browser/mach_broker_mac.mm', | 784 'browser/mach_broker_mac.mm', |
785 'browser/media/android/browser_demuxer_android.cc', | 785 'browser/media/android/browser_demuxer_android.cc', |
786 'browser/media/android/browser_demuxer_android.h', | 786 'browser/media/android/browser_demuxer_android.h', |
787 'browser/media/android/browser_media_player_manager.cc', | 787 'browser/media/android/browser_media_player_manager.cc', |
788 'browser/media/android/browser_media_player_manager.h', | 788 'browser/media/android/browser_media_player_manager.h', |
789 'browser/media/android/media_drm_credential_manager.cc', | 789 'browser/media/android/media_drm_credential_manager.cc', |
790 'browser/media/android/media_drm_credential_manager.h', | 790 'browser/media/android/media_drm_credential_manager.h', |
791 'browser/media/android/media_resource_getter_impl.cc', | 791 'browser/media/android/media_resource_getter_impl.cc', |
792 'browser/media/android/media_resource_getter_impl.h', | 792 'browser/media/android/media_resource_getter_impl.h', |
793 'browser/media/android/media_web_contents_observer.cc', | |
794 'browser/media/android/media_web_contents_observer.h', | |
795 'browser/media/capture/audio_mirroring_manager.cc', | 793 'browser/media/capture/audio_mirroring_manager.cc', |
796 'browser/media/capture/audio_mirroring_manager.h', | 794 'browser/media/capture/audio_mirroring_manager.h', |
797 'browser/media/capture/content_video_capture_device_core.cc', | 795 'browser/media/capture/content_video_capture_device_core.cc', |
798 'browser/media/capture/content_video_capture_device_core.h', | 796 'browser/media/capture/content_video_capture_device_core.h', |
799 'browser/media/capture/video_capture_oracle.cc', | 797 'browser/media/capture/video_capture_oracle.cc', |
800 'browser/media/capture/video_capture_oracle.h', | 798 'browser/media/capture/video_capture_oracle.h', |
801 'browser/media/capture/web_contents_audio_input_stream.cc', | 799 'browser/media/capture/web_contents_audio_input_stream.cc', |
802 'browser/media/capture/web_contents_audio_input_stream.h', | 800 'browser/media/capture/web_contents_audio_input_stream.h', |
803 'browser/media/capture/web_contents_capture_util.cc', | 801 'browser/media/capture/web_contents_capture_util.cc', |
804 'browser/media/capture/web_contents_capture_util.h', | 802 'browser/media/capture/web_contents_capture_util.h', |
805 'browser/media/capture/web_contents_tracker.cc', | 803 'browser/media/capture/web_contents_tracker.cc', |
806 'browser/media/capture/web_contents_tracker.h', | 804 'browser/media/capture/web_contents_tracker.h', |
807 'browser/media/capture/web_contents_video_capture_device.cc', | 805 'browser/media/capture/web_contents_video_capture_device.cc', |
808 'browser/media/capture/web_contents_video_capture_device.h', | 806 'browser/media/capture/web_contents_video_capture_device.h', |
809 'browser/media/cdm/browser_cdm_manager.cc', | |
810 'browser/media/cdm/browser_cdm_manager.h', | |
811 'browser/media/media_internals.cc', | 807 'browser/media/media_internals.cc', |
812 'browser/media/media_internals.h', | 808 'browser/media/media_internals.h', |
813 'browser/media/media_internals_handler.cc', | 809 'browser/media/media_internals_handler.cc', |
814 'browser/media/media_internals_handler.h', | 810 'browser/media/media_internals_handler.h', |
815 'browser/media/media_internals_proxy.cc', | 811 'browser/media/media_internals_proxy.cc', |
816 'browser/media/media_internals_proxy.h', | 812 'browser/media/media_internals_proxy.h', |
817 'browser/media/media_internals_ui.cc', | 813 'browser/media/media_internals_ui.cc', |
818 'browser/media/media_internals_ui.h', | 814 'browser/media/media_internals_ui.h', |
819 'browser/media/webrtc_identity_store.cc', | 815 'browser/media/webrtc_identity_store.cc', |
820 'browser/media/webrtc_identity_store.h', | 816 'browser/media/webrtc_identity_store.h', |
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1756 ], | 1752 ], |
1757 'dependencies': [ | 1753 'dependencies': [ |
1758 '../build/linux/system.gyp:dbus', | 1754 '../build/linux/system.gyp:dbus', |
1759 '../dbus/dbus.gyp:dbus', | 1755 '../dbus/dbus.gyp:dbus', |
1760 ], | 1756 ], |
1761 }, { # OS != "linux" or use_dbus==0 | 1757 }, { # OS != "linux" or use_dbus==0 |
1762 'sources!': [ | 1758 'sources!': [ |
1763 'browser/geolocation/wifi_data_provider_linux.cc', | 1759 'browser/geolocation/wifi_data_provider_linux.cc', |
1764 ], | 1760 ], |
1765 }], | 1761 }], |
1762 ['enable_browser_cdms==1', { | |
1763 'sources': [ | |
1764 'browser/media/cdm/browser_cdm_manager.cc', | |
1765 'browser/media/cdm/browser_cdm_manager.h', | |
1766 'browser/media/media_web_contents_observer.cc', | |
1767 'browser/media/media_web_contents_observer.h', | |
xhwang
2014/06/05 00:21:25
This is working for Android because Android always
| |
1768 ], | |
1769 }], | |
1766 ], | 1770 ], |
1767 } | 1771 } |
OLD | NEW |