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

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: rebased and all the try jobs passed 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/pepper_cdm_wrapper.h', 236 'renderer/media/crypto/pepper_cdm_wrapper.h',
237 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', 237 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc',
238 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', 238 'renderer/media/crypto/pepper_cdm_wrapper_impl.h',
239 'renderer/media/crypto/ppapi_decryptor.cc', 239 'renderer/media/crypto/ppapi_decryptor.cc',
240 'renderer/media/crypto/ppapi_decryptor.h', 240 'renderer/media/crypto/ppapi_decryptor.h',
241 'renderer/media/crypto/proxy_decryptor.cc', 241 'renderer/media/crypto/proxy_decryptor.cc',
242 'renderer/media/crypto/proxy_decryptor.h', 242 'renderer/media/crypto/proxy_decryptor.h',
243 'renderer/media/media_stream_audio_level_calculator.cc',
244 'renderer/media/media_stream_audio_level_calculator.h',
243 'renderer/media/media_stream_audio_renderer.cc', 245 'renderer/media/media_stream_audio_renderer.cc',
244 'renderer/media/media_stream_audio_renderer.h', 246 'renderer/media/media_stream_audio_renderer.h',
245 'renderer/media/media_stream_center.h', 247 'renderer/media/media_stream_center.h',
246 'renderer/media/media_stream_client.h', 248 'renderer/media/media_stream_client.h',
247 'renderer/media/media_stream_dependency_factory.h', 249 'renderer/media/media_stream_dependency_factory.h',
248 'renderer/media/media_stream_dispatcher.h', 250 'renderer/media/media_stream_dispatcher.h',
249 'renderer/media/media_stream_dispatcher_eventhandler.h', 251 'renderer/media/media_stream_dispatcher_eventhandler.h',
250 'renderer/media/media_stream_impl.h', 252 'renderer/media/media_stream_impl.h',
251 'renderer/media/media_stream_track.cc', 253 'renderer/media/media_stream_track.cc',
252 'renderer/media/media_stream_track.h', 254 'renderer/media/media_stream_track.h',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 }], 792 }],
791 ], 793 ],
792 'target_conditions': [ 794 'target_conditions': [
793 ['OS=="android"', { 795 ['OS=="android"', {
794 'sources/': [ 796 'sources/': [
795 ['include', '^renderer/render_view_linux\\.cc$'], 797 ['include', '^renderer/render_view_linux\\.cc$'],
796 ], 798 ],
797 }], 799 }],
798 ], 800 ],
799 } 801 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698