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

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: perkj@ comments. 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'frame/Location.idl', 145 'frame/Location.idl',
146 'html/FormData.idl', 146 'html/FormData.idl',
147 'html/HTMLAllCollection.idl', 147 'html/HTMLAllCollection.idl',
148 'html/HTMLAnchorElement.idl', 148 'html/HTMLAnchorElement.idl',
149 'html/HTMLAreaElement.idl', 149 'html/HTMLAreaElement.idl',
150 'html/HTMLAudioElement.idl', 150 'html/HTMLAudioElement.idl',
151 'html/HTMLBRElement.idl', 151 'html/HTMLBRElement.idl',
152 'html/HTMLBaseElement.idl', 152 'html/HTMLBaseElement.idl',
153 'html/HTMLBodyElement.idl', 153 'html/HTMLBodyElement.idl',
154 'html/HTMLButtonElement.idl', 154 'html/HTMLButtonElement.idl',
155 'html/HTMLCanvasElement.idl',
156 'html/HTMLCollection.idl', 155 'html/HTMLCollection.idl',
157 'html/HTMLContentElement.idl', 156 'html/HTMLContentElement.idl',
158 'html/HTMLDListElement.idl', 157 'html/HTMLDListElement.idl',
159 'html/HTMLDataListElement.idl', 158 'html/HTMLDataListElement.idl',
160 'html/HTMLDetailsElement.idl', 159 'html/HTMLDetailsElement.idl',
161 'html/HTMLDialogElement.idl', 160 'html/HTMLDialogElement.idl',
162 'html/HTMLDirectoryElement.idl', 161 'html/HTMLDirectoryElement.idl',
163 'html/HTMLDivElement.idl', 162 'html/HTMLDivElement.idl',
164 'html/HTMLDocument.idl', 163 'html/HTMLDocument.idl',
165 'html/HTMLElement.idl', 164 'html/HTMLElement.idl',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ], 382 ],
384 # core IDL files that have partial interfaces in modules. 383 # core IDL files that have partial interfaces in modules.
385 'core_idl_with_modules_dependency_files': [ 384 'core_idl_with_modules_dependency_files': [
386 'clipboard/DataTransferItem.idl', 385 'clipboard/DataTransferItem.idl',
387 'dom/Touch.idl', 386 'dom/Touch.idl',
388 'dom/URL.idl', 387 'dom/URL.idl',
389 'events/MouseEvent.idl', 388 'events/MouseEvent.idl',
390 'frame/Navigator.idl', 389 'frame/Navigator.idl',
391 'frame/Screen.idl', 390 'frame/Screen.idl',
392 'frame/Window.idl', 391 'frame/Window.idl',
392 'html/HTMLCanvasElement.idl',
393 'html/HTMLInputElement.idl', 393 'html/HTMLInputElement.idl',
394 'html/HTMLMediaElement.idl', 394 'html/HTMLMediaElement.idl',
395 'html/HTMLVideoElement.idl', 395 'html/HTMLVideoElement.idl',
396 'inspector/DevToolsHost.idl', 396 'inspector/DevToolsHost.idl',
397 'workers/DedicatedWorkerGlobalScope.idl', 397 'workers/DedicatedWorkerGlobalScope.idl',
398 'workers/SharedWorkerGlobalScope.idl', 398 'workers/SharedWorkerGlobalScope.idl',
399 'workers/WorkerGlobalScope.idl', 399 'workers/WorkerGlobalScope.idl',
400 'workers/WorkerNavigator.idl', 400 'workers/WorkerNavigator.idl',
401 ], 401 ],
402 # 'partial interface', target (right side of) 'implements', and 402 # 'partial interface', target (right side of) 'implements', and
(...skipping 2491 matching lines...) Expand 10 before | Expand all | Expand 10 after
2894 'html/TextMetrics.h', 2894 'html/TextMetrics.h',
2895 'html/TimeRanges.cpp', 2895 'html/TimeRanges.cpp',
2896 'html/TimeRanges.h', 2896 'html/TimeRanges.h',
2897 'html/URLRegistry.h', 2897 'html/URLRegistry.h',
2898 'html/ValidityState.cpp', 2898 'html/ValidityState.cpp',
2899 'html/ValidityState.h', 2899 'html/ValidityState.h',
2900 'html/WindowNameCollection.cpp', 2900 'html/WindowNameCollection.cpp',
2901 'html/WindowNameCollection.h', 2901 'html/WindowNameCollection.h',
2902 'html/canvas/CanvasAsyncBlobCreator.cpp', 2902 'html/canvas/CanvasAsyncBlobCreator.cpp',
2903 'html/canvas/CanvasAsyncBlobCreator.h', 2903 'html/canvas/CanvasAsyncBlobCreator.h',
2904 'html/canvas/CanvasDrawListener.h',
2904 'html/canvas/CanvasFontCache.cpp', 2905 'html/canvas/CanvasFontCache.cpp',
2905 'html/canvas/CanvasFontCache.h', 2906 'html/canvas/CanvasFontCache.h',
2906 'html/canvas/CanvasImageSource.h', 2907 'html/canvas/CanvasImageSource.h',
2907 'html/canvas/CanvasRenderingContext.cpp', 2908 'html/canvas/CanvasRenderingContext.cpp',
2908 'html/canvas/CanvasRenderingContext.h', 2909 'html/canvas/CanvasRenderingContext.h',
2909 'html/canvas/CanvasRenderingContextFactory.h', 2910 'html/canvas/CanvasRenderingContextFactory.h',
2910 'html/forms/BaseButtonInputType.cpp', 2911 'html/forms/BaseButtonInputType.cpp',
2911 'html/forms/BaseButtonInputType.h', 2912 'html/forms/BaseButtonInputType.h',
2912 'html/forms/BaseCheckableInputType.cpp', 2913 'html/forms/BaseCheckableInputType.cpp',
2913 'html/forms/BaseCheckableInputType.h', 2914 'html/forms/BaseCheckableInputType.h',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
3935 'style/SVGComputedStyleTest.cpp', 3936 'style/SVGComputedStyleTest.cpp',
3936 'svg/SVGPathParserTest.cpp', 3937 'svg/SVGPathParserTest.cpp',
3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3938 'testing/PrivateScriptTestTest.cpp', 3939 'testing/PrivateScriptTestTest.cpp',
3939 'timing/MemoryInfoTest.cpp', 3940 'timing/MemoryInfoTest.cpp',
3940 'workers/WorkerThreadTest.cpp', 3941 'workers/WorkerThreadTest.cpp',
3941 'xml/parser/SharedBufferReaderTest.cpp', 3942 'xml/parser/SharedBufferReaderTest.cpp',
3942 ], 3943 ],
3943 } 3944 }
3944 } 3945 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698