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

Side by Side Diff: content/content_renderer.gypi

Issue 883293005: Cast: Basic cast_receiver API for chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged Created 5 years, 10 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/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'renderer/pepper/v8_var_converter.h', 573 'renderer/pepper/v8_var_converter.h',
574 'renderer/pepper/video_decoder_shim.cc', 574 'renderer/pepper/video_decoder_shim.cc',
575 'renderer/pepper/video_decoder_shim.h', 575 'renderer/pepper/video_decoder_shim.h',
576 'renderer/render_widget_fullscreen_pepper.cc', 576 'renderer/render_widget_fullscreen_pepper.cc',
577 'renderer/render_widget_fullscreen_pepper.h', 577 'renderer/render_widget_fullscreen_pepper.h',
578 ], 578 ],
579 'public_renderer_webrtc_sources': [ 579 'public_renderer_webrtc_sources': [
580 'public/renderer/media_stream_audio_sink.h', 580 'public/renderer/media_stream_audio_sink.h',
581 'public/renderer/media_stream_audio_sink.cc', 581 'public/renderer/media_stream_audio_sink.cc',
582 'public/renderer/media_stream_sink.h', 582 'public/renderer/media_stream_sink.h',
583 'public/renderer/media_stream_source_api.h',
584 'public/renderer/media_stream_source_api.cc',
583 'public/renderer/media_stream_video_sink.cc', 585 'public/renderer/media_stream_video_sink.cc',
584 'public/renderer/media_stream_video_sink.h', 586 'public/renderer/media_stream_video_sink.h',
585 'public/renderer/webrtc_log_message_delegate.h', 587 'public/renderer/webrtc_log_message_delegate.h',
586 ], 588 ],
587 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the 589 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the
588 # Plugin+WebRTC section below. 590 # Plugin+WebRTC section below.
589 'private_renderer_webrtc_sources': [ 591 'private_renderer_webrtc_sources': [
590 'renderer/media/media_stream.h', 592 'renderer/media/media_stream.h',
591 'renderer/media/media_stream.cc', 593 'renderer/media/media_stream.cc',
592 'renderer/media/media_stream_audio_processor.cc', 594 'renderer/media/media_stream_audio_processor.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 }], 851 }],
850 ], 852 ],
851 'target_conditions': [ 853 'target_conditions': [
852 ['OS=="android"', { 854 ['OS=="android"', {
853 'sources/': [ 855 'sources/': [
854 ['include', '^renderer/render_view_linux\\.cc$'], 856 ['include', '^renderer/render_view_linux\\.cc$'],
855 ], 857 ],
856 }], 858 }],
857 ], 859 ],
858 } 860 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698