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

Side by Side Diff: Source/WebCore/WebCore.gypi

Issue 13776002: MediaStream should fire ended event when all tracks are ended (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: The patch is migrated from WebKit #bug 87336 Created 7 years, 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'webcore_bindings_idl_files': [ 3 'webcore_bindings_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 4226 matching lines...) Expand 10 before | Expand all | Expand 10 after
4237 'platform/chromium/support/WebRTCICECandidate.cpp', 4237 'platform/chromium/support/WebRTCICECandidate.cpp',
4238 'platform/chromium/support/WebRTCSessionDescription.cpp', 4238 'platform/chromium/support/WebRTCSessionDescription.cpp',
4239 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp', 4239 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp',
4240 'platform/chromium/support/WebRTCStatsRequest.cpp', 4240 'platform/chromium/support/WebRTCStatsRequest.cpp',
4241 'platform/chromium/support/WebRTCStatsResponse.cpp', 4241 'platform/chromium/support/WebRTCStatsResponse.cpp',
4242 'platform/chromium/support/WebRTCVoidRequest.cpp', 4242 'platform/chromium/support/WebRTCVoidRequest.cpp',
4243 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', 4243 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
4244 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', 4244 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
4245 'platform/chromium/support/WebScrollbarImpl.cpp', 4245 'platform/chromium/support/WebScrollbarImpl.cpp',
4246 'platform/chromium/support/WebScrollbarImpl.h', 4246 'platform/chromium/support/WebScrollbarImpl.h',
4247 'platform/chromium/support/WebSocketStreamError.cpp',
4247 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', 4248 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
4248 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', 4249 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
4249 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', 4250 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
4250 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', 4251 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
4251 'platform/chromium/support/WebThreadSafeData.cpp', 4252 'platform/chromium/support/WebThreadSafeData.cpp',
4252 'platform/chromium/support/WebTransformKeyframe.cpp', 4253 'platform/chromium/support/WebTransformKeyframe.cpp',
4253 'platform/chromium/support/WebURL.cpp', 4254 'platform/chromium/support/WebURL.cpp',
4254 'platform/chromium/support/WebURLError.cpp', 4255 'platform/chromium/support/WebURLError.cpp',
4255 'platform/chromium/support/WebURLRequest.cpp', 4256 'platform/chromium/support/WebURLRequest.cpp',
4256 'platform/chromium/support/WebURLRequestPrivate.h', 4257 'platform/chromium/support/WebURLRequestPrivate.h',
4257 'platform/chromium/support/WebURLResponse.cpp', 4258 'platform/chromium/support/WebURLResponse.cpp',
4258 'platform/chromium/support/WebURLResponsePrivate.h', 4259 'platform/chromium/support/WebURLResponsePrivate.h',
4259 'platform/chromium/support/WrappedResourceRequest.h', 4260 'platform/chromium/support/WrappedResourceRequest.h',
4260 'platform/chromium/support/WrappedResourceResponse.h', 4261 'platform/chromium/support/WrappedResourceResponse.h',
4261 ], 4262 ],
4262 } 4263 }
4263 } 4264 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698