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

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: exclude clipping region part 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 '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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'events/EventListener.idl', 465 'events/EventListener.idl',
466 'events/NavigatorEvents.idl', 466 'events/NavigatorEvents.idl',
467 'frame/NavigatorCPU.idl', 467 'frame/NavigatorCPU.idl',
468 'frame/NavigatorID.idl', 468 'frame/NavigatorID.idl',
469 'frame/NavigatorLanguage.idl', 469 'frame/NavigatorLanguage.idl',
470 'frame/NavigatorOnLine.idl', 470 'frame/NavigatorOnLine.idl',
471 'frame/WindowBase64.idl', 471 'frame/WindowBase64.idl',
472 'frame/WindowEventHandlers.idl', 472 'frame/WindowEventHandlers.idl',
473 'frame/WindowTimers.idl', 473 'frame/WindowTimers.idl',
474 'html/canvas/CanvasPathMethods.idl', 474 'html/canvas/CanvasPathMethods.idl',
475 'html/canvas/MouseEventHitRegion.idl',
475 'html/canvas/WebGLRenderingContextBase.idl', 476 'html/canvas/WebGLRenderingContextBase.idl',
476 'page/WindowPagePopup.idl', 477 'page/WindowPagePopup.idl',
477 'svg/SVGDocument.idl', 478 'svg/SVGDocument.idl',
478 'svg/SVGFilterPrimitiveStandardAttributes.idl', 479 'svg/SVGFilterPrimitiveStandardAttributes.idl',
479 'svg/SVGFitToViewBox.idl', 480 'svg/SVGFitToViewBox.idl',
480 'svg/SVGTests.idl', 481 'svg/SVGTests.idl',
481 'svg/SVGURIReference.idl', 482 'svg/SVGURIReference.idl',
482 'svg/SVGZoomAndPan.idl', 483 'svg/SVGZoomAndPan.idl',
483 'workers/AbstractWorker.idl', 484 'workers/AbstractWorker.idl',
484 'xml/DocumentXPathEvaluator.idl', 485 'xml/DocumentXPathEvaluator.idl',
(...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after
2539 'html/canvas/DataView.cpp', 2540 'html/canvas/DataView.cpp',
2540 'html/canvas/DataView.h', 2541 'html/canvas/DataView.h',
2541 'html/canvas/EXTBlendMinMax.cpp', 2542 'html/canvas/EXTBlendMinMax.cpp',
2542 'html/canvas/EXTBlendMinMax.h', 2543 'html/canvas/EXTBlendMinMax.h',
2543 'html/canvas/EXTFragDepth.cpp', 2544 'html/canvas/EXTFragDepth.cpp',
2544 'html/canvas/EXTFragDepth.h', 2545 'html/canvas/EXTFragDepth.h',
2545 'html/canvas/EXTShaderTextureLOD.cpp', 2546 'html/canvas/EXTShaderTextureLOD.cpp',
2546 'html/canvas/EXTShaderTextureLOD.h', 2547 'html/canvas/EXTShaderTextureLOD.h',
2547 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2548 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2548 'html/canvas/EXTTextureFilterAnisotropic.h', 2549 'html/canvas/EXTTextureFilterAnisotropic.h',
2550 'html/canvas/HitRegion.cpp',
2551 'html/canvas/HitRegion.h',
2552 'html/canvas/MouseEventHitRegion.h',
2549 'html/canvas/OESElementIndexUint.cpp', 2553 'html/canvas/OESElementIndexUint.cpp',
2550 'html/canvas/OESElementIndexUint.h', 2554 'html/canvas/OESElementIndexUint.h',
2551 'html/canvas/OESStandardDerivatives.cpp', 2555 'html/canvas/OESStandardDerivatives.cpp',
2552 'html/canvas/OESStandardDerivatives.h', 2556 'html/canvas/OESStandardDerivatives.h',
2553 'html/canvas/OESTextureFloat.cpp', 2557 'html/canvas/OESTextureFloat.cpp',
2554 'html/canvas/OESTextureFloat.h', 2558 'html/canvas/OESTextureFloat.h',
2555 'html/canvas/OESTextureFloatLinear.cpp', 2559 'html/canvas/OESTextureFloatLinear.cpp',
2556 'html/canvas/OESTextureFloatLinear.h', 2560 'html/canvas/OESTextureFloatLinear.h',
2557 'html/canvas/OESTextureHalfFloat.cpp', 2561 'html/canvas/OESTextureHalfFloat.cpp',
2558 'html/canvas/OESTextureHalfFloat.h', 2562 'html/canvas/OESTextureHalfFloat.h',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
3435 'loader/MixedContentCheckerTest.cpp', 3439 'loader/MixedContentCheckerTest.cpp',
3436 'page/NetworkStateNotifierTest.cpp', 3440 'page/NetworkStateNotifierTest.cpp',
3437 'rendering/RenderOverflowTest.cpp', 3441 'rendering/RenderOverflowTest.cpp',
3438 'rendering/shapes/BoxShapeTest.cpp', 3442 'rendering/shapes/BoxShapeTest.cpp',
3439 'testing/UnitTestHelpers.cpp', 3443 'testing/UnitTestHelpers.cpp',
3440 'testing/UnitTestHelpers.h', 3444 'testing/UnitTestHelpers.h',
3441 'xml/parser/SharedBufferReaderTest.cpp', 3445 'xml/parser/SharedBufferReaderTest.cpp',
3442 ], 3446 ],
3443 } 3447 }
3444 } 3448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698