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

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

Issue 1648333002: [css-grid] Rename GridCoordinate to GridArea (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | third_party/WebKit/Source/core/css/CSSGridTemplateAreasValue.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'style/AppliedTextDecoration.cpp', 763 'style/AppliedTextDecoration.cpp',
764 'style/BasicShapes.cpp', 764 'style/BasicShapes.cpp',
765 'style/BorderEdge.cpp', 765 'style/BorderEdge.cpp',
766 'style/BorderEdge.h', 766 'style/BorderEdge.h',
767 'style/BorderImageLength.h', 767 'style/BorderImageLength.h',
768 'style/BorderImageLengthBox.h', 768 'style/BorderImageLengthBox.h',
769 'style/CachedUAStyle.h', 769 'style/CachedUAStyle.h',
770 'style/ContentData.cpp', 770 'style/ContentData.cpp',
771 'style/CounterDirectives.cpp', 771 'style/CounterDirectives.cpp',
772 'style/FillLayer.cpp', 772 'style/FillLayer.cpp',
773 'style/GridCoordinate.h', 773 'style/GridArea.h',
774 'style/GridPositionsResolver.cpp', 774 'style/GridPositionsResolver.cpp',
775 'style/GridPositionsResolver.h', 775 'style/GridPositionsResolver.h',
776 'style/ComputedStyle.cpp', 776 'style/ComputedStyle.cpp',
777 'style/ComputedStyle.h', 777 'style/ComputedStyle.h',
778 'style/NinePieceImage.cpp', 778 'style/NinePieceImage.cpp',
779 'style/PathStyleMotionPath.cpp', 779 'style/PathStyleMotionPath.cpp',
780 'style/PathStyleMotionPath.h', 780 'style/PathStyleMotionPath.h',
781 'style/QuotesData.cpp', 781 'style/QuotesData.cpp',
782 'style/QuotesData.h', 782 'style/QuotesData.h',
783 'style/ShadowData.cpp', 783 'style/ShadowData.cpp',
(...skipping 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after
4043 'style/SVGComputedStyleTest.cpp', 4043 'style/SVGComputedStyleTest.cpp',
4044 'svg/SVGPathParserTest.cpp', 4044 'svg/SVGPathParserTest.cpp',
4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4046 'testing/PrivateScriptTestTest.cpp', 4046 'testing/PrivateScriptTestTest.cpp',
4047 'timing/MemoryInfoTest.cpp', 4047 'timing/MemoryInfoTest.cpp',
4048 'workers/WorkerThreadTest.cpp', 4048 'workers/WorkerThreadTest.cpp',
4049 'xml/parser/SharedBufferReaderTest.cpp', 4049 'xml/parser/SharedBufferReaderTest.cpp',
4050 ], 4050 ],
4051 } 4051 }
4052 } 4052 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSGridTemplateAreasValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698