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

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

Issue 1649003002: Use StylePath instead of (Path)StyleMotionPath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/CSSPathValue.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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'style/CachedUAStyle.h', 770 'style/CachedUAStyle.h',
771 'style/ContentData.cpp', 771 'style/ContentData.cpp',
772 'style/CounterDirectives.cpp', 772 'style/CounterDirectives.cpp',
773 'style/FillLayer.cpp', 773 'style/FillLayer.cpp',
774 'style/GridCoordinate.h', 774 'style/GridCoordinate.h',
775 'style/GridPositionsResolver.cpp', 775 'style/GridPositionsResolver.cpp',
776 'style/GridPositionsResolver.h', 776 'style/GridPositionsResolver.h',
777 'style/ComputedStyle.cpp', 777 'style/ComputedStyle.cpp',
778 'style/ComputedStyle.h', 778 'style/ComputedStyle.h',
779 'style/NinePieceImage.cpp', 779 'style/NinePieceImage.cpp',
780 'style/PathStyleMotionPath.cpp',
781 'style/PathStyleMotionPath.h',
782 'style/QuotesData.cpp', 780 'style/QuotesData.cpp',
783 'style/QuotesData.h', 781 'style/QuotesData.h',
784 'style/ShadowData.cpp', 782 'style/ShadowData.cpp',
785 'style/ShadowData.h', 783 'style/ShadowData.h',
786 'style/ShadowList.cpp', 784 'style/ShadowList.cpp',
787 'style/ShadowList.h', 785 'style/ShadowList.h',
788 'style/StyleBackgroundData.cpp', 786 'style/StyleBackgroundData.cpp',
789 'style/StyleBoxData.cpp', 787 'style/StyleBoxData.cpp',
790 'style/StyleContentAlignmentData.h', 788 'style/StyleContentAlignmentData.h',
791 'style/StyleDeprecatedFlexibleBoxData.cpp', 789 'style/StyleDeprecatedFlexibleBoxData.cpp',
792 'style/StyleFetchedImage.cpp', 790 'style/StyleFetchedImage.cpp',
793 'style/StyleFetchedImageSet.cpp', 791 'style/StyleFetchedImageSet.cpp',
794 'style/StyleFilterData.cpp', 792 'style/StyleFilterData.cpp',
795 'style/StyleFlexibleBoxData.cpp', 793 'style/StyleFlexibleBoxData.cpp',
796 'style/StyleGeneratedImage.cpp', 794 'style/StyleGeneratedImage.cpp',
797 'style/StyleGridData.cpp', 795 'style/StyleGridData.cpp',
798 'style/StyleGridItemData.cpp', 796 'style/StyleGridItemData.cpp',
799 'style/StyleInheritedData.cpp', 797 'style/StyleInheritedData.cpp',
800 'style/StyleInvalidImage.h', 798 'style/StyleInvalidImage.h',
801 'style/StyleMotionData.cpp', 799 'style/StyleMotionData.cpp',
802 'style/StyleMotionData.h', 800 'style/StyleMotionData.h',
803 'style/StyleMotionPath.h',
804 'style/StyleMotionRotation.h', 801 'style/StyleMotionRotation.h',
805 'style/StyleMultiColData.cpp', 802 'style/StyleMultiColData.cpp',
806 'style/StylePath.cpp', 803 'style/StylePath.cpp',
807 'style/StylePath.h', 804 'style/StylePath.h',
808 'style/StylePendingImage.h', 805 'style/StylePendingImage.h',
809 'style/StyleRareInheritedData.cpp', 806 'style/StyleRareInheritedData.cpp',
810 'style/StyleRareNonInheritedData.cpp', 807 'style/StyleRareNonInheritedData.cpp',
811 'style/StyleScrollSnapData.cpp', 808 'style/StyleScrollSnapData.cpp',
812 'style/StyleScrollSnapData.h', 809 'style/StyleScrollSnapData.h',
813 'style/StyleSelfAlignmentData.h', 810 'style/StyleSelfAlignmentData.h',
(...skipping 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after
4048 'style/SVGComputedStyleTest.cpp', 4045 'style/SVGComputedStyleTest.cpp',
4049 'svg/SVGPathParserTest.cpp', 4046 'svg/SVGPathParserTest.cpp',
4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4047 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4051 'testing/PrivateScriptTestTest.cpp', 4048 'testing/PrivateScriptTestTest.cpp',
4052 'timing/MemoryInfoTest.cpp', 4049 'timing/MemoryInfoTest.cpp',
4053 'workers/WorkerThreadTest.cpp', 4050 'workers/WorkerThreadTest.cpp',
4054 'xml/parser/SharedBufferReaderTest.cpp', 4051 'xml/parser/SharedBufferReaderTest.cpp',
4055 ], 4052 ],
4056 } 4053 }
4057 } 4054 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSPathValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698