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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 'browser/mach_broker_mac.h', | 773 'browser/mach_broker_mac.h', |
774 'browser/mach_broker_mac.mm', | 774 'browser/mach_broker_mac.mm', |
775 'browser/media/android/browser_demuxer_android.cc', | 775 'browser/media/android/browser_demuxer_android.cc', |
776 'browser/media/android/browser_demuxer_android.h', | 776 'browser/media/android/browser_demuxer_android.h', |
777 'browser/media/android/browser_media_player_manager.cc', | 777 'browser/media/android/browser_media_player_manager.cc', |
778 'browser/media/android/browser_media_player_manager.h', | 778 'browser/media/android/browser_media_player_manager.h', |
779 'browser/media/android/media_drm_credential_manager.cc', | 779 'browser/media/android/media_drm_credential_manager.cc', |
780 'browser/media/android/media_drm_credential_manager.h', | 780 'browser/media/android/media_drm_credential_manager.h', |
781 'browser/media/android/media_resource_getter_impl.cc', | 781 'browser/media/android/media_resource_getter_impl.cc', |
782 'browser/media/android/media_resource_getter_impl.h', | 782 'browser/media/android/media_resource_getter_impl.h', |
| 783 'browser/media/android/media_web_contents_observer.cc', |
| 784 'browser/media/android/media_web_contents_observer.h', |
783 'browser/media/capture/audio_mirroring_manager.cc', | 785 'browser/media/capture/audio_mirroring_manager.cc', |
784 'browser/media/capture/audio_mirroring_manager.h', | 786 'browser/media/capture/audio_mirroring_manager.h', |
785 'browser/media/capture/content_video_capture_device_core.cc', | 787 'browser/media/capture/content_video_capture_device_core.cc', |
786 'browser/media/capture/content_video_capture_device_core.h', | 788 'browser/media/capture/content_video_capture_device_core.h', |
787 'browser/media/capture/video_capture_oracle.cc', | 789 'browser/media/capture/video_capture_oracle.cc', |
788 'browser/media/capture/video_capture_oracle.h', | 790 'browser/media/capture/video_capture_oracle.h', |
789 'browser/media/capture/web_contents_audio_input_stream.cc', | 791 'browser/media/capture/web_contents_audio_input_stream.cc', |
790 'browser/media/capture/web_contents_audio_input_stream.h', | 792 'browser/media/capture/web_contents_audio_input_stream.h', |
791 'browser/media/capture/web_contents_capture_util.cc', | 793 'browser/media/capture/web_contents_capture_util.cc', |
792 'browser/media/capture/web_contents_capture_util.h', | 794 'browser/media/capture/web_contents_capture_util.h', |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1741 '../build/linux/system.gyp:dbus', | 1743 '../build/linux/system.gyp:dbus', |
1742 '../dbus/dbus.gyp:dbus', | 1744 '../dbus/dbus.gyp:dbus', |
1743 ], | 1745 ], |
1744 }, { # OS != "linux" or use_dbus==0 | 1746 }, { # OS != "linux" or use_dbus==0 |
1745 'sources!': [ | 1747 'sources!': [ |
1746 'browser/geolocation/wifi_data_provider_linux.cc', | 1748 'browser/geolocation/wifi_data_provider_linux.cc', |
1747 ], | 1749 ], |
1748 }], | 1750 }], |
1749 ], | 1751 ], |
1750 } | 1752 } |
OLD | NEW |