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

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 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 2889 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'html/TextMetrics.h', 2900 'html/TextMetrics.h',
2901 'html/TimeRanges.cpp', 2901 'html/TimeRanges.cpp',
2902 'html/TimeRanges.h', 2902 'html/TimeRanges.h',
2903 'html/URLRegistry.h', 2903 'html/URLRegistry.h',
2904 'html/ValidityState.cpp', 2904 'html/ValidityState.cpp',
2905 'html/ValidityState.h', 2905 'html/ValidityState.h',
2906 'html/WindowNameCollection.cpp', 2906 'html/WindowNameCollection.cpp',
2907 'html/WindowNameCollection.h', 2907 'html/WindowNameCollection.h',
2908 'html/canvas/CanvasAsyncBlobCreator.cpp', 2908 'html/canvas/CanvasAsyncBlobCreator.cpp',
2909 'html/canvas/CanvasAsyncBlobCreator.h', 2909 'html/canvas/CanvasAsyncBlobCreator.h',
2910 'html/canvas/CanvasDrawListener.cpp',
2910 'html/canvas/CanvasDrawListener.h', 2911 'html/canvas/CanvasDrawListener.h',
2911 'html/canvas/CanvasFontCache.cpp', 2912 'html/canvas/CanvasFontCache.cpp',
2912 'html/canvas/CanvasFontCache.h', 2913 'html/canvas/CanvasFontCache.h',
2913 'html/canvas/CanvasImageSource.h', 2914 'html/canvas/CanvasImageSource.h',
2914 'html/canvas/CanvasRenderingContext.cpp', 2915 'html/canvas/CanvasRenderingContext.cpp',
2915 'html/canvas/CanvasRenderingContext.h', 2916 'html/canvas/CanvasRenderingContext.h',
2916 'html/canvas/CanvasRenderingContextFactory.h', 2917 'html/canvas/CanvasRenderingContextFactory.h',
2917 'html/forms/BaseButtonInputType.cpp', 2918 'html/forms/BaseButtonInputType.cpp',
2918 'html/forms/BaseButtonInputType.h', 2919 'html/forms/BaseButtonInputType.h',
2919 'html/forms/BaseCheckableInputType.cpp', 2920 'html/forms/BaseCheckableInputType.cpp',
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3944 'style/SVGComputedStyleTest.cpp', 3945 'style/SVGComputedStyleTest.cpp',
3945 'svg/SVGPathParserTest.cpp', 3946 'svg/SVGPathParserTest.cpp',
3946 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3947 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3947 'testing/PrivateScriptTestTest.cpp', 3948 'testing/PrivateScriptTestTest.cpp',
3948 'timing/MemoryInfoTest.cpp', 3949 'timing/MemoryInfoTest.cpp',
3949 'workers/WorkerThreadTest.cpp', 3950 'workers/WorkerThreadTest.cpp',
3950 'xml/parser/SharedBufferReaderTest.cpp', 3951 'xml/parser/SharedBufferReaderTest.cpp',
3951 ], 3952 ],
3952 } 3953 }
3953 } 3954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698