Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Side by Side Diff: content/content_browser.gypi

Issue 1097633005: FeedbackSignalAccumulator utility class for averaging feedback signals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TimeWeightedAverage --> FeedbackSignalAccumulator, with simplifications! Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
966 'browser/media/audio_state_provider.cc', 966 'browser/media/audio_state_provider.cc',
967 'browser/media/audio_state_provider.h', 967 'browser/media/audio_state_provider.h',
968 'browser/media/audio_stream_monitor.cc', 968 'browser/media/audio_stream_monitor.cc',
969 'browser/media/audio_stream_monitor.h', 969 'browser/media/audio_stream_monitor.h',
970 'browser/media/capture/animated_content_sampler.cc', 970 'browser/media/capture/animated_content_sampler.cc',
971 'browser/media/capture/animated_content_sampler.h', 971 'browser/media/capture/animated_content_sampler.h',
972 'browser/media/capture/audio_mirroring_manager.cc', 972 'browser/media/capture/audio_mirroring_manager.cc',
973 'browser/media/capture/audio_mirroring_manager.h', 973 'browser/media/capture/audio_mirroring_manager.h',
974 'browser/media/capture/content_video_capture_device_core.cc', 974 'browser/media/capture/content_video_capture_device_core.cc',
975 'browser/media/capture/content_video_capture_device_core.h', 975 'browser/media/capture/content_video_capture_device_core.h',
976 'browser/media/capture/feedback_signal_accumulator.cc',
977 'browser/media/capture/feedback_signal_accumulator.h',
976 'browser/media/capture/smooth_event_sampler.cc', 978 'browser/media/capture/smooth_event_sampler.cc',
977 'browser/media/capture/smooth_event_sampler.h', 979 'browser/media/capture/smooth_event_sampler.h',
978 'browser/media/capture/video_capture_oracle.cc', 980 'browser/media/capture/video_capture_oracle.cc',
979 'browser/media/capture/video_capture_oracle.h', 981 'browser/media/capture/video_capture_oracle.h',
980 'browser/media/capture/web_contents_audio_input_stream.cc', 982 'browser/media/capture/web_contents_audio_input_stream.cc',
981 'browser/media/capture/web_contents_audio_input_stream.h', 983 'browser/media/capture/web_contents_audio_input_stream.h',
982 'browser/media/capture/web_contents_audio_muter.cc', 984 'browser/media/capture/web_contents_audio_muter.cc',
983 'browser/media/capture/web_contents_audio_muter.h', 985 'browser/media/capture/web_contents_audio_muter.h',
984 'browser/media/capture/web_contents_capture_util.cc', 986 'browser/media/capture/web_contents_capture_util.cc',
985 'browser/media/capture/web_contents_capture_util.h', 987 'browser/media/capture/web_contents_capture_util.h',
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 'browser/media/media_web_contents_observer.h', 2038 'browser/media/media_web_contents_observer.h',
2037 ], 2039 ],
2038 }], 2040 }],
2039 ['OS == "linux" and use_openssl==1', { 2041 ['OS == "linux" and use_openssl==1', {
2040 'dependencies': [ 2042 'dependencies': [
2041 '../third_party/boringssl/boringssl.gyp:boringssl', 2043 '../third_party/boringssl/boringssl.gyp:boringssl',
2042 ], 2044 ],
2043 }], 2045 }],
2044 ], 2046 ],
2045 } 2047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698