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

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

Issue 12443003: Implement out-of-band video compositing on Android: Step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « webkit/media/media_switches.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 '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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'crypto/key_systems.h', 70 'crypto/key_systems.h',
71 'crypto/ppapi_decryptor.cc', 71 'crypto/ppapi_decryptor.cc',
72 'crypto/ppapi_decryptor.h', 72 'crypto/ppapi_decryptor.h',
73 'crypto/proxy_decryptor.cc', 73 'crypto/proxy_decryptor.cc',
74 'crypto/proxy_decryptor.h', 74 'crypto/proxy_decryptor.h',
75 'filter_helpers.cc', 75 'filter_helpers.cc',
76 'filter_helpers.h', 76 'filter_helpers.h',
77 'media_stream_audio_renderer.cc', 77 'media_stream_audio_renderer.cc',
78 'media_stream_audio_renderer.h', 78 'media_stream_audio_renderer.h',
79 'media_stream_client.h', 79 'media_stream_client.h',
80 'media_switches.cc',
81 'media_switches.h',
80 'preload.h', 82 'preload.h',
81 'simple_video_frame_provider.cc', 83 'simple_video_frame_provider.cc',
82 'simple_video_frame_provider.h', 84 'simple_video_frame_provider.h',
83 'video_frame_provider.cc', 85 'video_frame_provider.cc',
84 'video_frame_provider.h', 86 'video_frame_provider.h',
85 'webaudiosourceprovider_impl.cc', 87 'webaudiosourceprovider_impl.cc',
86 'webaudiosourceprovider_impl.h', 88 'webaudiosourceprovider_impl.h',
87 'webmediaplayer_delegate.h', 89 'webmediaplayer_delegate.h',
88 'webmediaplayer_impl.cc', 90 'webmediaplayer_impl.cc',
89 'webmediaplayer_impl.h', 91 'webmediaplayer_impl.h',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 244 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
243 '<(PRODUCT_DIR)/ffmpegsumo.so' 245 '<(PRODUCT_DIR)/ffmpegsumo.so'
244 ] 246 ]
245 } 247 }
246 ] 248 ]
247 }], 249 }],
248 ], 250 ],
249 } 251 }
250 ], 252 ],
251 } 253 }
OLDNEW
« no previous file with comments | « webkit/media/media_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698