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

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

Issue 9860027: Remove DemuxerFactory and URL parameter from Pipeline. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: again Created 8 years, 8 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
« no previous file with comments | « webkit/media/preload.h ('k') | webkit/media/webmediaplayer_impl.h » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_media', 8 'target_name': 'webkit_media',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 '<(DEPTH)/base/base.gyp:base', 12 '<(DEPTH)/base/base.gyp:base',
13 '<(DEPTH)/media/media.gyp:yuv_convert', 13 '<(DEPTH)/media/media.gyp:yuv_convert',
14 '<(DEPTH)/skia/skia.gyp:skia', 14 '<(DEPTH)/skia/skia.gyp:skia',
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 'active_loader.cc', 17 'active_loader.cc',
18 'active_loader.h', 18 'active_loader.h',
19 'audio_decoder.cc', 19 'audio_decoder.cc',
20 'audio_decoder.h', 20 'audio_decoder.h',
21 'audio_decoder_android.cc', 21 'audio_decoder_android.cc',
22 'buffered_data_source.cc', 22 'buffered_data_source.cc',
23 'buffered_data_source.h', 23 'buffered_data_source.h',
24 'buffered_resource_loader.cc', 24 'buffered_resource_loader.cc',
25 'buffered_resource_loader.h', 25 'buffered_resource_loader.h',
26 'filter_helpers.cc', 26 'filter_helpers.cc',
27 'filter_helpers.h', 27 'filter_helpers.h',
28 'media_stream_client.h', 28 'media_stream_client.h',
29 'preload.h',
29 'skcanvas_video_renderer.cc', 30 'skcanvas_video_renderer.cc',
30 'skcanvas_video_renderer.h', 31 'skcanvas_video_renderer.h',
31 'webmediaplayer_delegate.h', 32 'webmediaplayer_delegate.h',
32 'webmediaplayer_impl.cc', 33 'webmediaplayer_impl.cc',
33 'webmediaplayer_impl.h', 34 'webmediaplayer_impl.h',
34 'webmediaplayer_proxy.cc', 35 'webmediaplayer_proxy.cc',
35 'webmediaplayer_proxy.h', 36 'webmediaplayer_proxy.h',
36 'webvideoframe_impl.cc', 37 'webvideoframe_impl.cc',
37 'webvideoframe_impl.h', 38 'webvideoframe_impl.h',
38 ], 39 ],
39 'conditions': [ 40 'conditions': [
40 ['inside_chromium_build==0', { 41 ['inside_chromium_build==0', {
41 'dependencies': [ 42 'dependencies': [
42 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 43 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
43 ], 44 ],
44 }], 45 }],
45 ['OS=="android"', { 46 ['OS=="android"', {
46 'sources!': [ 47 'sources!': [
47 'audio_decoder.cc', 48 'audio_decoder.cc',
48 'webmediaplayer_impl.cc', 49 'webmediaplayer_impl.cc',
49 'webmediaplayer_impl.h', 50 'webmediaplayer_impl.h',
50 ], 51 ],
51 }], 52 }],
52 ], 53 ],
53 }, 54 },
54 ], 55 ],
55 } 56 }
OLDNEW
« no previous file with comments | « webkit/media/preload.h ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698