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

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

Issue 181693006: Refactoring source image usage in CanvasRenderingContext2D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: moar goodness Created 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 2396 matching lines...) Expand 10 before | Expand all | Expand 10 after
2407 'html/ValidityState.cpp', 2407 'html/ValidityState.cpp',
2408 'html/ValidityState.h', 2408 'html/ValidityState.h',
2409 'html/canvas/ANGLEInstancedArrays.cpp', 2409 'html/canvas/ANGLEInstancedArrays.cpp',
2410 'html/canvas/ANGLEInstancedArrays.h', 2410 'html/canvas/ANGLEInstancedArrays.h',
2411 'html/canvas/Canvas2DContextAttributes.cpp', 2411 'html/canvas/Canvas2DContextAttributes.cpp',
2412 'html/canvas/Canvas2DContextAttributes.h', 2412 'html/canvas/Canvas2DContextAttributes.h',
2413 'html/canvas/CanvasContextAttributes.cpp', 2413 'html/canvas/CanvasContextAttributes.cpp',
2414 'html/canvas/CanvasContextAttributes.h', 2414 'html/canvas/CanvasContextAttributes.h',
2415 'html/canvas/CanvasGradient.cpp', 2415 'html/canvas/CanvasGradient.cpp',
2416 'html/canvas/CanvasGradient.h', 2416 'html/canvas/CanvasGradient.h',
2417 'html/canvas/CanvasImageSource.h',
2417 'html/canvas/CanvasPathMethods.cpp', 2418 'html/canvas/CanvasPathMethods.cpp',
2418 'html/canvas/CanvasPathMethods.h', 2419 'html/canvas/CanvasPathMethods.h',
2419 'html/canvas/CanvasPattern.cpp', 2420 'html/canvas/CanvasPattern.cpp',
2420 'html/canvas/CanvasPattern.h', 2421 'html/canvas/CanvasPattern.h',
2421 'html/canvas/CanvasRenderingContext.cpp', 2422 'html/canvas/CanvasRenderingContext.cpp',
2422 'html/canvas/CanvasRenderingContext.h', 2423 'html/canvas/CanvasRenderingContext.h',
2423 'html/canvas/CanvasRenderingContext2D.cpp', 2424 'html/canvas/CanvasRenderingContext2D.cpp',
2424 'html/canvas/CanvasRenderingContext2D.h', 2425 'html/canvas/CanvasRenderingContext2D.h',
2425 'html/canvas/CanvasStyle.cpp', 2426 'html/canvas/CanvasStyle.cpp',
2426 'html/canvas/CanvasStyle.h', 2427 'html/canvas/CanvasStyle.h',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
3296 'html/parser/HTMLParserThreadTest.cpp', 3297 'html/parser/HTMLParserThreadTest.cpp',
3297 'html/track/vtt/BufferedLineReaderTest.cpp', 3298 'html/track/vtt/BufferedLineReaderTest.cpp',
3298 'html/track/vtt/VTTScannerTest.cpp', 3299 'html/track/vtt/VTTScannerTest.cpp',
3299 'rendering/RenderOverflowTest.cpp', 3300 'rendering/RenderOverflowTest.cpp',
3300 'rendering/shapes/BoxShapeTest.cpp', 3301 'rendering/shapes/BoxShapeTest.cpp',
3301 'testing/UnitTestHelpers.cpp', 3302 'testing/UnitTestHelpers.cpp',
3302 'testing/UnitTestHelpers.h', 3303 'testing/UnitTestHelpers.h',
3303 ], 3304 ],
3304 } 3305 }
3305 } 3306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698