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

Side by Side Diff: content/content_renderer.gypi

Issue 178223013: Calculate the signal level on the media stream local audio track (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 9 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 '../gin/gin.gyp:gin', 7 '../gin/gin.gyp:gin',
8 '../jingle/jingle.gyp:jingle_glue', 8 '../jingle/jingle.gyp:jingle_glue',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'renderer/media/crypto/content_decryption_module_factory.cc', 230 'renderer/media/crypto/content_decryption_module_factory.cc',
231 'renderer/media/crypto/content_decryption_module_factory.h', 231 'renderer/media/crypto/content_decryption_module_factory.h',
232 'renderer/media/crypto/key_systems.cc', 232 'renderer/media/crypto/key_systems.cc',
233 'renderer/media/crypto/key_systems.h', 233 'renderer/media/crypto/key_systems.h',
234 'renderer/media/crypto/key_systems_support_uma.cc', 234 'renderer/media/crypto/key_systems_support_uma.cc',
235 'renderer/media/crypto/key_systems_support_uma.h', 235 'renderer/media/crypto/key_systems_support_uma.h',
236 'renderer/media/crypto/ppapi_decryptor.cc', 236 'renderer/media/crypto/ppapi_decryptor.cc',
237 'renderer/media/crypto/ppapi_decryptor.h', 237 'renderer/media/crypto/ppapi_decryptor.h',
238 'renderer/media/crypto/proxy_decryptor.cc', 238 'renderer/media/crypto/proxy_decryptor.cc',
239 'renderer/media/crypto/proxy_decryptor.h', 239 'renderer/media/crypto/proxy_decryptor.h',
240 'renderer/media/media_stream_audio_level_calculator.cc',
241 'renderer/media/media_stream_audio_level_calculator.h',
240 'renderer/media/media_stream_audio_renderer.cc', 242 'renderer/media/media_stream_audio_renderer.cc',
241 'renderer/media/media_stream_audio_renderer.h', 243 'renderer/media/media_stream_audio_renderer.h',
242 'renderer/media/media_stream_center.h', 244 'renderer/media/media_stream_center.h',
243 'renderer/media/media_stream_client.h', 245 'renderer/media/media_stream_client.h',
244 'renderer/media/media_stream_dependency_factory.h', 246 'renderer/media/media_stream_dependency_factory.h',
245 'renderer/media/media_stream_dispatcher.h', 247 'renderer/media/media_stream_dispatcher.h',
246 'renderer/media/media_stream_dispatcher_eventhandler.h', 248 'renderer/media/media_stream_dispatcher_eventhandler.h',
247 'renderer/media/media_stream_impl.h', 249 'renderer/media/media_stream_impl.h',
248 'renderer/media/media_stream_track.cc', 250 'renderer/media/media_stream_track.cc',
249 'renderer/media/media_stream_track.h', 251 'renderer/media/media_stream_track.h',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 }], 780 }],
779 ], 781 ],
780 'target_conditions': [ 782 'target_conditions': [
781 ['OS=="android"', { 783 ['OS=="android"', {
782 'sources/': [ 784 'sources/': [
783 ['include', '^renderer/render_view_linux\\.cc$'], 785 ['include', '^renderer/render_view_linux\\.cc$'],
784 ], 786 ],
785 }], 787 }],
786 ], 788 ],
787 } 789 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698