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

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: update comment Created 5 years, 3 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'layout/shapes/RasterShape.cpp', 753 'layout/shapes/RasterShape.cpp',
754 'layout/shapes/RasterShape.h', 754 'layout/shapes/RasterShape.h',
755 'layout/shapes/RectangleShape.cpp', 755 'layout/shapes/RectangleShape.cpp',
756 'layout/shapes/RectangleShape.h', 756 'layout/shapes/RectangleShape.h',
757 'layout/shapes/Shape.cpp', 757 'layout/shapes/Shape.cpp',
758 'layout/shapes/Shape.h', 758 'layout/shapes/Shape.h',
759 'layout/shapes/ShapeInterval.h', 759 'layout/shapes/ShapeInterval.h',
760 'layout/shapes/ShapeOutsideInfo.cpp', 760 'layout/shapes/ShapeOutsideInfo.cpp',
761 'layout/shapes/ShapeOutsideInfo.h', 761 'layout/shapes/ShapeOutsideInfo.h',
762 'style/AppliedTextDecoration.cpp', 762 'style/AppliedTextDecoration.cpp',
763 'style/AuthorStyleInfo.h',
764 'style/BasicShapes.cpp', 763 'style/BasicShapes.cpp',
765 'style/BorderEdge.cpp', 764 'style/BorderEdge.cpp',
766 'style/BorderEdge.h', 765 'style/BorderEdge.h',
767 'style/BorderImageLength.h', 766 'style/BorderImageLength.h',
768 'style/BorderImageLengthBox.h', 767 'style/BorderImageLengthBox.h',
769 'style/CachedUAStyle.h', 768 'style/CachedUAStyle.h',
770 'style/ContentData.cpp', 769 'style/ContentData.cpp',
771 'style/CounterDirectives.cpp', 770 'style/CounterDirectives.cpp',
772 'style/FillLayer.cpp', 771 'style/FillLayer.cpp',
773 'style/GridCoordinate.h', 772 'style/GridCoordinate.h',
(...skipping 3083 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 'style/OutlineValueTest.cpp', 3856 'style/OutlineValueTest.cpp',
3858 'style/SVGComputedStyleTest.cpp', 3857 'style/SVGComputedStyleTest.cpp',
3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3860 'testing/PrivateScriptTestTest.cpp', 3859 'testing/PrivateScriptTestTest.cpp',
3861 'timing/MemoryInfoTest.cpp', 3860 'timing/MemoryInfoTest.cpp',
3862 'workers/WorkerThreadTest.cpp', 3861 'workers/WorkerThreadTest.cpp',
3863 'xml/parser/SharedBufferReaderTest.cpp', 3862 'xml/parser/SharedBufferReaderTest.cpp',
3864 ], 3863 ],
3865 } 3864 }
3866 } 3865 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698