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

Side by Side Diff: content/content_renderer.gypi

Issue 1486623004: MediaStreamRecorder: enable in Android (including linking libwebm) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect RendererBlinkPlatformImpl::createMediaRecorderHandler() Created 5 years 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
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 ], 794 ],
795 }], 795 }],
796 ['OS=="win" and win_use_allocator_shim==1', { 796 ['OS=="win" and win_use_allocator_shim==1', {
797 'dependencies': [ 797 'dependencies': [
798 '../base/allocator/allocator.gyp:allocator', 798 '../base/allocator/allocator.gyp:allocator',
799 ], 799 ],
800 }], 800 }],
801 ['OS=="android"', { 801 ['OS=="android"', {
802 'sources!': [ 802 'sources!': [
803 'renderer/media/audio_decoder.cc', 803 'renderer/media/audio_decoder.cc',
804 'renderer/media/audio_track_recorder.cc',
805 'renderer/media/audio_track_recorder.h',
806 'renderer/media/media_recorder_handler.cc',
807 'renderer/media/media_recorder_handler.h',
808 'renderer/media/video_track_recorder.cc',
809 'renderer/media/video_track_recorder.h',
810 'renderer/usb/type_converters.cc', 804 'renderer/usb/type_converters.cc',
811 'renderer/usb/type_converters.h', 805 'renderer/usb/type_converters.h',
812 'renderer/usb/web_usb_client_impl.cc', 806 'renderer/usb/web_usb_client_impl.cc',
813 'renderer/usb/web_usb_client_impl.h', 807 'renderer/usb/web_usb_client_impl.h',
814 'renderer/usb/web_usb_device_impl.cc', 808 'renderer/usb/web_usb_device_impl.cc',
815 'renderer/usb/web_usb_device_impl.h', 809 'renderer/usb/web_usb_device_impl.h',
816 ], 810 ],
817 'sources': [ 811 'sources': [
818 'renderer/external_popup_menu.cc', 812 'renderer/external_popup_menu.cc',
819 'renderer/external_popup_menu.h', 813 'renderer/external_popup_menu.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 }], 923 }],
930 ], 924 ],
931 'target_conditions': [ 925 'target_conditions': [
932 ['OS=="android"', { 926 ['OS=="android"', {
933 'sources/': [ 927 'sources/': [
934 ['include', '^renderer/render_view_linux\\.cc$'], 928 ['include', '^renderer/render_view_linux\\.cc$'],
935 ], 929 ],
936 }], 930 }],
937 ], 931 ],
938 } 932 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698