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

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

Issue 10413015: Upstream implementation for embedded video for WebMediaPlayerAndroid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase after https://chromiumcodereview.appspot.com/10469003/ got committed Created 8 years, 6 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/android/webmediaplayer_manager_android.cc ('k') | no next file » | 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 'android/audio_decoder_android.cc', 17 'android/audio_decoder_android.cc',
18 'android/stream_texture_factory_android.h',
18 'android/webmediaplayer_android.cc', 19 'android/webmediaplayer_android.cc',
19 'android/webmediaplayer_android.h', 20 'android/webmediaplayer_android.h',
21 'android/webmediaplayer_manager_android.cc',
22 'android/webmediaplayer_manager_android.h',
20 'android/webmediaplayer_proxy_android.cc', 23 'android/webmediaplayer_proxy_android.cc',
21 'android/webmediaplayer_proxy_android.h', 24 'android/webmediaplayer_proxy_android.h',
22 'active_loader.cc', 25 'active_loader.cc',
23 'active_loader.h', 26 'active_loader.h',
24 'audio_decoder.cc', 27 'audio_decoder.cc',
25 'audio_decoder.h', 28 'audio_decoder.h',
26 'buffered_data_source.cc', 29 'buffered_data_source.cc',
27 'buffered_data_source.h', 30 'buffered_data_source.h',
28 'buffered_resource_loader.cc', 31 'buffered_resource_loader.cc',
29 'buffered_resource_loader.h', 32 'buffered_resource_loader.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 ], 67 ],
65 }, { # OS != "android"' 68 }, { # OS != "android"'
66 'sources/': [ 69 'sources/': [
67 ['exclude', '^android/'], 70 ['exclude', '^android/'],
68 ], 71 ],
69 }], 72 }],
70 ], 73 ],
71 }, 74 },
72 ], 75 ],
73 } 76 }
OLDNEW
« no previous file with comments | « webkit/media/android/webmediaplayer_manager_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698