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

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

Issue 1748163003: Add rendering context and rendering 2D context to OffscreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove CanvasRenderingContextBase Created 4 years, 9 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 '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 2949 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 'html/canvas/CanvasDrawListener.cpp', 2960 'html/canvas/CanvasDrawListener.cpp',
2961 'html/canvas/CanvasDrawListener.h', 2961 'html/canvas/CanvasDrawListener.h',
2962 'html/canvas/CanvasFontCache.cpp', 2962 'html/canvas/CanvasFontCache.cpp',
2963 'html/canvas/CanvasFontCache.h', 2963 'html/canvas/CanvasFontCache.h',
2964 'html/canvas/CanvasImageSource.h', 2964 'html/canvas/CanvasImageSource.h',
2965 'html/canvas/CanvasRenderingContext.cpp', 2965 'html/canvas/CanvasRenderingContext.cpp',
2966 'html/canvas/CanvasRenderingContext.h', 2966 'html/canvas/CanvasRenderingContext.h',
2967 'html/canvas/CanvasRenderingContextFactory.h', 2967 'html/canvas/CanvasRenderingContextFactory.h',
2968 'html/canvas/OffscreenCanvas.cpp', 2968 'html/canvas/OffscreenCanvas.cpp',
2969 'html/canvas/OffscreenCanvas.h', 2969 'html/canvas/OffscreenCanvas.h',
2970 'html/canvas/OffscreenCanvasRenderingContext.cpp',
2971 'html/canvas/OffscreenCanvasRenderingContext.h',
2972 'html/canvas/OffscreenCanvasRenderingContextFactory.h',
2970 'html/forms/BaseButtonInputType.cpp', 2973 'html/forms/BaseButtonInputType.cpp',
2971 'html/forms/BaseButtonInputType.h', 2974 'html/forms/BaseButtonInputType.h',
2972 'html/forms/BaseCheckableInputType.cpp', 2975 'html/forms/BaseCheckableInputType.cpp',
2973 'html/forms/BaseCheckableInputType.h', 2976 'html/forms/BaseCheckableInputType.h',
2974 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2977 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2975 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2978 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2976 'html/forms/BaseClickableWithKeyInputType.cpp', 2979 'html/forms/BaseClickableWithKeyInputType.cpp',
2977 'html/forms/BaseClickableWithKeyInputType.h', 2980 'html/forms/BaseClickableWithKeyInputType.h',
2978 'html/forms/BaseDateAndTimeInputType.cpp', 2981 'html/forms/BaseDateAndTimeInputType.cpp',
2979 'html/forms/BaseDateAndTimeInputType.h', 2982 'html/forms/BaseDateAndTimeInputType.h',
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
4039 'style/SVGComputedStyleTest.cpp', 4042 'style/SVGComputedStyleTest.cpp',
4040 'svg/SVGPathParserTest.cpp', 4043 'svg/SVGPathParserTest.cpp',
4041 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4044 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4042 'testing/PrivateScriptTestTest.cpp', 4045 'testing/PrivateScriptTestTest.cpp',
4043 'timing/MemoryInfoTest.cpp', 4046 'timing/MemoryInfoTest.cpp',
4044 'workers/WorkerThreadTest.cpp', 4047 'workers/WorkerThreadTest.cpp',
4045 'xml/parser/SharedBufferReaderTest.cpp', 4048 'xml/parser/SharedBufferReaderTest.cpp',
4046 ], 4049 ],
4047 } 4050 }
4048 } 4051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698