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

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: 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'renderer/pepper/v8_var_converter.h', 571 'renderer/pepper/v8_var_converter.h',
572 'renderer/pepper/video_decoder_shim.cc', 572 'renderer/pepper/video_decoder_shim.cc',
573 'renderer/pepper/video_decoder_shim.h', 573 'renderer/pepper/video_decoder_shim.h',
574 'renderer/render_widget_fullscreen_pepper.cc', 574 'renderer/render_widget_fullscreen_pepper.cc',
575 'renderer/render_widget_fullscreen_pepper.h', 575 'renderer/render_widget_fullscreen_pepper.h',
576 ], 576 ],
577 'public_renderer_webrtc_sources': [ 577 'public_renderer_webrtc_sources': [
578 'public/renderer/media_stream_audio_sink.h', 578 'public/renderer/media_stream_audio_sink.h',
579 'public/renderer/media_stream_audio_sink.cc', 579 'public/renderer/media_stream_audio_sink.cc',
580 'public/renderer/media_stream_sink.h', 580 'public/renderer/media_stream_sink.h',
581 'public/renderer/media_stream_source_api.h',
582 'public/renderer/media_stream_source_api.cc',
581 'public/renderer/media_stream_video_sink.cc', 583 'public/renderer/media_stream_video_sink.cc',
582 'public/renderer/media_stream_video_sink.h', 584 'public/renderer/media_stream_video_sink.h',
583 'public/renderer/webrtc_log_message_delegate.h', 585 'public/renderer/webrtc_log_message_delegate.h',
584 ], 586 ],
585 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the 587 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the
586 # Plugin+WebRTC section below. 588 # Plugin+WebRTC section below.
587 'private_renderer_webrtc_sources': [ 589 'private_renderer_webrtc_sources': [
588 'renderer/media/media_stream.h', 590 'renderer/media/media_stream.h',
589 'renderer/media/media_stream.cc', 591 'renderer/media/media_stream.cc',
590 'renderer/media/media_stream_audio_processor.cc', 592 'renderer/media/media_stream_audio_processor.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 }], 849 }],
848 ], 850 ],
849 'target_conditions': [ 851 'target_conditions': [
850 ['OS=="android"', { 852 ['OS=="android"', {
851 'sources/': [ 853 'sources/': [
852 ['include', '^renderer/render_view_linux\\.cc$'], 854 ['include', '^renderer/render_view_linux\\.cc$'],
853 ], 855 ],
854 }], 856 }],
855 ], 857 ],
856 } 858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698