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

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

Issue 191923002: CanvasPathMethods should be shared with CRC2D and Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'dom/GlobalEventHandlers.idl', 456 'dom/GlobalEventHandlers.idl',
457 'dom/ParentNode.idl', 457 'dom/ParentNode.idl',
458 'dom/URLUtils.idl', 458 'dom/URLUtils.idl',
459 'dom/URLUtilsReadOnly.idl', 459 'dom/URLUtilsReadOnly.idl',
460 'events/NavigatorEvents.idl', 460 'events/NavigatorEvents.idl',
461 'frame/NavigatorID.idl', 461 'frame/NavigatorID.idl',
462 'frame/NavigatorOnLine.idl', 462 'frame/NavigatorOnLine.idl',
463 'frame/WindowBase64.idl', 463 'frame/WindowBase64.idl',
464 'frame/WindowEventHandlers.idl', 464 'frame/WindowEventHandlers.idl',
465 'frame/WindowTimers.idl', 465 'frame/WindowTimers.idl',
466 'html/canvas/CanvasPathMethods.idl',
466 'page/WindowPagePopup.idl', 467 'page/WindowPagePopup.idl',
467 'svg/SVGDocument.idl', 468 'svg/SVGDocument.idl',
468 'svg/SVGFilterPrimitiveStandardAttributes.idl', 469 'svg/SVGFilterPrimitiveStandardAttributes.idl',
469 'svg/SVGFitToViewBox.idl', 470 'svg/SVGFitToViewBox.idl',
470 'svg/SVGTests.idl', 471 'svg/SVGTests.idl',
471 'svg/SVGURIReference.idl', 472 'svg/SVGURIReference.idl',
472 'svg/SVGZoomAndPan.idl', 473 'svg/SVGZoomAndPan.idl',
473 'workers/AbstractWorker.idl', 474 'workers/AbstractWorker.idl',
474 'xml/DocumentXPathEvaluator.idl', 475 'xml/DocumentXPathEvaluator.idl',
475 ], 476 ],
(...skipping 2822 matching lines...) Expand 10 before | Expand all | Expand 10 after
3298 'html/parser/HTMLParserThreadTest.cpp', 3299 'html/parser/HTMLParserThreadTest.cpp',
3299 'html/track/vtt/BufferedLineReaderTest.cpp', 3300 'html/track/vtt/BufferedLineReaderTest.cpp',
3300 'html/track/vtt/VTTScannerTest.cpp', 3301 'html/track/vtt/VTTScannerTest.cpp',
3301 'rendering/RenderOverflowTest.cpp', 3302 'rendering/RenderOverflowTest.cpp',
3302 'rendering/shapes/BoxShapeTest.cpp', 3303 'rendering/shapes/BoxShapeTest.cpp',
3303 'testing/UnitTestHelpers.cpp', 3304 'testing/UnitTestHelpers.cpp',
3304 'testing/UnitTestHelpers.h', 3305 'testing/UnitTestHelpers.h',
3305 ], 3306 ],
3306 } 3307 }
3307 } 3308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698