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

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: Rebase. LayoutTests: Replace assert_array_equals with an for-each: assert_aprox_equals Created 4 years, 7 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 # Plugin+WebRTC section below. 628 # Plugin+WebRTC section below.
629 'private_renderer_webrtc_sources': [ 629 'private_renderer_webrtc_sources': [
630 'renderer/media/audio_repetition_detector.cc', 630 'renderer/media/audio_repetition_detector.cc',
631 'renderer/media/audio_repetition_detector.h', 631 'renderer/media/audio_repetition_detector.h',
632 'renderer/media/audio_track_recorder.cc', 632 'renderer/media/audio_track_recorder.cc',
633 'renderer/media/audio_track_recorder.h', 633 'renderer/media/audio_track_recorder.h',
634 'renderer/media/canvas_capture_handler.cc', 634 'renderer/media/canvas_capture_handler.cc',
635 'renderer/media/canvas_capture_handler.h', 635 'renderer/media/canvas_capture_handler.h',
636 'renderer/media/html_video_element_capturer_source.cc', 636 'renderer/media/html_video_element_capturer_source.cc',
637 'renderer/media/html_video_element_capturer_source.h', 637 'renderer/media/html_video_element_capturer_source.h',
638 'renderer/media/image_capture_frame_grabber.cc',
639 'renderer/media/image_capture_frame_grabber.h',
638 'renderer/media/media_recorder_handler.cc', 640 'renderer/media/media_recorder_handler.cc',
639 'renderer/media/media_recorder_handler.h', 641 'renderer/media/media_recorder_handler.h',
640 'renderer/media/media_stream.cc', 642 'renderer/media/media_stream.cc',
641 'renderer/media/media_stream.h', 643 'renderer/media/media_stream.h',
642 'renderer/media/media_stream_audio_processor.cc', 644 'renderer/media/media_stream_audio_processor.cc',
643 'renderer/media/media_stream_audio_processor.h', 645 'renderer/media/media_stream_audio_processor.h',
644 'renderer/media/media_stream_audio_processor_options.cc', 646 'renderer/media/media_stream_audio_processor_options.cc',
645 'renderer/media/media_stream_audio_processor_options.h', 647 'renderer/media/media_stream_audio_processor_options.h',
646 'renderer/media/media_stream_audio_sink_owner.cc', 648 'renderer/media/media_stream_audio_sink_owner.cc',
647 'renderer/media/media_stream_audio_sink_owner.h', 649 'renderer/media/media_stream_audio_sink_owner.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 }], 915 }],
914 ], 916 ],
915 'target_conditions': [ 917 'target_conditions': [
916 ['OS=="android"', { 918 ['OS=="android"', {
917 'sources/': [ 919 'sources/': [
918 ['include', '^renderer/render_view_linux\\.cc$'], 920 ['include', '^renderer/render_view_linux\\.cc$'],
919 ], 921 ],
920 }], 922 }],
921 ], 923 ],
922 } 924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698