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

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

Issue 1488763002: Start an empty interface OffScreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add width&height 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'html/HTMLUnknownElement.idl', 221 'html/HTMLUnknownElement.idl',
222 'html/ImageData.idl', 222 'html/ImageData.idl',
223 'html/MediaError.idl', 223 'html/MediaError.idl',
224 'html/MediaKeyError.idl', 224 'html/MediaKeyError.idl',
225 'html/MediaKeyEvent.idl', 225 'html/MediaKeyEvent.idl',
226 'html/RadioNodeList.idl', 226 'html/RadioNodeList.idl',
227 'html/TextMetrics.idl', 227 'html/TextMetrics.idl',
228 'html/TimeRanges.idl', 228 'html/TimeRanges.idl',
229 'html/ValidityState.idl', 229 'html/ValidityState.idl',
230 'html/VoidCallback.idl', 230 'html/VoidCallback.idl',
231 'html/canvas/OffScreenCanvas.idl',
231 'html/track/AudioTrack.idl', 232 'html/track/AudioTrack.idl',
232 'html/track/AudioTrackList.idl', 233 'html/track/AudioTrackList.idl',
233 'html/track/TextTrack.idl', 234 'html/track/TextTrack.idl',
234 'html/track/TextTrackCue.idl', 235 'html/track/TextTrackCue.idl',
235 'html/track/TextTrackCueList.idl', 236 'html/track/TextTrackCueList.idl',
236 'html/track/TextTrackList.idl', 237 'html/track/TextTrackList.idl',
237 'html/track/TrackEvent.idl', 238 'html/track/TrackEvent.idl',
238 'html/track/VideoTrack.idl', 239 'html/track/VideoTrack.idl',
239 'html/track/VideoTrackList.idl', 240 'html/track/VideoTrackList.idl',
240 'html/track/vtt/VTTCue.idl', 241 'html/track/vtt/VTTCue.idl',
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2898 'html/WindowNameCollection.cpp', 2899 'html/WindowNameCollection.cpp',
2899 'html/WindowNameCollection.h', 2900 'html/WindowNameCollection.h',
2900 'html/canvas/CanvasAsyncBlobCreator.cpp', 2901 'html/canvas/CanvasAsyncBlobCreator.cpp',
2901 'html/canvas/CanvasAsyncBlobCreator.h', 2902 'html/canvas/CanvasAsyncBlobCreator.h',
2902 'html/canvas/CanvasFontCache.cpp', 2903 'html/canvas/CanvasFontCache.cpp',
2903 'html/canvas/CanvasFontCache.h', 2904 'html/canvas/CanvasFontCache.h',
2904 'html/canvas/CanvasImageSource.h', 2905 'html/canvas/CanvasImageSource.h',
2905 'html/canvas/CanvasRenderingContext.cpp', 2906 'html/canvas/CanvasRenderingContext.cpp',
2906 'html/canvas/CanvasRenderingContext.h', 2907 'html/canvas/CanvasRenderingContext.h',
2907 'html/canvas/CanvasRenderingContextFactory.h', 2908 'html/canvas/CanvasRenderingContextFactory.h',
2909 'html/canvas/OffScreenCanvas.cpp',
2910 'html/canvas/OffScreenCanvas.h',
2908 'html/forms/BaseButtonInputType.cpp', 2911 'html/forms/BaseButtonInputType.cpp',
2909 'html/forms/BaseButtonInputType.h', 2912 'html/forms/BaseButtonInputType.h',
2910 'html/forms/BaseCheckableInputType.cpp', 2913 'html/forms/BaseCheckableInputType.cpp',
2911 'html/forms/BaseCheckableInputType.h', 2914 'html/forms/BaseCheckableInputType.h',
2912 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2915 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2913 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2916 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2914 'html/forms/BaseClickableWithKeyInputType.cpp', 2917 'html/forms/BaseClickableWithKeyInputType.cpp',
2915 'html/forms/BaseClickableWithKeyInputType.h', 2918 'html/forms/BaseClickableWithKeyInputType.h',
2916 'html/forms/BaseDateAndTimeInputType.cpp', 2919 'html/forms/BaseDateAndTimeInputType.cpp',
2917 'html/forms/BaseDateAndTimeInputType.h', 2920 'html/forms/BaseDateAndTimeInputType.h',
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
3934 'style/SVGComputedStyleTest.cpp', 3937 'style/SVGComputedStyleTest.cpp',
3935 'svg/SVGPathParserTest.cpp', 3938 'svg/SVGPathParserTest.cpp',
3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3939 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3937 'testing/PrivateScriptTestTest.cpp', 3940 'testing/PrivateScriptTestTest.cpp',
3938 'timing/MemoryInfoTest.cpp', 3941 'timing/MemoryInfoTest.cpp',
3939 'workers/WorkerThreadTest.cpp', 3942 'workers/WorkerThreadTest.cpp',
3940 'xml/parser/SharedBufferReaderTest.cpp', 3943 'xml/parser/SharedBufferReaderTest.cpp',
3941 ], 3944 ],
3942 } 3945 }
3943 } 3946 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698