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

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

Issue 1210073004: Remove some unused code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/StyleSheetContents.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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 'style/BorderEdge.h', 802 'style/BorderEdge.h',
803 'style/BorderImageLength.h', 803 'style/BorderImageLength.h',
804 'style/BorderImageLengthBox.h', 804 'style/BorderImageLengthBox.h',
805 'style/CachedUAStyle.h', 805 'style/CachedUAStyle.h',
806 'style/ContentData.cpp', 806 'style/ContentData.cpp',
807 'style/CounterDirectives.cpp', 807 'style/CounterDirectives.cpp',
808 'style/FillLayer.cpp', 808 'style/FillLayer.cpp',
809 'style/GridCoordinate.h', 809 'style/GridCoordinate.h',
810 'style/GridResolvedPosition.cpp', 810 'style/GridResolvedPosition.cpp',
811 'style/GridResolvedPosition.h', 811 'style/GridResolvedPosition.h',
812 'style/KeyframeList.cpp',
813 'style/KeyframeList.h',
814 'style/ComputedStyle.cpp', 812 'style/ComputedStyle.cpp',
815 'style/ComputedStyle.h', 813 'style/ComputedStyle.h',
816 'style/NinePieceImage.cpp', 814 'style/NinePieceImage.cpp',
817 'style/PathStyleMotionPath.cpp', 815 'style/PathStyleMotionPath.cpp',
818 'style/PathStyleMotionPath.h', 816 'style/PathStyleMotionPath.h',
819 'style/QuotesData.cpp', 817 'style/QuotesData.cpp',
820 'style/QuotesData.h', 818 'style/QuotesData.h',
821 'style/ShadowData.cpp', 819 'style/ShadowData.cpp',
822 'style/ShadowData.h', 820 'style/ShadowData.h',
823 'style/ShadowList.cpp', 821 'style/ShadowList.cpp',
(...skipping 3144 matching lines...) Expand 10 before | Expand all | Expand 10 after
3968 'style/OutlineValueTest.cpp', 3966 'style/OutlineValueTest.cpp',
3969 'style/SVGComputedStyleTest.cpp', 3967 'style/SVGComputedStyleTest.cpp',
3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3968 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3971 'testing/PrivateScriptTestTest.cpp', 3969 'testing/PrivateScriptTestTest.cpp',
3972 'timing/MemoryInfoTest.cpp', 3970 'timing/MemoryInfoTest.cpp',
3973 'workers/WorkerThreadTest.cpp', 3971 'workers/WorkerThreadTest.cpp',
3974 'xml/parser/SharedBufferReaderTest.cpp', 3972 'xml/parser/SharedBufferReaderTest.cpp',
3975 ], 3973 ],
3976 } 3974 }
3977 } 3975 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/StyleSheetContents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698