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

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: addressed comments 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'events/EventListener.idl', 461 'events/EventListener.idl',
462 'events/NavigatorEvents.idl', 462 'events/NavigatorEvents.idl',
463 'frame/NavigatorCPU.idl', 463 'frame/NavigatorCPU.idl',
464 'frame/NavigatorID.idl', 464 'frame/NavigatorID.idl',
465 'frame/NavigatorLanguage.idl', 465 'frame/NavigatorLanguage.idl',
466 'frame/NavigatorOnLine.idl', 466 'frame/NavigatorOnLine.idl',
467 'frame/WindowBase64.idl', 467 'frame/WindowBase64.idl',
468 'frame/WindowEventHandlers.idl', 468 'frame/WindowEventHandlers.idl',
469 'frame/WindowTimers.idl', 469 'frame/WindowTimers.idl',
470 'html/canvas/CanvasPathMethods.idl', 470 'html/canvas/CanvasPathMethods.idl',
471 'html/canvas/MouseEventHitRegion.idl',
471 'html/canvas/WebGLRenderingContextBase.idl', 472 'html/canvas/WebGLRenderingContextBase.idl',
472 'page/WindowPagePopup.idl', 473 'page/WindowPagePopup.idl',
473 'svg/SVGDocument.idl', 474 'svg/SVGDocument.idl',
474 'svg/SVGFilterPrimitiveStandardAttributes.idl', 475 'svg/SVGFilterPrimitiveStandardAttributes.idl',
475 'svg/SVGFitToViewBox.idl', 476 'svg/SVGFitToViewBox.idl',
476 'svg/SVGTests.idl', 477 'svg/SVGTests.idl',
477 'svg/SVGURIReference.idl', 478 'svg/SVGURIReference.idl',
478 'svg/SVGZoomAndPan.idl', 479 'svg/SVGZoomAndPan.idl',
479 'workers/AbstractWorker.idl', 480 'workers/AbstractWorker.idl',
480 'xml/DocumentXPathEvaluator.idl', 481 'xml/DocumentXPathEvaluator.idl',
(...skipping 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after
2530 'html/canvas/DataView.cpp', 2531 'html/canvas/DataView.cpp',
2531 'html/canvas/DataView.h', 2532 'html/canvas/DataView.h',
2532 'html/canvas/EXTBlendMinMax.cpp', 2533 'html/canvas/EXTBlendMinMax.cpp',
2533 'html/canvas/EXTBlendMinMax.h', 2534 'html/canvas/EXTBlendMinMax.h',
2534 'html/canvas/EXTFragDepth.cpp', 2535 'html/canvas/EXTFragDepth.cpp',
2535 'html/canvas/EXTFragDepth.h', 2536 'html/canvas/EXTFragDepth.h',
2536 'html/canvas/EXTShaderTextureLOD.cpp', 2537 'html/canvas/EXTShaderTextureLOD.cpp',
2537 'html/canvas/EXTShaderTextureLOD.h', 2538 'html/canvas/EXTShaderTextureLOD.h',
2538 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2539 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2539 'html/canvas/EXTTextureFilterAnisotropic.h', 2540 'html/canvas/EXTTextureFilterAnisotropic.h',
2541 'html/canvas/HitRegion.cpp',
2542 'html/canvas/HitRegion.h',
2543 'html/canvas/MouseEventHitRegion.h',
2540 'html/canvas/OESElementIndexUint.cpp', 2544 'html/canvas/OESElementIndexUint.cpp',
2541 'html/canvas/OESElementIndexUint.h', 2545 'html/canvas/OESElementIndexUint.h',
2542 'html/canvas/OESStandardDerivatives.cpp', 2546 'html/canvas/OESStandardDerivatives.cpp',
2543 'html/canvas/OESStandardDerivatives.h', 2547 'html/canvas/OESStandardDerivatives.h',
2544 'html/canvas/OESTextureFloat.cpp', 2548 'html/canvas/OESTextureFloat.cpp',
2545 'html/canvas/OESTextureFloat.h', 2549 'html/canvas/OESTextureFloat.h',
2546 'html/canvas/OESTextureFloatLinear.cpp', 2550 'html/canvas/OESTextureFloatLinear.cpp',
2547 'html/canvas/OESTextureFloatLinear.h', 2551 'html/canvas/OESTextureFloatLinear.h',
2548 'html/canvas/OESTextureHalfFloat.cpp', 2552 'html/canvas/OESTextureHalfFloat.cpp',
2549 'html/canvas/OESTextureHalfFloat.h', 2553 'html/canvas/OESTextureHalfFloat.h',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 'loader/MixedContentCheckerTest.cpp', 3417 'loader/MixedContentCheckerTest.cpp',
3414 'page/NetworkStateNotifierTest.cpp', 3418 'page/NetworkStateNotifierTest.cpp',
3415 'rendering/RenderOverflowTest.cpp', 3419 'rendering/RenderOverflowTest.cpp',
3416 'rendering/shapes/BoxShapeTest.cpp', 3420 'rendering/shapes/BoxShapeTest.cpp',
3417 'testing/UnitTestHelpers.cpp', 3421 'testing/UnitTestHelpers.cpp',
3418 'testing/UnitTestHelpers.h', 3422 'testing/UnitTestHelpers.h',
3419 'xml/parser/SharedBufferReaderTest.cpp', 3423 'xml/parser/SharedBufferReaderTest.cpp',
3420 ], 3424 ],
3421 } 3425 }
3422 } 3426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698