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

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: update global-interface-listing-expected.txt 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'html/HTMLUnknownElement.idl', 224 'html/HTMLUnknownElement.idl',
225 'html/ImageData.idl', 225 'html/ImageData.idl',
226 'html/MediaError.idl', 226 'html/MediaError.idl',
227 'html/MediaKeyError.idl', 227 'html/MediaKeyError.idl',
228 'html/MediaKeyEvent.idl', 228 'html/MediaKeyEvent.idl',
229 'html/RadioNodeList.idl', 229 'html/RadioNodeList.idl',
230 'html/TextMetrics.idl', 230 'html/TextMetrics.idl',
231 'html/TimeRanges.idl', 231 'html/TimeRanges.idl',
232 'html/ValidityState.idl', 232 'html/ValidityState.idl',
233 'html/VoidCallback.idl', 233 'html/VoidCallback.idl',
234 'html/canvas/OffScreenCanvas.idl',
234 'html/track/AudioTrack.idl', 235 'html/track/AudioTrack.idl',
235 'html/track/AudioTrackList.idl', 236 'html/track/AudioTrackList.idl',
236 'html/track/TextTrack.idl', 237 'html/track/TextTrack.idl',
237 'html/track/TextTrackCue.idl', 238 'html/track/TextTrackCue.idl',
238 'html/track/TextTrackCueList.idl', 239 'html/track/TextTrackCueList.idl',
239 'html/track/TextTrackList.idl', 240 'html/track/TextTrackList.idl',
240 'html/track/TrackEvent.idl', 241 'html/track/TrackEvent.idl',
241 'html/track/VideoTrack.idl', 242 'html/track/VideoTrack.idl',
242 'html/track/VideoTrackList.idl', 243 'html/track/VideoTrackList.idl',
243 'html/track/vtt/VTTCue.idl', 244 'html/track/vtt/VTTCue.idl',
(...skipping 2675 matching lines...) Expand 10 before | Expand all | Expand 10 after
2919 'html/WindowNameCollection.h', 2920 'html/WindowNameCollection.h',
2920 'html/canvas/CanvasAsyncBlobCreator.cpp', 2921 'html/canvas/CanvasAsyncBlobCreator.cpp',
2921 'html/canvas/CanvasAsyncBlobCreator.h', 2922 'html/canvas/CanvasAsyncBlobCreator.h',
2922 'html/canvas/CanvasDrawListener.h', 2923 'html/canvas/CanvasDrawListener.h',
2923 'html/canvas/CanvasFontCache.cpp', 2924 'html/canvas/CanvasFontCache.cpp',
2924 'html/canvas/CanvasFontCache.h', 2925 'html/canvas/CanvasFontCache.h',
2925 'html/canvas/CanvasImageSource.h', 2926 'html/canvas/CanvasImageSource.h',
2926 'html/canvas/CanvasRenderingContext.cpp', 2927 'html/canvas/CanvasRenderingContext.cpp',
2927 'html/canvas/CanvasRenderingContext.h', 2928 'html/canvas/CanvasRenderingContext.h',
2928 'html/canvas/CanvasRenderingContextFactory.h', 2929 'html/canvas/CanvasRenderingContextFactory.h',
2930 'html/canvas/OffScreenCanvas.cpp',
2931 'html/canvas/OffScreenCanvas.h',
2929 'html/forms/BaseButtonInputType.cpp', 2932 'html/forms/BaseButtonInputType.cpp',
2930 'html/forms/BaseButtonInputType.h', 2933 'html/forms/BaseButtonInputType.h',
2931 'html/forms/BaseCheckableInputType.cpp', 2934 'html/forms/BaseCheckableInputType.cpp',
2932 'html/forms/BaseCheckableInputType.h', 2935 'html/forms/BaseCheckableInputType.h',
2933 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2936 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2934 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2937 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2935 'html/forms/BaseClickableWithKeyInputType.cpp', 2938 'html/forms/BaseClickableWithKeyInputType.cpp',
2936 'html/forms/BaseClickableWithKeyInputType.h', 2939 'html/forms/BaseClickableWithKeyInputType.h',
2937 'html/forms/BaseDateAndTimeInputType.cpp', 2940 'html/forms/BaseDateAndTimeInputType.cpp',
2938 'html/forms/BaseDateAndTimeInputType.h', 2941 'html/forms/BaseDateAndTimeInputType.h',
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
3957 'style/SVGComputedStyleTest.cpp', 3960 'style/SVGComputedStyleTest.cpp',
3958 'svg/SVGPathParserTest.cpp', 3961 'svg/SVGPathParserTest.cpp',
3959 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3962 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3960 'testing/PrivateScriptTestTest.cpp', 3963 'testing/PrivateScriptTestTest.cpp',
3961 'timing/MemoryInfoTest.cpp', 3964 'timing/MemoryInfoTest.cpp',
3962 'workers/WorkerThreadTest.cpp', 3965 'workers/WorkerThreadTest.cpp',
3963 'xml/parser/SharedBufferReaderTest.cpp', 3966 'xml/parser/SharedBufferReaderTest.cpp',
3964 ], 3967 ],
3965 } 3968 }
3966 } 3969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698