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/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
963 'browser/media/android/media_resource_getter_impl.cc', | 963 'browser/media/android/media_resource_getter_impl.cc', |
964 'browser/media/android/media_resource_getter_impl.h', | 964 'browser/media/android/media_resource_getter_impl.h', |
965 'browser/media/audio_state_provider.cc', | 965 'browser/media/audio_state_provider.cc', |
966 'browser/media/audio_state_provider.h', | 966 'browser/media/audio_state_provider.h', |
967 'browser/media/audio_stream_monitor.cc', | 967 'browser/media/audio_stream_monitor.cc', |
968 'browser/media/audio_stream_monitor.h', | 968 'browser/media/audio_stream_monitor.h', |
969 'browser/media/capture/audio_mirroring_manager.cc', | 969 'browser/media/capture/audio_mirroring_manager.cc', |
970 'browser/media/capture/audio_mirroring_manager.h', | 970 'browser/media/capture/audio_mirroring_manager.h', |
971 'browser/media/capture/content_video_capture_device_core.cc', | 971 'browser/media/capture/content_video_capture_device_core.cc', |
972 'browser/media/capture/content_video_capture_device_core.h', | 972 'browser/media/capture/content_video_capture_device_core.h', |
| 973 'browser/media/capture/time_weighted_average.cc', |
| 974 'browser/media/capture/time_weighted_average.h', |
973 'browser/media/capture/video_capture_oracle.cc', | 975 'browser/media/capture/video_capture_oracle.cc', |
974 'browser/media/capture/video_capture_oracle.h', | 976 'browser/media/capture/video_capture_oracle.h', |
975 'browser/media/capture/web_contents_audio_input_stream.cc', | 977 'browser/media/capture/web_contents_audio_input_stream.cc', |
976 'browser/media/capture/web_contents_audio_input_stream.h', | 978 'browser/media/capture/web_contents_audio_input_stream.h', |
977 'browser/media/capture/web_contents_audio_muter.cc', | 979 'browser/media/capture/web_contents_audio_muter.cc', |
978 'browser/media/capture/web_contents_audio_muter.h', | 980 'browser/media/capture/web_contents_audio_muter.h', |
979 'browser/media/capture/web_contents_capture_util.cc', | 981 'browser/media/capture/web_contents_capture_util.cc', |
980 'browser/media/capture/web_contents_capture_util.h', | 982 'browser/media/capture/web_contents_capture_util.h', |
981 'browser/media/capture/web_contents_tracker.cc', | 983 'browser/media/capture/web_contents_tracker.cc', |
982 'browser/media/capture/web_contents_tracker.h', | 984 'browser/media/capture/web_contents_tracker.h', |
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2028 'browser/media/media_web_contents_observer.h', | 2030 'browser/media/media_web_contents_observer.h', |
2029 ], | 2031 ], |
2030 }], | 2032 }], |
2031 ['OS == "linux" and use_openssl==1', { | 2033 ['OS == "linux" and use_openssl==1', { |
2032 'dependencies': [ | 2034 'dependencies': [ |
2033 '../third_party/boringssl/boringssl.gyp:boringssl', | 2035 '../third_party/boringssl/boringssl.gyp:boringssl', |
2034 ], | 2036 ], |
2035 }], | 2037 }], |
2036 ], | 2038 ], |
2037 } | 2039 } |
OLD | NEW |