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

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

Issue 361173002: [wip] simplify -webkit-appearance adjust step (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update Created 6 years, 5 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/CascadedValues.h » ('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 '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 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'rendering/shapes/RectangleShape.h', 1724 'rendering/shapes/RectangleShape.h',
1725 'rendering/shapes/Shape.cpp', 1725 'rendering/shapes/Shape.cpp',
1726 'rendering/shapes/Shape.h', 1726 'rendering/shapes/Shape.h',
1727 'rendering/shapes/ShapeInterval.h', 1727 'rendering/shapes/ShapeInterval.h',
1728 'rendering/shapes/ShapeOutsideInfo.cpp', 1728 'rendering/shapes/ShapeOutsideInfo.cpp',
1729 'rendering/shapes/ShapeOutsideInfo.h', 1729 'rendering/shapes/ShapeOutsideInfo.h',
1730 'rendering/style/AppliedTextDecoration.cpp', 1730 'rendering/style/AppliedTextDecoration.cpp',
1731 'rendering/style/BasicShapes.cpp', 1731 'rendering/style/BasicShapes.cpp',
1732 'rendering/style/BorderImageLength.h', 1732 'rendering/style/BorderImageLength.h',
1733 'rendering/style/BorderImageLengthBox.h', 1733 'rendering/style/BorderImageLengthBox.h',
1734 'rendering/style/CachedUAStyle.h',
1735 'rendering/style/ContentData.cpp', 1734 'rendering/style/ContentData.cpp',
1736 'rendering/style/CounterDirectives.cpp', 1735 'rendering/style/CounterDirectives.cpp',
1737 'rendering/style/FillLayer.cpp', 1736 'rendering/style/FillLayer.cpp',
1738 'rendering/style/GridCoordinate.h', 1737 'rendering/style/GridCoordinate.h',
1739 'rendering/style/GridResolvedPosition.cpp', 1738 'rendering/style/GridResolvedPosition.cpp',
1740 'rendering/style/GridResolvedPosition.h', 1739 'rendering/style/GridResolvedPosition.h',
1741 'rendering/style/KeyframeList.cpp', 1740 'rendering/style/KeyframeList.cpp',
1742 'rendering/style/KeyframeList.h', 1741 'rendering/style/KeyframeList.h',
1743 'rendering/style/NinePieceImage.cpp', 1742 'rendering/style/NinePieceImage.cpp',
1744 'rendering/style/QuotesData.cpp', 1743 'rendering/style/QuotesData.cpp',
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 'rendering/RenderOverflowTest.cpp', 3422 'rendering/RenderOverflowTest.cpp',
3424 'rendering/RenderTableCellTest.cpp', 3423 'rendering/RenderTableCellTest.cpp',
3425 'rendering/RenderTableRowTest.cpp', 3424 'rendering/RenderTableRowTest.cpp',
3426 'rendering/shapes/BoxShapeTest.cpp', 3425 'rendering/shapes/BoxShapeTest.cpp',
3427 'testing/UnitTestHelpers.cpp', 3426 'testing/UnitTestHelpers.cpp',
3428 'testing/UnitTestHelpers.h', 3427 'testing/UnitTestHelpers.h',
3429 'xml/parser/SharedBufferReaderTest.cpp', 3428 'xml/parser/SharedBufferReaderTest.cpp',
3430 ], 3429 ],
3431 } 3430 }
3432 } 3431 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/CascadedValues.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698