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 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
956 'browser/manifest/manifest_manager_host.cc', | 956 'browser/manifest/manifest_manager_host.cc', |
957 'browser/manifest/manifest_manager_host.h', | 957 'browser/manifest/manifest_manager_host.h', |
958 'browser/media/android/browser_demuxer_android.cc', | 958 'browser/media/android/browser_demuxer_android.cc', |
959 'browser/media/android/browser_demuxer_android.h', | 959 'browser/media/android/browser_demuxer_android.h', |
960 'browser/media/android/browser_media_player_manager.cc', | 960 'browser/media/android/browser_media_player_manager.cc', |
961 'browser/media/android/browser_media_player_manager.h', | 961 'browser/media/android/browser_media_player_manager.h', |
962 'browser/media/android/media_drm_credential_manager.cc', | 962 'browser/media/android/media_drm_credential_manager.cc', |
963 'browser/media/android/media_drm_credential_manager.h', | 963 'browser/media/android/media_drm_credential_manager.h', |
964 'browser/media/android/media_resource_getter_impl.cc', | 964 'browser/media/android/media_resource_getter_impl.cc', |
965 'browser/media/android/media_resource_getter_impl.h', | 965 'browser/media/android/media_resource_getter_impl.h', |
| 966 'browser/media/android/media_session.cc', |
| 967 'browser/media/android/media_session.h', |
| 968 'browser/media/android/media_session_delegate.h', |
966 'browser/media/audio_state_provider.cc', | 969 'browser/media/audio_state_provider.cc', |
967 'browser/media/audio_state_provider.h', | 970 'browser/media/audio_state_provider.h', |
968 'browser/media/audio_stream_monitor.cc', | 971 'browser/media/audio_stream_monitor.cc', |
969 'browser/media/audio_stream_monitor.h', | 972 'browser/media/audio_stream_monitor.h', |
970 'browser/media/capture/animated_content_sampler.cc', | 973 'browser/media/capture/animated_content_sampler.cc', |
971 'browser/media/capture/animated_content_sampler.h', | 974 'browser/media/capture/animated_content_sampler.h', |
972 'browser/media/capture/audio_mirroring_manager.cc', | 975 'browser/media/capture/audio_mirroring_manager.cc', |
973 'browser/media/capture/audio_mirroring_manager.h', | 976 'browser/media/capture/audio_mirroring_manager.h', |
974 'browser/media/capture/content_video_capture_device_core.cc', | 977 'browser/media/capture/content_video_capture_device_core.cc', |
975 'browser/media/capture/content_video_capture_device_core.h', | 978 'browser/media/capture/content_video_capture_device_core.h', |
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2038 'browser/media/media_web_contents_observer.h', | 2041 'browser/media/media_web_contents_observer.h', |
2039 ], | 2042 ], |
2040 }], | 2043 }], |
2041 ['OS == "linux" and use_openssl==1', { | 2044 ['OS == "linux" and use_openssl==1', { |
2042 'dependencies': [ | 2045 'dependencies': [ |
2043 '../third_party/boringssl/boringssl.gyp:boringssl', | 2046 '../third_party/boringssl/boringssl.gyp:boringssl', |
2044 ], | 2047 ], |
2045 }], | 2048 }], |
2046 ], | 2049 ], |
2047 } | 2050 } |
OLD | NEW |