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

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

Issue 1508023002: Add TimedCanvasDrawListener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@spec-change
Patch Set: Rebase. 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 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after
2913 'html/TextMetrics.h', 2913 'html/TextMetrics.h',
2914 'html/TimeRanges.cpp', 2914 'html/TimeRanges.cpp',
2915 'html/TimeRanges.h', 2915 'html/TimeRanges.h',
2916 'html/URLRegistry.h', 2916 'html/URLRegistry.h',
2917 'html/ValidityState.cpp', 2917 'html/ValidityState.cpp',
2918 'html/ValidityState.h', 2918 'html/ValidityState.h',
2919 'html/WindowNameCollection.cpp', 2919 'html/WindowNameCollection.cpp',
2920 'html/WindowNameCollection.h', 2920 'html/WindowNameCollection.h',
2921 'html/canvas/CanvasAsyncBlobCreator.cpp', 2921 'html/canvas/CanvasAsyncBlobCreator.cpp',
2922 'html/canvas/CanvasAsyncBlobCreator.h', 2922 'html/canvas/CanvasAsyncBlobCreator.h',
2923 'html/canvas/CanvasDrawListener.cpp',
2923 'html/canvas/CanvasDrawListener.h', 2924 'html/canvas/CanvasDrawListener.h',
2924 'html/canvas/CanvasFontCache.cpp', 2925 'html/canvas/CanvasFontCache.cpp',
2925 'html/canvas/CanvasFontCache.h', 2926 'html/canvas/CanvasFontCache.h',
2926 'html/canvas/CanvasImageSource.h', 2927 'html/canvas/CanvasImageSource.h',
2927 'html/canvas/CanvasRenderingContext.cpp', 2928 'html/canvas/CanvasRenderingContext.cpp',
2928 'html/canvas/CanvasRenderingContext.h', 2929 'html/canvas/CanvasRenderingContext.h',
2929 'html/canvas/CanvasRenderingContextFactory.h', 2930 'html/canvas/CanvasRenderingContextFactory.h',
2930 'html/canvas/OffScreenCanvas.cpp', 2931 'html/canvas/OffScreenCanvas.cpp',
2931 'html/canvas/OffScreenCanvas.h', 2932 'html/canvas/OffScreenCanvas.h',
2932 'html/forms/BaseButtonInputType.cpp', 2933 'html/forms/BaseButtonInputType.cpp',
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
3961 'style/SVGComputedStyleTest.cpp', 3962 'style/SVGComputedStyleTest.cpp',
3962 'svg/SVGPathParserTest.cpp', 3963 'svg/SVGPathParserTest.cpp',
3963 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3964 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3964 'testing/PrivateScriptTestTest.cpp', 3965 'testing/PrivateScriptTestTest.cpp',
3965 'timing/MemoryInfoTest.cpp', 3966 'timing/MemoryInfoTest.cpp',
3966 'workers/WorkerThreadTest.cpp', 3967 'workers/WorkerThreadTest.cpp',
3967 'xml/parser/SharedBufferReaderTest.cpp', 3968 'xml/parser/SharedBufferReaderTest.cpp',
3968 ], 3969 ],
3969 } 3970 }
3970 } 3971 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698