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

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

Issue 1251523003: Delete AuthorStyleInfo and move its data into ComputedStyle.RareNonInheritedData. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious comment Created 5 years, 4 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'layout/shapes/RasterShape.cpp', 746 'layout/shapes/RasterShape.cpp',
747 'layout/shapes/RasterShape.h', 747 'layout/shapes/RasterShape.h',
748 'layout/shapes/RectangleShape.cpp', 748 'layout/shapes/RectangleShape.cpp',
749 'layout/shapes/RectangleShape.h', 749 'layout/shapes/RectangleShape.h',
750 'layout/shapes/Shape.cpp', 750 'layout/shapes/Shape.cpp',
751 'layout/shapes/Shape.h', 751 'layout/shapes/Shape.h',
752 'layout/shapes/ShapeInterval.h', 752 'layout/shapes/ShapeInterval.h',
753 'layout/shapes/ShapeOutsideInfo.cpp', 753 'layout/shapes/ShapeOutsideInfo.cpp',
754 'layout/shapes/ShapeOutsideInfo.h', 754 'layout/shapes/ShapeOutsideInfo.h',
755 'style/AppliedTextDecoration.cpp', 755 'style/AppliedTextDecoration.cpp',
756 'style/AuthorStyleInfo.h',
757 'style/BasicShapes.cpp', 756 'style/BasicShapes.cpp',
758 'style/BorderEdge.cpp', 757 'style/BorderEdge.cpp',
759 'style/BorderEdge.h', 758 'style/BorderEdge.h',
760 'style/BorderImageLength.h', 759 'style/BorderImageLength.h',
761 'style/BorderImageLengthBox.h', 760 'style/BorderImageLengthBox.h',
762 'style/CachedUAStyle.h', 761 'style/CachedUAStyle.h',
763 'style/ContentData.cpp', 762 'style/ContentData.cpp',
764 'style/CounterDirectives.cpp', 763 'style/CounterDirectives.cpp',
765 'style/FillLayer.cpp', 764 'style/FillLayer.cpp',
766 'style/GridCoordinate.h', 765 'style/GridCoordinate.h',
(...skipping 3047 matching lines...) Expand 10 before | Expand all | Expand 10 after
3814 'style/OutlineValueTest.cpp', 3813 'style/OutlineValueTest.cpp',
3815 'style/SVGComputedStyleTest.cpp', 3814 'style/SVGComputedStyleTest.cpp',
3816 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3815 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3817 'testing/PrivateScriptTestTest.cpp', 3816 'testing/PrivateScriptTestTest.cpp',
3818 'timing/MemoryInfoTest.cpp', 3817 'timing/MemoryInfoTest.cpp',
3819 'workers/WorkerThreadTest.cpp', 3818 'workers/WorkerThreadTest.cpp',
3820 'xml/parser/SharedBufferReaderTest.cpp', 3819 'xml/parser/SharedBufferReaderTest.cpp',
3821 ], 3820 ],
3822 } 3821 }
3823 } 3822 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/MatchedPropertiesCache.cpp » ('j') | Source/core/css/resolver/StyleResolver.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698