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

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: Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/canvas/CanvasDrawListener.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
2921 'html/TextMetrics.h', 2921 'html/TextMetrics.h',
2922 'html/TimeRanges.cpp', 2922 'html/TimeRanges.cpp',
2923 'html/TimeRanges.h', 2923 'html/TimeRanges.h',
2924 'html/URLRegistry.h', 2924 'html/URLRegistry.h',
2925 'html/ValidityState.cpp', 2925 'html/ValidityState.cpp',
2926 'html/ValidityState.h', 2926 'html/ValidityState.h',
2927 'html/WindowNameCollection.cpp', 2927 'html/WindowNameCollection.cpp',
2928 'html/WindowNameCollection.h', 2928 'html/WindowNameCollection.h',
2929 'html/canvas/CanvasAsyncBlobCreator.cpp', 2929 'html/canvas/CanvasAsyncBlobCreator.cpp',
2930 'html/canvas/CanvasAsyncBlobCreator.h', 2930 'html/canvas/CanvasAsyncBlobCreator.h',
2931 'html/canvas/CanvasDrawListener.cpp',
2931 'html/canvas/CanvasDrawListener.h', 2932 'html/canvas/CanvasDrawListener.h',
2932 'html/canvas/CanvasFontCache.cpp', 2933 'html/canvas/CanvasFontCache.cpp',
2933 'html/canvas/CanvasFontCache.h', 2934 'html/canvas/CanvasFontCache.h',
2934 'html/canvas/CanvasImageSource.h', 2935 'html/canvas/CanvasImageSource.h',
2935 'html/canvas/CanvasRenderingContext.cpp', 2936 'html/canvas/CanvasRenderingContext.cpp',
2936 'html/canvas/CanvasRenderingContext.h', 2937 'html/canvas/CanvasRenderingContext.h',
2937 'html/canvas/CanvasRenderingContextFactory.h', 2938 'html/canvas/CanvasRenderingContextFactory.h',
2938 'html/canvas/OffScreenCanvas.cpp', 2939 'html/canvas/OffScreenCanvas.cpp',
2939 'html/canvas/OffScreenCanvas.h', 2940 'html/canvas/OffScreenCanvas.h',
2940 'html/forms/BaseButtonInputType.cpp', 2941 'html/forms/BaseButtonInputType.cpp',
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
3971 'style/SVGComputedStyleTest.cpp', 3972 'style/SVGComputedStyleTest.cpp',
3972 'svg/SVGPathParserTest.cpp', 3973 'svg/SVGPathParserTest.cpp',
3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3974 'testing/PrivateScriptTestTest.cpp', 3975 'testing/PrivateScriptTestTest.cpp',
3975 'timing/MemoryInfoTest.cpp', 3976 'timing/MemoryInfoTest.cpp',
3976 'workers/WorkerThreadTest.cpp', 3977 'workers/WorkerThreadTest.cpp',
3977 'xml/parser/SharedBufferReaderTest.cpp', 3978 'xml/parser/SharedBufferReaderTest.cpp',
3978 ], 3979 ],
3979 } 3980 }
3980 } 3981 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/canvas/CanvasDrawListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698