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

Side by Side Diff: content/content_renderer.gypi

Issue 2219933003: Use LocalMediaStreamAudioSource for screen-casting use cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments on patch set 1 (mostly rewrote comments). Created 4 years, 4 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 '../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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc', 312 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc',
313 'renderer/media/cdm/pepper_cdm_wrapper_impl.h', 313 'renderer/media/cdm/pepper_cdm_wrapper_impl.h',
314 'renderer/media/cdm/ppapi_decryptor.cc', 314 'renderer/media/cdm/ppapi_decryptor.cc',
315 'renderer/media/cdm/ppapi_decryptor.h', 315 'renderer/media/cdm/ppapi_decryptor.h',
316 'renderer/media/cdm/render_cdm_factory.cc', 316 'renderer/media/cdm/render_cdm_factory.cc',
317 'renderer/media/cdm/render_cdm_factory.h', 317 'renderer/media/cdm/render_cdm_factory.h',
318 'renderer/media/html_audio_element_capturer_source.cc', 318 'renderer/media/html_audio_element_capturer_source.cc',
319 'renderer/media/html_audio_element_capturer_source.h', 319 'renderer/media/html_audio_element_capturer_source.h',
320 'renderer/media/external_media_stream_audio_source.cc', 320 'renderer/media/external_media_stream_audio_source.cc',
321 'renderer/media/external_media_stream_audio_source.h', 321 'renderer/media/external_media_stream_audio_source.h',
322 'renderer/media/local_media_stream_audio_source.cc',
323 'renderer/media/local_media_stream_audio_source.h',
322 'renderer/media/media_permission_dispatcher.cc', 324 'renderer/media/media_permission_dispatcher.cc',
323 'renderer/media/media_permission_dispatcher.h', 325 'renderer/media/media_permission_dispatcher.h',
324 'renderer/media/media_stream_audio_deliverer.h', 326 'renderer/media/media_stream_audio_deliverer.h',
325 'renderer/media/media_stream_audio_level_calculator.cc', 327 'renderer/media/media_stream_audio_level_calculator.cc',
326 'renderer/media/media_stream_audio_level_calculator.h', 328 'renderer/media/media_stream_audio_level_calculator.h',
327 'renderer/media/media_stream_audio_source.cc', 329 'renderer/media/media_stream_audio_source.cc',
328 'renderer/media/media_stream_audio_source.h', 330 'renderer/media/media_stream_audio_source.h',
329 'renderer/media/media_stream_audio_track.cc', 331 'renderer/media/media_stream_audio_track.cc',
330 'renderer/media/media_stream_audio_track.h', 332 'renderer/media/media_stream_audio_track.h',
331 'renderer/media/media_stream_center.h', 333 'renderer/media/media_stream_center.h',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 }], 910 }],
909 ], 911 ],
910 'target_conditions': [ 912 'target_conditions': [
911 ['OS=="android"', { 913 ['OS=="android"', {
912 'sources/': [ 914 'sources/': [
913 ['include', '^renderer/render_view_linux\\.cc$'], 915 ['include', '^renderer/render_view_linux\\.cc$'],
914 ], 916 ],
915 }], 917 }],
916 ], 918 ],
917 } 919 }
OLDNEW
« no previous file with comments | « no previous file | content/public/common/media_stream_request.h » ('j') | content/renderer/media/local_media_stream_audio_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698