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

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

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month 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/web_video_renderer.h ('k') | webkit/media/webmediaplayer_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'webkit_media',
9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [
12 '<(DEPTH)/base/base.gyp:base',
13 '<(DEPTH)/media/media.gyp:yuv_convert',
14 '<(DEPTH)/skia/skia.gyp:skia',
15 ],
16 'sources': [
17 'audio_decoder.cc',
18 'audio_decoder.h',
19 'buffered_data_source.cc',
20 'buffered_data_source.h',
21 'buffered_resource_loader.cc',
22 'buffered_resource_loader.h',
23 'media_stream_client.h',
24 'simple_data_source.cc',
25 'simple_data_source.h',
26 'video_renderer_impl.cc',
27 'video_renderer_impl.h',
28 'web_data_source.cc',
29 'web_data_source_factory.cc',
30 'web_data_source_factory.h',
31 'web_data_source.h',
32 'web_video_renderer.h',
33 'webmediaplayer_delegate.h',
34 'webmediaplayer_impl.cc',
35 'webmediaplayer_impl.h',
36 'webmediaplayer_proxy.cc',
37 'webmediaplayer_proxy.h',
38 'webvideoframe_impl.cc',
39 'webvideoframe_impl.h',
40 ],
41 'conditions': [
42 ['inside_chromium_build==0', {
43 'dependencies': [
44 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
45 ],
46 }],
47 ],
48 },
49 ],
50 }
OLDNEW
« no previous file with comments | « webkit/media/web_video_renderer.h ('k') | webkit/media/webmediaplayer_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698