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

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

Issue 12892010: Remove WebMediaPlayerInProcessAndroid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 (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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ], 43 ],
44 'sources': [ 44 'sources': [
45 'android/audio_decoder_android.cc', 45 'android/audio_decoder_android.cc',
46 'android/media_player_bridge_manager_impl.cc', 46 'android/media_player_bridge_manager_impl.cc',
47 'android/media_player_bridge_manager_impl.h', 47 'android/media_player_bridge_manager_impl.h',
48 'android/stream_texture_factory_android.h', 48 'android/stream_texture_factory_android.h',
49 'android/webmediaplayer_android.cc', 49 'android/webmediaplayer_android.cc',
50 'android/webmediaplayer_android.h', 50 'android/webmediaplayer_android.h',
51 'android/webmediaplayer_impl_android.cc', 51 'android/webmediaplayer_impl_android.cc',
52 'android/webmediaplayer_impl_android.h', 52 'android/webmediaplayer_impl_android.h',
53 'android/webmediaplayer_in_process_android.cc',
54 'android/webmediaplayer_in_process_android.h',
55 'android/webmediaplayer_manager_android.cc', 53 'android/webmediaplayer_manager_android.cc',
56 'android/webmediaplayer_manager_android.h', 54 'android/webmediaplayer_manager_android.h',
57 'android/webmediaplayer_proxy_android.cc', 55 'android/webmediaplayer_proxy_android.cc',
58 'android/webmediaplayer_proxy_android.h', 56 'android/webmediaplayer_proxy_android.h',
59 'active_loader.cc', 57 'active_loader.cc',
60 'active_loader.h', 58 'active_loader.h',
61 'audio_decoder.cc', 59 'audio_decoder.cc',
62 'audio_decoder.h', 60 'audio_decoder.h',
63 'buffered_data_source.cc', 61 'buffered_data_source.cc',
64 'buffered_data_source.h', 62 'buffered_data_source.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 242 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
245 '<(PRODUCT_DIR)/ffmpegsumo.so' 243 '<(PRODUCT_DIR)/ffmpegsumo.so'
246 ] 244 ]
247 } 245 }
248 ] 246 ]
249 }], 247 }],
250 ], 248 ],
251 } 249 }
252 ], 250 ],
253 } 251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698