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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'browser/media/android/media_resource_getter_impl.cc', | 966 'browser/media/android/media_resource_getter_impl.cc', |
967 'browser/media/android/media_resource_getter_impl.h', | 967 'browser/media/android/media_resource_getter_impl.h', |
968 'browser/media/audio_state_provider.cc', | 968 'browser/media/audio_state_provider.cc', |
969 'browser/media/audio_state_provider.h', | 969 'browser/media/audio_state_provider.h', |
970 'browser/media/audio_stream_monitor.cc', | 970 'browser/media/audio_stream_monitor.cc', |
971 'browser/media/audio_stream_monitor.h', | 971 'browser/media/audio_stream_monitor.h', |
972 'browser/media/capture/animated_content_sampler.cc', | 972 'browser/media/capture/animated_content_sampler.cc', |
973 'browser/media/capture/animated_content_sampler.h', | 973 'browser/media/capture/animated_content_sampler.h', |
974 'browser/media/capture/audio_mirroring_manager.cc', | 974 'browser/media/capture/audio_mirroring_manager.cc', |
975 'browser/media/capture/audio_mirroring_manager.h', | 975 'browser/media/capture/audio_mirroring_manager.h', |
| 976 'browser/media/capture/capture_resolution_chooser.cc', |
| 977 'browser/media/capture/capture_resolution_chooser.h', |
976 'browser/media/capture/content_video_capture_device_core.cc', | 978 'browser/media/capture/content_video_capture_device_core.cc', |
977 'browser/media/capture/content_video_capture_device_core.h', | 979 'browser/media/capture/content_video_capture_device_core.h', |
978 'browser/media/capture/feedback_signal_accumulator.cc', | 980 'browser/media/capture/feedback_signal_accumulator.cc', |
979 'browser/media/capture/feedback_signal_accumulator.h', | 981 'browser/media/capture/feedback_signal_accumulator.h', |
980 'browser/media/capture/smooth_event_sampler.cc', | 982 'browser/media/capture/smooth_event_sampler.cc', |
981 'browser/media/capture/smooth_event_sampler.h', | 983 'browser/media/capture/smooth_event_sampler.h', |
982 'browser/media/capture/video_capture_oracle.cc', | 984 'browser/media/capture/video_capture_oracle.cc', |
983 'browser/media/capture/video_capture_oracle.h', | 985 'browser/media/capture/video_capture_oracle.h', |
984 'browser/media/capture/web_contents_audio_input_stream.cc', | 986 'browser/media/capture/web_contents_audio_input_stream.cc', |
985 'browser/media/capture/web_contents_audio_input_stream.h', | 987 'browser/media/capture/web_contents_audio_input_stream.h', |
(...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2044 'browser/media/media_web_contents_observer.h', | 2046 'browser/media/media_web_contents_observer.h', |
2045 ], | 2047 ], |
2046 }], | 2048 }], |
2047 ['OS == "linux" and use_openssl==1', { | 2049 ['OS == "linux" and use_openssl==1', { |
2048 'dependencies': [ | 2050 'dependencies': [ |
2049 '../third_party/boringssl/boringssl.gyp:boringssl', | 2051 '../third_party/boringssl/boringssl.gyp:boringssl', |
2050 ], | 2052 ], |
2051 }], | 2053 }], |
2052 ], | 2054 ], |
2053 } | 2055 } |
OLD | NEW |