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

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: 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/key_systems.cc', 41 'crypto/key_systems.cc',
52 'crypto/key_systems.h', 42 'crypto/key_systems.h',
53 'crypto/key_systems_info.cc', 43 'crypto/key_systems_info.cc',
54 'crypto/key_systems_info.h', 44 'crypto/key_systems_info.h',
55 'crypto/ppapi_decryptor.cc', 45 'crypto/ppapi_decryptor.cc',
56 'crypto/ppapi_decryptor.h', 46 'crypto/ppapi_decryptor.h',
57 'crypto/proxy_decryptor.cc', 47 'crypto/proxy_decryptor.cc',
58 'crypto/proxy_decryptor.h', 48 'crypto/proxy_decryptor.h',
59 'media_stream_audio_renderer.cc',
60 'media_stream_audio_renderer.h',
61 'media_stream_client.h',
62 'preload.h',
63 'simple_video_frame_provider.cc',
64 'simple_video_frame_provider.h',
65 'texttrack_impl.cc',
66 'texttrack_impl.h',
67 'video_frame_provider.cc',
68 'video_frame_provider.h',
69 'webaudiosourceprovider_impl.cc',
70 'webaudiosourceprovider_impl.h',
71 'webinbandtexttrack_impl.cc',
72 'webinbandtexttrack_impl.h',
73 'webmediaplayer_delegate.h',
74 'webmediaplayer_impl.cc',
75 'webmediaplayer_impl.h',
76 'webmediaplayer_ms.cc',
77 'webmediaplayer_ms.h',
78 'webmediaplayer_params.cc',
79 'webmediaplayer_params.h',
80 'webmediaplayer_util.cc',
81 'webmediaplayer_util.h',
82 'webmediasourceclient_impl.cc',
83 'webmediasourceclient_impl.h',
84 'websourcebuffer_impl.cc',
85 'websourcebuffer_impl.h'
86 ], 49 ],
87 'conditions': [ 50 'conditions': [
88 ['OS == "android"', { 51 ['OS == "android"', {
89 'sources!': [
90 'audio_decoder.cc',
91 'audio_decoder.h',
92 'filter_helpers.cc',
93 'filter_helpers.h',
94 'webmediaplayer_impl.cc',
95 'webmediaplayer_impl.h',
96 'webmediaplayer_proxy.cc',
97 'webmediaplayer_proxy.h',
98 ],
99 'dependencies': [ 52 'dependencies': [
100 '<(DEPTH)/media/media.gyp:player_android', 53 '<(DEPTH)/media/media.gyp:player_android',
101 ], 54 ],
102 }, { # OS != "android"' 55 }, { # OS != "android"'
103 'sources/': [ 56 'sources/': [
104 ['exclude', '^android/'], 57 ['exclude', '^android/'],
105 ], 58 ],
106 }], 59 }],
107 ['google_tv == 1', { 60 ['google_tv == 1', {
108 'sources!': [ 61 'sources!': [
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '-Wl,-exported_symbol,_PPP_InitializeModule', 180 '-Wl,-exported_symbol,_PPP_InitializeModule',
228 '-Wl,-exported_symbol,_PPP_ShutdownModule' 181 '-Wl,-exported_symbol,_PPP_ShutdownModule'
229 ], 182 ],
230 'DYLIB_INSTALL_NAME_BASE': '@loader_path', 183 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
231 }, 184 },
232 }], 185 }],
233 ], 186 ],
234 } 187 }
235 ], 188 ],
236 } 189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698