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

Side by Side Diff: webkit/renderer/media/webkit_media.gypi

Issue 18123002: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delegates Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS == "android" or OS == "ios"', { 8 ['OS == "android" or OS == "ios"', {
9 # Android and iOS don't use ffmpeg. 9 # Android and iOS don't use ffmpeg.
10 'use_ffmpeg%': 0, 10 'use_ffmpeg%': 0,
(...skipping 20 matching lines...) Expand all
31 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 31 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
32 '<(DEPTH)/cc/cc.gyp:cc', 32 '<(DEPTH)/cc/cc.gyp:cc',
33 '<(DEPTH)/media/media.gyp:media', 33 '<(DEPTH)/media/media.gyp:media',
34 '<(DEPTH)/media/media.gyp:shared_memory_support', 34 '<(DEPTH)/media/media.gyp:shared_memory_support',
35 '<(DEPTH)/skia/skia.gyp:skia', 35 '<(DEPTH)/skia/skia.gyp:skia',
36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
37 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version _h', 37 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version _h',
38 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings', 38 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 'active_loader.cc',
42 'active_loader.h',
43 'audio_decoder.cc',
44 'audio_decoder.h',
45 'buffered_data_source.cc',
46 'buffered_data_source.h',
47 'buffered_resource_loader.cc',
48 'buffered_resource_loader.h',
49 'cache_util.cc',
50 'cache_util.h',
51 'crypto/content_decryption_module_factory.cc', 41 'crypto/content_decryption_module_factory.cc',
52 'crypto/content_decryption_module_factory.h', 42 'crypto/content_decryption_module_factory.h',
53 'crypto/key_systems.cc', 43 'crypto/key_systems.cc',
54 'crypto/key_systems.h', 44 'crypto/key_systems.h',
55 'crypto/key_systems_info.cc', 45 'crypto/key_systems_info.cc',
56 'crypto/key_systems_info.h', 46 'crypto/key_systems_info.h',
57 'crypto/ppapi_decryptor.cc', 47 'crypto/ppapi_decryptor.cc',
58 'crypto/ppapi_decryptor.h', 48 'crypto/ppapi_decryptor.h',
59 'crypto/proxy_decryptor.cc', 49 'crypto/proxy_decryptor.cc',
60 'crypto/proxy_decryptor.h', 50 'crypto/proxy_decryptor.h',
61 'media_stream_audio_renderer.cc',
62 'media_stream_audio_renderer.h',
63 'media_stream_client.h',
64 'preload.h',
65 'simple_video_frame_provider.cc',
66 'simple_video_frame_provider.h',
67 'texttrack_impl.cc',
68 'texttrack_impl.h',
69 'video_frame_provider.cc',
70 'video_frame_provider.h',
71 'webaudiosourceprovider_impl.cc',
72 'webaudiosourceprovider_impl.h',
73 'webinbandtexttrack_impl.cc',
74 'webinbandtexttrack_impl.h',
75 'webmediaplayer_delegate.h',
76 'webmediaplayer_impl.cc',
77 'webmediaplayer_impl.h',
78 'webmediaplayer_ms.cc',
79 'webmediaplayer_ms.h',
80 'webmediaplayer_params.cc',
81 'webmediaplayer_params.h',
82 'webmediaplayer_util.cc',
83 'webmediaplayer_util.h',
84 'webmediasourceclient_impl.cc',
85 'webmediasourceclient_impl.h',
86 'websourcebuffer_impl.cc',
87 'websourcebuffer_impl.h'
88 ], 51 ],
89 'conditions': [ 52 'conditions': [
90 ['OS == "android"', { 53 ['OS == "android"', {
91 'sources!': [
92 'audio_decoder.cc',
93 'audio_decoder.h',
94 'filter_helpers.cc',
95 'filter_helpers.h',
96 'webmediaplayer_impl.cc',
97 'webmediaplayer_impl.h',
98 'webmediaplayer_proxy.cc',
99 'webmediaplayer_proxy.h',
100 ],
101 'dependencies': [ 54 'dependencies': [
102 '<(DEPTH)/media/media.gyp:player_android', 55 '<(DEPTH)/media/media.gyp:player_android',
103 ], 56 ],
104 }, { # OS != "android"' 57 }, { # OS != "android"'
105 'sources/': [ 58 'sources/': [
106 ['exclude', '^android/'], 59 ['exclude', '^android/'],
107 ], 60 ],
108 }], 61 }],
109 ['google_tv == 1', { 62 ['google_tv == 1', {
110 'sources!': [ 63 'sources!': [
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '-Wl,-exported_symbol,_PPP_InitializeModule', 182 '-Wl,-exported_symbol,_PPP_InitializeModule',
230 '-Wl,-exported_symbol,_PPP_ShutdownModule' 183 '-Wl,-exported_symbol,_PPP_ShutdownModule'
231 ], 184 ],
232 'DYLIB_INSTALL_NAME_BASE': '@loader_path', 185 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
233 }, 186 },
234 }], 187 }],
235 ], 188 ],
236 } 189 }
237 ], 190 ],
238 } 191 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698