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

Side by Side Diff: content/content_renderer.gypi

Issue 1942803002: Caching AudioOutputDevice instances in mixer manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make WebAudioSourceProvider to always return real sink info reguardless the client - to avoid behavior change. Created 4 years, 6 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'renderer/media/audio_decoder.cc', 300 'renderer/media/audio_decoder.cc',
301 'renderer/media/audio_decoder.h', 301 'renderer/media/audio_decoder.h',
302 'renderer/media/audio_device_factory.cc', 302 'renderer/media/audio_device_factory.cc',
303 'renderer/media/audio_device_factory.h', 303 'renderer/media/audio_device_factory.h',
304 'renderer/media/audio_input_message_filter.cc', 304 'renderer/media/audio_input_message_filter.cc',
305 'renderer/media/audio_input_message_filter.h', 305 'renderer/media/audio_input_message_filter.h',
306 'renderer/media/audio_message_filter.cc', 306 'renderer/media/audio_message_filter.cc',
307 'renderer/media/audio_message_filter.h', 307 'renderer/media/audio_message_filter.h',
308 'renderer/media/audio_renderer_mixer_manager.cc', 308 'renderer/media/audio_renderer_mixer_manager.cc',
309 'renderer/media/audio_renderer_mixer_manager.h', 309 'renderer/media/audio_renderer_mixer_manager.h',
310 'renderer/media/audio_renderer_sink_cache.h',
311 'renderer/media/audio_renderer_sink_cache_impl.cc',
312 'renderer/media/audio_renderer_sink_cache_impl.h',
310 'renderer/media/cdm/pepper_cdm_wrapper.h', 313 'renderer/media/cdm/pepper_cdm_wrapper.h',
311 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc', 314 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc',
312 'renderer/media/cdm/pepper_cdm_wrapper_impl.h', 315 'renderer/media/cdm/pepper_cdm_wrapper_impl.h',
313 'renderer/media/cdm/ppapi_decryptor.cc', 316 'renderer/media/cdm/ppapi_decryptor.cc',
314 'renderer/media/cdm/ppapi_decryptor.h', 317 'renderer/media/cdm/ppapi_decryptor.h',
315 'renderer/media/cdm/render_cdm_factory.cc', 318 'renderer/media/cdm/render_cdm_factory.cc',
316 'renderer/media/cdm/render_cdm_factory.h', 319 'renderer/media/cdm/render_cdm_factory.h',
317 'renderer/media/external_media_stream_audio_source.cc', 320 'renderer/media/external_media_stream_audio_source.cc',
318 'renderer/media/external_media_stream_audio_source.h', 321 'renderer/media/external_media_stream_audio_source.h',
319 'renderer/media/media_permission_dispatcher.cc', 322 'renderer/media/media_permission_dispatcher.cc',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 }], 912 }],
910 ], 913 ],
911 'target_conditions': [ 914 'target_conditions': [
912 ['OS=="android"', { 915 ['OS=="android"', {
913 'sources/': [ 916 'sources/': [
914 ['include', '^renderer/render_view_linux\\.cc$'], 917 ['include', '^renderer/render_view_linux\\.cc$'],
915 ], 918 ],
916 }], 919 }],
917 ], 920 ],
918 } 921 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698