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

Side by Side Diff: content/content_renderer.gypi

Issue 1899403002: MediaStream Image Capture (2): Platform::ImageCaptureFrameGrabber and grabFrame() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reillyg@ comments and made SkBitmap immutable Created 4 years, 8 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 # Plugin+WebRTC section below. 629 # Plugin+WebRTC section below.
630 'private_renderer_webrtc_sources': [ 630 'private_renderer_webrtc_sources': [
631 'renderer/media/audio_repetition_detector.cc', 631 'renderer/media/audio_repetition_detector.cc',
632 'renderer/media/audio_repetition_detector.h', 632 'renderer/media/audio_repetition_detector.h',
633 'renderer/media/audio_track_recorder.cc', 633 'renderer/media/audio_track_recorder.cc',
634 'renderer/media/audio_track_recorder.h', 634 'renderer/media/audio_track_recorder.h',
635 'renderer/media/canvas_capture_handler.cc', 635 'renderer/media/canvas_capture_handler.cc',
636 'renderer/media/canvas_capture_handler.h', 636 'renderer/media/canvas_capture_handler.h',
637 'renderer/media/html_video_element_capturer_source.cc', 637 'renderer/media/html_video_element_capturer_source.cc',
638 'renderer/media/html_video_element_capturer_source.h', 638 'renderer/media/html_video_element_capturer_source.h',
639 'renderer/media/image_capture_frame_grabber.cc',
640 'renderer/media/image_capture_frame_grabber.h',
639 'renderer/media/media_recorder_handler.cc', 641 'renderer/media/media_recorder_handler.cc',
640 'renderer/media/media_recorder_handler.h', 642 'renderer/media/media_recorder_handler.h',
641 'renderer/media/media_stream.cc', 643 'renderer/media/media_stream.cc',
642 'renderer/media/media_stream.h', 644 'renderer/media/media_stream.h',
643 'renderer/media/media_stream_audio_processor.cc', 645 'renderer/media/media_stream_audio_processor.cc',
644 'renderer/media/media_stream_audio_processor.h', 646 'renderer/media/media_stream_audio_processor.h',
645 'renderer/media/media_stream_audio_processor_options.cc', 647 'renderer/media/media_stream_audio_processor_options.cc',
646 'renderer/media/media_stream_audio_processor_options.h', 648 'renderer/media/media_stream_audio_processor_options.h',
647 'renderer/media/media_stream_audio_sink_owner.cc', 649 'renderer/media/media_stream_audio_sink_owner.cc',
648 'renderer/media/media_stream_audio_sink_owner.h', 650 'renderer/media/media_stream_audio_sink_owner.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 }], 916 }],
915 ], 917 ],
916 'target_conditions': [ 918 'target_conditions': [
917 ['OS=="android"', { 919 ['OS=="android"', {
918 'sources/': [ 920 'sources/': [
919 ['include', '^renderer/render_view_linux\\.cc$'], 921 ['include', '^renderer/render_view_linux\\.cc$'],
920 ], 922 ],
921 }], 923 }],
922 ], 924 ],
923 } 925 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698