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

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

Issue 13419002: Media Source dispatches inband text tracks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 7 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/webinbandtexttrack_impl.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | 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 ['OS == "android" or OS == "ios"', { 8 ['OS == "android" or OS == "ios"', {
9 # Android and iOS don't use ffmpeg. 9 # Android and iOS don't use ffmpeg.
10 'use_ffmpeg%': 0, 10 'use_ffmpeg%': 0,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'crypto/ppapi_decryptor.cc', 66 'crypto/ppapi_decryptor.cc',
67 'crypto/ppapi_decryptor.h', 67 'crypto/ppapi_decryptor.h',
68 'crypto/proxy_decryptor.cc', 68 'crypto/proxy_decryptor.cc',
69 'crypto/proxy_decryptor.h', 69 'crypto/proxy_decryptor.h',
70 'media_stream_audio_renderer.cc', 70 'media_stream_audio_renderer.cc',
71 'media_stream_audio_renderer.h', 71 'media_stream_audio_renderer.h',
72 'media_stream_client.h', 72 'media_stream_client.h',
73 'preload.h', 73 'preload.h',
74 'simple_video_frame_provider.cc', 74 'simple_video_frame_provider.cc',
75 'simple_video_frame_provider.h', 75 'simple_video_frame_provider.h',
76 'texttrack_impl.cc',
77 'texttrack_impl.h',
76 'video_frame_provider.cc', 78 'video_frame_provider.cc',
77 'video_frame_provider.h', 79 'video_frame_provider.h',
78 'webaudiosourceprovider_impl.cc', 80 'webaudiosourceprovider_impl.cc',
79 'webaudiosourceprovider_impl.h', 81 'webaudiosourceprovider_impl.h',
82 'webinbandtexttrack_impl.cc',
83 'webinbandtexttrack_impl.h',
80 'webmediaplayer_delegate.h', 84 'webmediaplayer_delegate.h',
81 'webmediaplayer_impl.cc', 85 'webmediaplayer_impl.cc',
82 'webmediaplayer_impl.h', 86 'webmediaplayer_impl.h',
83 'webmediaplayer_ms.cc', 87 'webmediaplayer_ms.cc',
84 'webmediaplayer_ms.h', 88 'webmediaplayer_ms.h',
85 'webmediaplayer_params.cc', 89 'webmediaplayer_params.cc',
86 'webmediaplayer_params.h', 90 'webmediaplayer_params.h',
87 'webmediaplayer_util.cc', 91 'webmediaplayer_util.cc',
88 'webmediaplayer_util.h', 92 'webmediaplayer_util.h',
89 'webmediasourceclient_impl.cc', 93 'webmediasourceclient_impl.cc',
90 'webmediasourceclient_impl.h', 94 'webmediasourceclient_impl.h',
91 'websourcebuffer_impl.cc', 95 'websourcebuffer_impl.cc',
92 'websourcebuffer_impl.h', 96 'websourcebuffer_impl.h'
93 ], 97 ],
94 'conditions': [ 98 'conditions': [
95 ['OS == "android"', { 99 ['OS == "android"', {
96 'sources!': [ 100 'sources!': [
97 'audio_decoder.cc', 101 'audio_decoder.cc',
98 'audio_decoder.h', 102 'audio_decoder.h',
99 'filter_helpers.cc', 103 'filter_helpers.cc',
100 'filter_helpers.h', 104 'filter_helpers.h',
101 'webmediaplayer_impl.cc', 105 'webmediaplayer_impl.cc',
102 'webmediaplayer_impl.h', 106 'webmediaplayer_impl.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '-Wl,-exported_symbol,_PPP_InitializeModule', 231 '-Wl,-exported_symbol,_PPP_InitializeModule',
228 '-Wl,-exported_symbol,_PPP_ShutdownModule' 232 '-Wl,-exported_symbol,_PPP_ShutdownModule'
229 ], 233 ],
230 'DYLIB_INSTALL_NAME_BASE': '@loader_path', 234 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
231 }, 235 },
232 }], 236 }],
233 ], 237 ],
234 } 238 }
235 ], 239 ],
236 } 240 }
OLDNEW
« no previous file with comments | « webkit/media/webinbandtexttrack_impl.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698