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

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

Issue 11859023: NOT FOR SUBMITTING: Enable FFmpeg and VDA on Android (just for developing) Base URL: https://chromium.googlesource.com/chromium/src.git@avda-review
Patch Set: Created 7 years, 11 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
« no previous file with comments | « media/media.gyp ('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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 23 matching lines...) Expand all
34 'dependencies': [ 34 'dependencies': [
35 '<(DEPTH)/base/base.gyp:base', 35 '<(DEPTH)/base/base.gyp:base',
36 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 36 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
37 '<(DEPTH)/media/media.gyp:shared_memory_support', 37 '<(DEPTH)/media/media.gyp:shared_memory_support',
38 '<(DEPTH)/media/media.gyp:yuv_convert', 38 '<(DEPTH)/media/media.gyp:yuv_convert',
39 '<(DEPTH)/skia/skia.gyp:skia', 39 '<(DEPTH)/skia/skia.gyp:skia',
40 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version _h', 40 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version _h',
41 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 41 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
42 ], 42 ],
43 'sources': [ 43 'sources': [
44 'android/audio_decoder_android.cc', 44 #'android/audio_decoder_android.cc',
45 'android/media_player_bridge_manager_impl.cc', 45 'android/media_player_bridge_manager_impl.cc',
46 'android/media_player_bridge_manager_impl.h', 46 'android/media_player_bridge_manager_impl.h',
47 'android/stream_texture_factory_android.h', 47 'android/stream_texture_factory_android.h',
48 'android/webmediaplayer_android.cc', 48 'android/webmediaplayer_android.cc',
49 'android/webmediaplayer_android.h', 49 'android/webmediaplayer_android.h',
50 'android/webmediaplayer_impl_android.cc', 50 'android/webmediaplayer_impl_android.cc',
51 'android/webmediaplayer_impl_android.h', 51 'android/webmediaplayer_impl_android.h',
52 'android/webmediaplayer_in_process_android.cc', 52 'android/webmediaplayer_in_process_android.cc',
53 'android/webmediaplayer_in_process_android.h', 53 'android/webmediaplayer_in_process_android.h',
54 'android/webmediaplayer_manager_android.cc', 54 'android/webmediaplayer_manager_android.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'webvideoframe_impl.h', 98 'webvideoframe_impl.h',
99 ], 99 ],
100 'conditions': [ 100 'conditions': [
101 ['inside_chromium_build == 0', { 101 ['inside_chromium_build == 0', {
102 'dependencies': [ 102 'dependencies': [
103 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 103 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
104 ], 104 ],
105 }], 105 }],
106 ['OS == "android"', { 106 ['OS == "android"', {
107 'sources!': [ 107 'sources!': [
108 'audio_decoder.cc', 108 #'audio_decoder.cc',
109 'audio_decoder.h', 109 #'audio_decoder.h',
110 'filter_helpers.cc', 110 #'filter_helpers.cc',
111 'filter_helpers.h', 111 #'filter_helpers.h',
112 'webmediaplayer_impl.cc', 112 #'webmediaplayer_impl.cc',
113 'webmediaplayer_impl.h', 113 #'webmediaplayer_impl.h',
114 'webmediaplayer_proxy.cc', 114 #'webmediaplayer_proxy.cc',
115 'webmediaplayer_proxy.h', 115 #'webmediaplayer_proxy.h',
116 ], 116 ],
117 'dependencies': [ 117 'dependencies': [
118 '<(DEPTH)/media/media.gyp:player_android', 118 '<(DEPTH)/media/media.gyp:player_android',
119 ], 119 ],
120 }, { # OS != "android"' 120 }, { # OS != "android"'
121 'sources/': [ 121 'sources/': [
122 ['exclude', '^android/'], 122 ['exclude', '^android/'],
123 ], 123 ],
124 }], 124 }],
125 ], 125 ],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 # Not to strip important symbols by -Wl,-dead_strip. 217 # Not to strip important symbols by -Wl,-dead_strip.
218 '-Wl,-exported_symbol,_PPP_GetInterface', 218 '-Wl,-exported_symbol,_PPP_GetInterface',
219 '-Wl,-exported_symbol,_PPP_InitializeModule', 219 '-Wl,-exported_symbol,_PPP_InitializeModule',
220 '-Wl,-exported_symbol,_PPP_ShutdownModule' 220 '-Wl,-exported_symbol,_PPP_ShutdownModule'
221 ]}, 221 ]},
222 }], 222 }],
223 ], 223 ],
224 } 224 }
225 ], 225 ],
226 } 226 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698