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

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

Issue 1616643002: Rename LineLayoutPaintShim -> LineLayoutAPIShim (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', 491 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
492 ], 492 ],
493 # IDL files that only have typedefs/enums. 493 # IDL files that only have typedefs/enums.
494 'core_typedefs_enums_only_idl_files': [ 494 'core_typedefs_enums_only_idl_files': [
495 'dom/CommonDefinitions.idl', 495 'dom/CommonDefinitions.idl',
496 'timing/DOMHighResTimeStamp.idl', 496 'timing/DOMHighResTimeStamp.idl',
497 'timing/PerformanceEntryList.idl', 497 'timing/PerformanceEntryList.idl',
498 ], 498 ],
499 'webcore_rendering_files': [ 499 'webcore_rendering_files': [
500 'layout/api/HitTestAction.h', 500 'layout/api/HitTestAction.h',
501 'layout/api/LineLayoutAPIShim.h',
501 'layout/api/LineLayoutBlockFlow.h', 502 'layout/api/LineLayoutBlockFlow.h',
502 'layout/api/LineLayoutBox.h', 503 'layout/api/LineLayoutBox.h',
503 'layout/api/LineLayoutBoxModel.h', 504 'layout/api/LineLayoutBoxModel.h',
504 'layout/api/LineLayoutInline.h', 505 'layout/api/LineLayoutInline.h',
505 'layout/api/LineLayoutItem.h', 506 'layout/api/LineLayoutItem.h',
506 'layout/api/LineLayoutListMarker.h', 507 'layout/api/LineLayoutListMarker.h',
507 'layout/api/LineLayoutRubyRun.h', 508 'layout/api/LineLayoutRubyRun.h',
508 'layout/api/LineLayoutSVGInlineText.h', 509 'layout/api/LineLayoutSVGInlineText.h',
509 'layout/api/LineLayoutText.h', 510 'layout/api/LineLayoutText.h',
510 'layout/api/LineLayoutTextCombine.h', 511 'layout/api/LineLayoutTextCombine.h',
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 'paint/InlinePainter.h', 2018 'paint/InlinePainter.h',
2018 'paint/InlineTextBoxPainter.cpp', 2019 'paint/InlineTextBoxPainter.cpp',
2019 'paint/InlineTextBoxPainter.h', 2020 'paint/InlineTextBoxPainter.h',
2020 'paint/LayerClipRecorder.cpp', 2021 'paint/LayerClipRecorder.cpp',
2021 'paint/LayerClipRecorder.h', 2022 'paint/LayerClipRecorder.h',
2022 'paint/LayerFixedPositionRecorder.cpp', 2023 'paint/LayerFixedPositionRecorder.cpp',
2023 'paint/LayerFixedPositionRecorder.h', 2024 'paint/LayerFixedPositionRecorder.h',
2024 'paint/LayoutObjectDrawingRecorder.h', 2025 'paint/LayoutObjectDrawingRecorder.h',
2025 'paint/LineBoxListPainter.cpp', 2026 'paint/LineBoxListPainter.cpp',
2026 'paint/LineBoxListPainter.h', 2027 'paint/LineBoxListPainter.h',
2027 'paint/LineLayoutPaintShim.h',
2028 'paint/ListItemPainter.cpp', 2028 'paint/ListItemPainter.cpp',
2029 'paint/ListItemPainter.h', 2029 'paint/ListItemPainter.h',
2030 'paint/ListMarkerPainter.cpp', 2030 'paint/ListMarkerPainter.cpp',
2031 'paint/ListMarkerPainter.h', 2031 'paint/ListMarkerPainter.h',
2032 'paint/MediaControlsPainter.cpp', 2032 'paint/MediaControlsPainter.cpp',
2033 'paint/MediaControlsPainter.h', 2033 'paint/MediaControlsPainter.h',
2034 'paint/MultiColumnSetPainter.cpp', 2034 'paint/MultiColumnSetPainter.cpp',
2035 'paint/MultiColumnSetPainter.h', 2035 'paint/MultiColumnSetPainter.h',
2036 'paint/NinePieceImageGrid.cpp', 2036 'paint/NinePieceImageGrid.cpp',
2037 'paint/NinePieceImageGrid.h', 2037 'paint/NinePieceImageGrid.h',
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
4030 'style/SVGComputedStyleTest.cpp', 4030 'style/SVGComputedStyleTest.cpp',
4031 'svg/SVGPathParserTest.cpp', 4031 'svg/SVGPathParserTest.cpp',
4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4033 'testing/PrivateScriptTestTest.cpp', 4033 'testing/PrivateScriptTestTest.cpp',
4034 'timing/MemoryInfoTest.cpp', 4034 'timing/MemoryInfoTest.cpp',
4035 'workers/WorkerThreadTest.cpp', 4035 'workers/WorkerThreadTest.cpp',
4036 'xml/parser/SharedBufferReaderTest.cpp', 4036 'xml/parser/SharedBufferReaderTest.cpp',
4037 ], 4037 ],
4038 } 4038 }
4039 } 4039 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698