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

Side by Side Diff: content/content_renderer.gypi

Issue 671793004: Clean up the media stream audio track code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 1 month 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'renderer/media/media_stream_source.cc', 601 'renderer/media/media_stream_source.cc',
602 'renderer/media/media_stream_source.h', 602 'renderer/media/media_stream_source.h',
603 'renderer/media/media_stream_video_capturer_source.cc', 603 'renderer/media/media_stream_video_capturer_source.cc',
604 'renderer/media/media_stream_video_capturer_source.h', 604 'renderer/media/media_stream_video_capturer_source.h',
605 'renderer/media/media_stream_video_source.cc', 605 'renderer/media/media_stream_video_source.cc',
606 'renderer/media/media_stream_video_source.h', 606 'renderer/media/media_stream_video_source.h',
607 'renderer/media/media_stream_video_track.cc', 607 'renderer/media/media_stream_video_track.cc',
608 'renderer/media/media_stream_video_track.h', 608 'renderer/media/media_stream_video_track.h',
609 'renderer/media/native_handle_impl.cc', 609 'renderer/media/native_handle_impl.cc',
610 'renderer/media/native_handle_impl.h', 610 'renderer/media/native_handle_impl.h',
611 'renderer/media/peer_connection_audio_sink_owner.cc',
612 'renderer/media/peer_connection_audio_sink_owner.h',
613 'renderer/media/peer_connection_identity_service.cc', 611 'renderer/media/peer_connection_identity_service.cc',
614 'renderer/media/peer_connection_identity_service.h', 612 'renderer/media/peer_connection_identity_service.h',
615 'renderer/media/peer_connection_tracker.cc', 613 'renderer/media/peer_connection_tracker.cc',
616 'renderer/media/peer_connection_tracker.h', 614 'renderer/media/peer_connection_tracker.h',
617 'renderer/media/remote_media_stream_impl.cc', 615 'renderer/media/remote_media_stream_impl.cc',
618 'renderer/media/remote_media_stream_impl.h', 616 'renderer/media/remote_media_stream_impl.h',
619 'renderer/media/rtc_data_channel_handler.cc', 617 'renderer/media/rtc_data_channel_handler.cc',
620 'renderer/media/rtc_data_channel_handler.h', 618 'renderer/media/rtc_data_channel_handler.h',
621 'renderer/media/rtc_dtmf_sender_handler.cc', 619 'renderer/media/rtc_dtmf_sender_handler.cc',
622 'renderer/media/rtc_dtmf_sender_handler.h', 620 'renderer/media/rtc_dtmf_sender_handler.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 }], 847 }],
850 ], 848 ],
851 'target_conditions': [ 849 'target_conditions': [
852 ['OS=="android"', { 850 ['OS=="android"', {
853 'sources/': [ 851 'sources/': [
854 ['include', '^renderer/render_view_linux\\.cc$'], 852 ['include', '^renderer/render_view_linux\\.cc$'],
855 ], 853 ],
856 }], 854 }],
857 ], 855 ],
858 } 856 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698