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

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

Issue 287163007: WIP: <canvas> hit regions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/core/html/canvas/CanvasHitRegion.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 '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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2479 matching lines...) Expand 10 before | Expand all | Expand 10 after
2490 'html/ValidityState.cpp', 2490 'html/ValidityState.cpp',
2491 'html/ValidityState.h', 2491 'html/ValidityState.h',
2492 'html/canvas/ANGLEInstancedArrays.cpp', 2492 'html/canvas/ANGLEInstancedArrays.cpp',
2493 'html/canvas/ANGLEInstancedArrays.h', 2493 'html/canvas/ANGLEInstancedArrays.h',
2494 'html/canvas/Canvas2DContextAttributes.cpp', 2494 'html/canvas/Canvas2DContextAttributes.cpp',
2495 'html/canvas/Canvas2DContextAttributes.h', 2495 'html/canvas/Canvas2DContextAttributes.h',
2496 'html/canvas/CanvasContextAttributes.cpp', 2496 'html/canvas/CanvasContextAttributes.cpp',
2497 'html/canvas/CanvasContextAttributes.h', 2497 'html/canvas/CanvasContextAttributes.h',
2498 'html/canvas/CanvasGradient.cpp', 2498 'html/canvas/CanvasGradient.cpp',
2499 'html/canvas/CanvasGradient.h', 2499 'html/canvas/CanvasGradient.h',
2500 'html/canvas/CanvasHitRegion.cpp',
2501 'html/canvas/CanvasHitRegion.h',
2500 'html/canvas/CanvasImageSource.h', 2502 'html/canvas/CanvasImageSource.h',
2501 'html/canvas/CanvasPathMethods.cpp', 2503 'html/canvas/CanvasPathMethods.cpp',
2502 'html/canvas/CanvasPathMethods.h', 2504 'html/canvas/CanvasPathMethods.h',
2503 'html/canvas/CanvasPattern.cpp', 2505 'html/canvas/CanvasPattern.cpp',
2504 'html/canvas/CanvasPattern.h', 2506 'html/canvas/CanvasPattern.h',
2505 'html/canvas/CanvasRenderingContext.cpp', 2507 'html/canvas/CanvasRenderingContext.cpp',
2506 'html/canvas/CanvasRenderingContext.h', 2508 'html/canvas/CanvasRenderingContext.h',
2507 'html/canvas/CanvasRenderingContext2D.cpp', 2509 'html/canvas/CanvasRenderingContext2D.cpp',
2508 'html/canvas/CanvasRenderingContext2D.h', 2510 'html/canvas/CanvasRenderingContext2D.h',
2509 'html/canvas/CanvasStyle.cpp', 2511 'html/canvas/CanvasStyle.cpp',
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 'html/track/vtt/VTTScannerTest.cpp', 3393 'html/track/vtt/VTTScannerTest.cpp',
3392 'loader/MixedContentCheckerTest.cpp', 3394 'loader/MixedContentCheckerTest.cpp',
3393 'rendering/RenderOverflowTest.cpp', 3395 'rendering/RenderOverflowTest.cpp',
3394 'rendering/shapes/BoxShapeTest.cpp', 3396 'rendering/shapes/BoxShapeTest.cpp',
3395 'testing/UnitTestHelpers.cpp', 3397 'testing/UnitTestHelpers.cpp',
3396 'testing/UnitTestHelpers.h', 3398 'testing/UnitTestHelpers.h',
3397 'xml/parser/SharedBufferReaderTest.cpp', 3399 'xml/parser/SharedBufferReaderTest.cpp',
3398 ], 3400 ],
3399 } 3401 }
3400 } 3402 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/core/html/canvas/CanvasHitRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698