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

Side by Side Diff: content/content_renderer.gypi

Issue 2007433002: Revert of MediaCaptureFromElement: add support for audio captureStream(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/cdm/pepper_cdm_wrapper.h', 310 'renderer/media/cdm/pepper_cdm_wrapper.h',
311 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc', 311 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc',
312 'renderer/media/cdm/pepper_cdm_wrapper_impl.h', 312 'renderer/media/cdm/pepper_cdm_wrapper_impl.h',
313 'renderer/media/cdm/ppapi_decryptor.cc', 313 'renderer/media/cdm/ppapi_decryptor.cc',
314 'renderer/media/cdm/ppapi_decryptor.h', 314 'renderer/media/cdm/ppapi_decryptor.h',
315 'renderer/media/cdm/render_cdm_factory.cc', 315 'renderer/media/cdm/render_cdm_factory.cc',
316 'renderer/media/cdm/render_cdm_factory.h', 316 'renderer/media/cdm/render_cdm_factory.h',
317 'renderer/media/html_audio_element_capturer_source.cc',
318 'renderer/media/html_audio_element_capturer_source.h',
319 'renderer/media/external_media_stream_audio_source.cc', 317 'renderer/media/external_media_stream_audio_source.cc',
320 'renderer/media/external_media_stream_audio_source.h', 318 'renderer/media/external_media_stream_audio_source.h',
321 'renderer/media/media_permission_dispatcher.cc', 319 'renderer/media/media_permission_dispatcher.cc',
322 'renderer/media/media_permission_dispatcher.h', 320 'renderer/media/media_permission_dispatcher.h',
323 'renderer/media/media_stream_audio_deliverer.h', 321 'renderer/media/media_stream_audio_deliverer.h',
324 'renderer/media/media_stream_audio_level_calculator.cc', 322 'renderer/media/media_stream_audio_level_calculator.cc',
325 'renderer/media/media_stream_audio_level_calculator.h', 323 'renderer/media/media_stream_audio_level_calculator.h',
326 'renderer/media/media_stream_audio_source.cc', 324 'renderer/media/media_stream_audio_source.cc',
327 'renderer/media/media_stream_audio_source.h', 325 'renderer/media/media_stream_audio_source.h',
328 'renderer/media/media_stream_audio_track.cc', 326 'renderer/media/media_stream_audio_track.cc',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 }], 909 }],
912 ], 910 ],
913 'target_conditions': [ 911 'target_conditions': [
914 ['OS=="android"', { 912 ['OS=="android"', {
915 'sources/': [ 913 'sources/': [
916 ['include', '^renderer/render_view_linux\\.cc$'], 914 ['include', '^renderer/render_view_linux\\.cc$'],
917 ], 915 ],
918 }], 916 }],
919 ], 917 ],
920 } 918 }
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