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

Side by Side Diff: content/content_renderer.gypi

Issue 1394783004: Change paused frame of WebMediaPlayerMS from YV12 to I420 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« 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/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 13 matching lines...) Expand all
24 '../mojo/mojo_base.gyp:mojo_geometry_lib', 24 '../mojo/mojo_base.gyp:mojo_geometry_lib',
25 '../mojo/mojo_base.gyp:mojo_url_type_converters', 25 '../mojo/mojo_base.gyp:mojo_url_type_converters',
26 '../net/net.gyp:net', 26 '../net/net.gyp:net',
27 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
28 '../skia/skia.gyp:skia_mojo', 28 '../skia/skia.gyp:skia_mojo',
29 '../storage/storage_common.gyp:storage_common', 29 '../storage/storage_common.gyp:storage_common',
30 '../third_party/WebKit/public/blink.gyp:blink', 30 '../third_party/WebKit/public/blink.gyp:blink',
31 '../third_party/icu/icu.gyp:icui18n', 31 '../third_party/icu/icu.gyp:icui18n',
32 '../third_party/icu/icu.gyp:icuuc', 32 '../third_party/icu/icu.gyp:icuuc',
33 '../third_party/libjingle/libjingle.gyp:libjingle', 33 '../third_party/libjingle/libjingle.gyp:libjingle',
34 '../third_party/libyuv/libyuv.gyp:libyuv',
34 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', 35 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
35 '../third_party/npapi/npapi.gyp:npapi', 36 '../third_party/npapi/npapi.gyp:npapi',
36 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 37 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
37 '../ui/accessibility/accessibility.gyp:accessibility', 38 '../ui/accessibility/accessibility.gyp:accessibility',
38 '../ui/events/events.gyp:dom_keycode_converter', 39 '../ui/events/events.gyp:dom_keycode_converter',
39 '../ui/gfx/gfx.gyp:gfx', 40 '../ui/gfx/gfx.gyp:gfx',
40 '../ui/gfx/gfx.gyp:gfx_geometry', 41 '../ui/gfx/gfx.gyp:gfx_geometry',
41 '../ui/native_theme/native_theme.gyp:native_theme', 42 '../ui/native_theme/native_theme.gyp:native_theme',
42 '../ui/surface/surface.gyp:surface', 43 '../ui/surface/surface.gyp:surface',
43 '../v8/tools/gyp/v8.gyp:v8', 44 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 'dependencies': [ 814 'dependencies': [
814 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib', 815 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
815 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', 816 '../device/devices_app/devices_app.gyp:devices_app_public_cpp',
816 '../media/cast/cast.gyp:cast_sender', 817 '../media/cast/cast.gyp:cast_sender',
817 ] 818 ]
818 }], 819 }],
819 ['enable_webrtc==1', { 820 ['enable_webrtc==1', {
820 'dependencies': [ 821 'dependencies': [
821 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 822 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
822 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 823 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
823 '../third_party/libyuv/libyuv.gyp:libyuv',
824 '../third_party/webrtc/modules/modules.gyp:audio_device', 824 '../third_party/webrtc/modules/modules.gyp:audio_device',
825 '../third_party/webrtc/modules/modules.gyp:audio_processing', 825 '../third_party/webrtc/modules/modules.gyp:audio_processing',
826 '../third_party/webrtc/p2p/p2p.gyp:libstunprober', 826 '../third_party/webrtc/p2p/p2p.gyp:libstunprober',
827 '<(DEPTH)/crypto/crypto.gyp:crypto', 827 '<(DEPTH)/crypto/crypto.gyp:crypto',
828 ], 828 ],
829 'sources': [ 829 'sources': [
830 '<@(public_renderer_webrtc_sources)', 830 '<@(public_renderer_webrtc_sources)',
831 '<@(private_renderer_webrtc_sources)', 831 '<@(private_renderer_webrtc_sources)',
832 ], 832 ],
833 },{ # enable_webrtc==0 833 },{ # enable_webrtc==0
(...skipping 29 matching lines...) Expand all
863 ['enable_webrtc==1', { 863 ['enable_webrtc==1', {
864 'sources': [ 864 'sources': [
865 '<@(private_renderer_plugin_webrtc_sources)', 865 '<@(private_renderer_plugin_webrtc_sources)',
866 ], 866 ],
867 }], 867 }],
868 ], 868 ],
869 'dependencies': [ 869 'dependencies': [
870 '../ppapi/ppapi_internal.gyp:ppapi_host', 870 '../ppapi/ppapi_internal.gyp:ppapi_host',
871 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 871 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
872 '../ppapi/ppapi_internal.gyp:ppapi_shared', 872 '../ppapi/ppapi_internal.gyp:ppapi_shared',
873 '../third_party/libyuv/libyuv.gyp:libyuv',
874 ], 873 ],
875 }], 874 }],
876 ['enable_pepper_cdms != 1', { 875 ['enable_pepper_cdms != 1', {
877 'sources!': [ 876 'sources!': [
878 'renderer/media/crypto/pepper_cdm_wrapper.h', 877 'renderer/media/crypto/pepper_cdm_wrapper.h',
879 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', 878 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc',
880 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', 879 'renderer/media/crypto/pepper_cdm_wrapper_impl.h',
881 'renderer/media/crypto/ppapi_decryptor.cc', 880 'renderer/media/crypto/ppapi_decryptor.cc',
882 'renderer/media/crypto/ppapi_decryptor.h', 881 'renderer/media/crypto/ppapi_decryptor.h',
883 ], 882 ],
(...skipping 19 matching lines...) Expand all
903 }], 902 }],
904 ], 903 ],
905 'target_conditions': [ 904 'target_conditions': [
906 ['OS=="android"', { 905 ['OS=="android"', {
907 'sources/': [ 906 'sources/': [
908 ['include', '^renderer/render_view_linux\\.cc$'], 907 ['include', '^renderer/render_view_linux\\.cc$'],
909 ], 908 ],
910 }], 909 }],
911 ], 910 ],
912 } 911 }
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