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

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

Issue 300223009: Implement basic parts of hit regions on canvas2d. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 6 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
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/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'dom/URLUtilsReadOnly.idl', 458 'dom/URLUtilsReadOnly.idl',
459 'events/EventListener.idl', 459 'events/EventListener.idl',
460 'events/NavigatorEvents.idl', 460 'events/NavigatorEvents.idl',
461 'frame/NavigatorID.idl', 461 'frame/NavigatorID.idl',
462 'frame/NavigatorLanguage.idl', 462 'frame/NavigatorLanguage.idl',
463 'frame/NavigatorOnLine.idl', 463 'frame/NavigatorOnLine.idl',
464 'frame/WindowBase64.idl', 464 'frame/WindowBase64.idl',
465 'frame/WindowEventHandlers.idl', 465 'frame/WindowEventHandlers.idl',
466 'frame/WindowTimers.idl', 466 'frame/WindowTimers.idl',
467 'html/canvas/CanvasPathMethods.idl', 467 'html/canvas/CanvasPathMethods.idl',
468 'html/canvas/MouseEventHitRegion.idl',
468 'html/canvas/WebGLRenderingContextBase.idl', 469 'html/canvas/WebGLRenderingContextBase.idl',
469 'page/WindowPagePopup.idl', 470 'page/WindowPagePopup.idl',
470 'svg/SVGDocument.idl', 471 'svg/SVGDocument.idl',
471 'svg/SVGFilterPrimitiveStandardAttributes.idl', 472 'svg/SVGFilterPrimitiveStandardAttributes.idl',
472 'svg/SVGFitToViewBox.idl', 473 'svg/SVGFitToViewBox.idl',
473 'svg/SVGTests.idl', 474 'svg/SVGTests.idl',
474 'svg/SVGURIReference.idl', 475 'svg/SVGURIReference.idl',
475 'svg/SVGZoomAndPan.idl', 476 'svg/SVGZoomAndPan.idl',
476 'workers/AbstractWorker.idl', 477 'workers/AbstractWorker.idl',
477 'xml/DocumentXPathEvaluator.idl', 478 'xml/DocumentXPathEvaluator.idl',
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2517 'html/canvas/DataView.cpp', 2518 'html/canvas/DataView.cpp',
2518 'html/canvas/DataView.h', 2519 'html/canvas/DataView.h',
2519 'html/canvas/EXTBlendMinMax.cpp', 2520 'html/canvas/EXTBlendMinMax.cpp',
2520 'html/canvas/EXTBlendMinMax.h', 2521 'html/canvas/EXTBlendMinMax.h',
2521 'html/canvas/EXTFragDepth.cpp', 2522 'html/canvas/EXTFragDepth.cpp',
2522 'html/canvas/EXTFragDepth.h', 2523 'html/canvas/EXTFragDepth.h',
2523 'html/canvas/EXTShaderTextureLOD.cpp', 2524 'html/canvas/EXTShaderTextureLOD.cpp',
2524 'html/canvas/EXTShaderTextureLOD.h', 2525 'html/canvas/EXTShaderTextureLOD.h',
2525 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2526 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2526 'html/canvas/EXTTextureFilterAnisotropic.h', 2527 'html/canvas/EXTTextureFilterAnisotropic.h',
2528 'html/canvas/HitRegion.cpp',
2529 'html/canvas/HitRegion.h',
2530 'html/canvas/MouseEventHitRegion.h',
2527 'html/canvas/OESElementIndexUint.cpp', 2531 'html/canvas/OESElementIndexUint.cpp',
2528 'html/canvas/OESElementIndexUint.h', 2532 'html/canvas/OESElementIndexUint.h',
2529 'html/canvas/OESStandardDerivatives.cpp', 2533 'html/canvas/OESStandardDerivatives.cpp',
2530 'html/canvas/OESStandardDerivatives.h', 2534 'html/canvas/OESStandardDerivatives.h',
2531 'html/canvas/OESTextureFloat.cpp', 2535 'html/canvas/OESTextureFloat.cpp',
2532 'html/canvas/OESTextureFloat.h', 2536 'html/canvas/OESTextureFloat.h',
2533 'html/canvas/OESTextureFloatLinear.cpp', 2537 'html/canvas/OESTextureFloatLinear.cpp',
2534 'html/canvas/OESTextureFloatLinear.h', 2538 'html/canvas/OESTextureFloatLinear.h',
2535 'html/canvas/OESTextureHalfFloat.cpp', 2539 'html/canvas/OESTextureHalfFloat.cpp',
2536 'html/canvas/OESTextureHalfFloat.h', 2540 'html/canvas/OESTextureHalfFloat.h',
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
3401 'loader/MixedContentCheckerTest.cpp', 3405 'loader/MixedContentCheckerTest.cpp',
3402 'page/NetworkStateNotifierTest.cpp', 3406 'page/NetworkStateNotifierTest.cpp',
3403 'rendering/RenderOverflowTest.cpp', 3407 'rendering/RenderOverflowTest.cpp',
3404 'rendering/shapes/BoxShapeTest.cpp', 3408 'rendering/shapes/BoxShapeTest.cpp',
3405 'testing/UnitTestHelpers.cpp', 3409 'testing/UnitTestHelpers.cpp',
3406 'testing/UnitTestHelpers.h', 3410 'testing/UnitTestHelpers.h',
3407 'xml/parser/SharedBufferReaderTest.cpp', 3411 'xml/parser/SharedBufferReaderTest.cpp',
3408 ], 3412 ],
3409 } 3413 }
3410 } 3414 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698