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

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

Issue 272443002: Store and propagate a list of applied text decorations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Undo NeedsRebaseline. Created 6 years, 7 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
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 'rendering/shapes/PolygonShape.h', 1680 'rendering/shapes/PolygonShape.h',
1681 'rendering/shapes/RasterShape.cpp', 1681 'rendering/shapes/RasterShape.cpp',
1682 'rendering/shapes/RasterShape.h', 1682 'rendering/shapes/RasterShape.h',
1683 'rendering/shapes/RectangleShape.cpp', 1683 'rendering/shapes/RectangleShape.cpp',
1684 'rendering/shapes/RectangleShape.h', 1684 'rendering/shapes/RectangleShape.h',
1685 'rendering/shapes/Shape.cpp', 1685 'rendering/shapes/Shape.cpp',
1686 'rendering/shapes/Shape.h', 1686 'rendering/shapes/Shape.h',
1687 'rendering/shapes/ShapeInterval.h', 1687 'rendering/shapes/ShapeInterval.h',
1688 'rendering/shapes/ShapeOutsideInfo.cpp', 1688 'rendering/shapes/ShapeOutsideInfo.cpp',
1689 'rendering/shapes/ShapeOutsideInfo.h', 1689 'rendering/shapes/ShapeOutsideInfo.h',
1690 'rendering/style/AppliedTextDecoration.cpp',
1690 'rendering/style/BasicShapes.cpp', 1691 'rendering/style/BasicShapes.cpp',
1691 'rendering/style/BorderImageLength.h', 1692 'rendering/style/BorderImageLength.h',
1692 'rendering/style/BorderImageLengthBox.h', 1693 'rendering/style/BorderImageLengthBox.h',
1693 'rendering/style/CachedUAStyle.h', 1694 'rendering/style/CachedUAStyle.h',
1694 'rendering/style/ContentData.cpp', 1695 'rendering/style/ContentData.cpp',
1695 'rendering/style/CounterDirectives.cpp', 1696 'rendering/style/CounterDirectives.cpp',
1696 'rendering/style/FillLayer.cpp', 1697 'rendering/style/FillLayer.cpp',
1697 'rendering/style/GridCoordinate.h', 1698 'rendering/style/GridCoordinate.h',
1698 'rendering/style/GridResolvedPosition.cpp', 1699 'rendering/style/GridResolvedPosition.cpp',
1699 'rendering/style/GridResolvedPosition.h', 1700 'rendering/style/GridResolvedPosition.h',
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3379 'html/track/vtt/VTTScannerTest.cpp', 3380 'html/track/vtt/VTTScannerTest.cpp',
3380 'loader/MixedContentCheckerTest.cpp', 3381 'loader/MixedContentCheckerTest.cpp',
3381 'rendering/RenderOverflowTest.cpp', 3382 'rendering/RenderOverflowTest.cpp',
3382 'rendering/shapes/BoxShapeTest.cpp', 3383 'rendering/shapes/BoxShapeTest.cpp',
3383 'testing/UnitTestHelpers.cpp', 3384 'testing/UnitTestHelpers.cpp',
3384 'testing/UnitTestHelpers.h', 3385 'testing/UnitTestHelpers.h',
3385 'xml/parser/SharedBufferReaderTest.cpp', 3386 'xml/parser/SharedBufferReaderTest.cpp',
3386 ], 3387 ],
3387 } 3388 }
3388 } 3389 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698