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

Side by Side Diff: content/content_renderer.gypi

Issue 1514143003: Add support for unmixed audio from remote WebRTC remote tracks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix other include Created 5 years 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/public/renderer/media_stream_audio_sink.cc » ('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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'renderer/media/cdm/render_cdm_factory.cc', 295 'renderer/media/cdm/render_cdm_factory.cc',
296 'renderer/media/cdm/render_cdm_factory.h', 296 'renderer/media/cdm/render_cdm_factory.h',
297 'renderer/media/media_permission_dispatcher.cc', 297 'renderer/media/media_permission_dispatcher.cc',
298 'renderer/media/media_permission_dispatcher.h', 298 'renderer/media/media_permission_dispatcher.h',
299 'renderer/media/media_permission_dispatcher_impl.cc', 299 'renderer/media/media_permission_dispatcher_impl.cc',
300 'renderer/media/media_permission_dispatcher_impl.h', 300 'renderer/media/media_permission_dispatcher_impl.h',
301 'renderer/media/media_permission_dispatcher_proxy.cc', 301 'renderer/media/media_permission_dispatcher_proxy.cc',
302 'renderer/media/media_permission_dispatcher_proxy.h', 302 'renderer/media/media_permission_dispatcher_proxy.h',
303 'renderer/media/media_stream_audio_level_calculator.cc', 303 'renderer/media/media_stream_audio_level_calculator.cc',
304 'renderer/media/media_stream_audio_level_calculator.h', 304 'renderer/media/media_stream_audio_level_calculator.h',
305 'renderer/media/media_stream_audio_track.cc',
306 'renderer/media/media_stream_audio_track.h',
305 'renderer/media/media_stream_center.h', 307 'renderer/media/media_stream_center.h',
306 'renderer/media/media_stream_constraints_util.cc', 308 'renderer/media/media_stream_constraints_util.cc',
307 'renderer/media/media_stream_constraints_util.h', 309 'renderer/media/media_stream_constraints_util.h',
308 'renderer/media/media_stream_dispatcher.h', 310 'renderer/media/media_stream_dispatcher.h',
309 'renderer/media/media_stream_dispatcher_eventhandler.h', 311 'renderer/media/media_stream_dispatcher_eventhandler.h',
310 'renderer/media/media_stream_track.cc', 312 'renderer/media/media_stream_track.cc',
311 'renderer/media/media_stream_track.h', 313 'renderer/media/media_stream_track.h',
312 'renderer/media/midi_dispatcher.cc', 314 'renderer/media/midi_dispatcher.cc',
313 'renderer/media/midi_dispatcher.h', 315 'renderer/media/midi_dispatcher.h',
314 'renderer/media/midi_message_filter.cc', 316 'renderer/media/midi_message_filter.cc',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 }], 921 }],
920 ], 922 ],
921 'target_conditions': [ 923 'target_conditions': [
922 ['OS=="android"', { 924 ['OS=="android"', {
923 'sources/': [ 925 'sources/': [
924 ['include', '^renderer/render_view_linux\\.cc$'], 926 ['include', '^renderer/render_view_linux\\.cc$'],
925 ], 927 ],
926 }], 928 }],
927 ], 929 ],
928 } 930 }
OLDNEW
« no previous file with comments | « no previous file | content/public/renderer/media_stream_audio_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698