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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1467103003: Basic use implementation for MediaStream from Canvas: captureStream() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new interface to LayoutTests. Created 5 years 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'frame/Location.idl', 148 'frame/Location.idl',
149 'html/FormData.idl', 149 'html/FormData.idl',
150 'html/HTMLAllCollection.idl', 150 'html/HTMLAllCollection.idl',
151 'html/HTMLAnchorElement.idl', 151 'html/HTMLAnchorElement.idl',
152 'html/HTMLAreaElement.idl', 152 'html/HTMLAreaElement.idl',
153 'html/HTMLAudioElement.idl', 153 'html/HTMLAudioElement.idl',
154 'html/HTMLBRElement.idl', 154 'html/HTMLBRElement.idl',
155 'html/HTMLBaseElement.idl', 155 'html/HTMLBaseElement.idl',
156 'html/HTMLBodyElement.idl', 156 'html/HTMLBodyElement.idl',
157 'html/HTMLButtonElement.idl', 157 'html/HTMLButtonElement.idl',
158 'html/HTMLCanvasElement.idl',
159 'html/HTMLCollection.idl', 158 'html/HTMLCollection.idl',
160 'html/HTMLContentElement.idl', 159 'html/HTMLContentElement.idl',
161 'html/HTMLDListElement.idl', 160 'html/HTMLDListElement.idl',
162 'html/HTMLDataListElement.idl', 161 'html/HTMLDataListElement.idl',
163 'html/HTMLDetailsElement.idl', 162 'html/HTMLDetailsElement.idl',
164 'html/HTMLDialogElement.idl', 163 'html/HTMLDialogElement.idl',
165 'html/HTMLDirectoryElement.idl', 164 'html/HTMLDirectoryElement.idl',
166 'html/HTMLDivElement.idl', 165 'html/HTMLDivElement.idl',
167 'html/HTMLDocument.idl', 166 'html/HTMLDocument.idl',
168 'html/HTMLElement.idl', 167 'html/HTMLElement.idl',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 ], 385 ],
387 # core IDL files that have partial interfaces in modules. 386 # core IDL files that have partial interfaces in modules.
388 'core_idl_with_modules_dependency_files': [ 387 'core_idl_with_modules_dependency_files': [
389 'clipboard/DataTransferItem.idl', 388 'clipboard/DataTransferItem.idl',
390 'dom/Touch.idl', 389 'dom/Touch.idl',
391 'dom/URL.idl', 390 'dom/URL.idl',
392 'events/MouseEvent.idl', 391 'events/MouseEvent.idl',
393 'frame/Navigator.idl', 392 'frame/Navigator.idl',
394 'frame/Screen.idl', 393 'frame/Screen.idl',
395 'frame/Window.idl', 394 'frame/Window.idl',
395 'html/HTMLCanvasElement.idl',
396 'html/HTMLInputElement.idl', 396 'html/HTMLInputElement.idl',
397 'html/HTMLMediaElement.idl', 397 'html/HTMLMediaElement.idl',
398 'html/HTMLVideoElement.idl', 398 'html/HTMLVideoElement.idl',
399 'inspector/DevToolsHost.idl', 399 'inspector/DevToolsHost.idl',
400 'workers/DedicatedWorkerGlobalScope.idl', 400 'workers/DedicatedWorkerGlobalScope.idl',
401 'workers/SharedWorkerGlobalScope.idl', 401 'workers/SharedWorkerGlobalScope.idl',
402 'workers/WorkerGlobalScope.idl', 402 'workers/WorkerGlobalScope.idl',
403 'workers/WorkerNavigator.idl', 403 'workers/WorkerNavigator.idl',
404 ], 404 ],
405 # 'partial interface', target (right side of) 'implements', and 405 # 'partial interface', target (right side of) 'implements', and
(...skipping 2494 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'html/TextMetrics.h', 2900 'html/TextMetrics.h',
2901 'html/TimeRanges.cpp', 2901 'html/TimeRanges.cpp',
2902 'html/TimeRanges.h', 2902 'html/TimeRanges.h',
2903 'html/URLRegistry.h', 2903 'html/URLRegistry.h',
2904 'html/ValidityState.cpp', 2904 'html/ValidityState.cpp',
2905 'html/ValidityState.h', 2905 'html/ValidityState.h',
2906 'html/WindowNameCollection.cpp', 2906 'html/WindowNameCollection.cpp',
2907 'html/WindowNameCollection.h', 2907 'html/WindowNameCollection.h',
2908 'html/canvas/CanvasAsyncBlobCreator.cpp', 2908 'html/canvas/CanvasAsyncBlobCreator.cpp',
2909 'html/canvas/CanvasAsyncBlobCreator.h', 2909 'html/canvas/CanvasAsyncBlobCreator.h',
2910 'html/canvas/CanvasDrawListener.h',
2910 'html/canvas/CanvasFontCache.cpp', 2911 'html/canvas/CanvasFontCache.cpp',
2911 'html/canvas/CanvasFontCache.h', 2912 'html/canvas/CanvasFontCache.h',
2912 'html/canvas/CanvasImageSource.h', 2913 'html/canvas/CanvasImageSource.h',
2913 'html/canvas/CanvasRenderingContext.cpp', 2914 'html/canvas/CanvasRenderingContext.cpp',
2914 'html/canvas/CanvasRenderingContext.h', 2915 'html/canvas/CanvasRenderingContext.h',
2915 'html/canvas/CanvasRenderingContextFactory.h', 2916 'html/canvas/CanvasRenderingContextFactory.h',
2916 'html/forms/BaseButtonInputType.cpp', 2917 'html/forms/BaseButtonInputType.cpp',
2917 'html/forms/BaseButtonInputType.h', 2918 'html/forms/BaseButtonInputType.h',
2918 'html/forms/BaseCheckableInputType.cpp', 2919 'html/forms/BaseCheckableInputType.cpp',
2919 'html/forms/BaseCheckableInputType.h', 2920 'html/forms/BaseCheckableInputType.h',
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
3943 'style/SVGComputedStyleTest.cpp', 3944 'style/SVGComputedStyleTest.cpp',
3944 'svg/SVGPathParserTest.cpp', 3945 'svg/SVGPathParserTest.cpp',
3945 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3946 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3946 'testing/PrivateScriptTestTest.cpp', 3947 'testing/PrivateScriptTestTest.cpp',
3947 'timing/MemoryInfoTest.cpp', 3948 'timing/MemoryInfoTest.cpp',
3948 'workers/WorkerThreadTest.cpp', 3949 'workers/WorkerThreadTest.cpp',
3949 'xml/parser/SharedBufferReaderTest.cpp', 3950 'xml/parser/SharedBufferReaderTest.cpp',
3950 ], 3951 ],
3951 } 3952 }
3952 } 3953 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698