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

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

Issue 1756763004: Merge image sizing algorithms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unused variable 'styleImage' in release Created 4 years, 9 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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'style/QuotesData.cpp', 797 'style/QuotesData.cpp',
798 'style/QuotesData.h', 798 'style/QuotesData.h',
799 'style/ShadowData.cpp', 799 'style/ShadowData.cpp',
800 'style/ShadowData.h', 800 'style/ShadowData.h',
801 'style/ShadowList.cpp', 801 'style/ShadowList.cpp',
802 'style/ShadowList.h', 802 'style/ShadowList.h',
803 'style/StyleBackgroundData.cpp', 803 'style/StyleBackgroundData.cpp',
804 'style/StyleBoxData.cpp', 804 'style/StyleBoxData.cpp',
805 'style/StyleContentAlignmentData.h', 805 'style/StyleContentAlignmentData.h',
806 'style/StyleDeprecatedFlexibleBoxData.cpp', 806 'style/StyleDeprecatedFlexibleBoxData.cpp',
807 'style/StyleImage.cpp',
807 'style/StyleFetchedImage.cpp', 808 'style/StyleFetchedImage.cpp',
808 'style/StyleFetchedImageSet.cpp', 809 'style/StyleFetchedImageSet.cpp',
809 'style/StyleFilterData.cpp', 810 'style/StyleFilterData.cpp',
810 'style/StyleFlexibleBoxData.cpp', 811 'style/StyleFlexibleBoxData.cpp',
811 'style/StyleGeneratedImage.cpp', 812 'style/StyleGeneratedImage.cpp',
812 'style/StyleGridData.cpp', 813 'style/StyleGridData.cpp',
813 'style/StyleGridItemData.cpp', 814 'style/StyleGridItemData.cpp',
814 'style/StyleInheritedData.cpp', 815 'style/StyleInheritedData.cpp',
815 'style/StyleInvalidImage.h', 816 'style/StyleInvalidImage.h',
816 'style/StyleMotionData.cpp', 817 'style/StyleMotionData.cpp',
(...skipping 3240 matching lines...) Expand 10 before | Expand all | Expand 10 after
4057 'style/SVGComputedStyleTest.cpp', 4058 'style/SVGComputedStyleTest.cpp',
4058 'svg/SVGPathParserTest.cpp', 4059 'svg/SVGPathParserTest.cpp',
4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4060 'testing/PrivateScriptTestTest.cpp', 4061 'testing/PrivateScriptTestTest.cpp',
4061 'timing/MemoryInfoTest.cpp', 4062 'timing/MemoryInfoTest.cpp',
4062 'workers/WorkerThreadTest.cpp', 4063 'workers/WorkerThreadTest.cpp',
4063 'xml/parser/SharedBufferReaderTest.cpp', 4064 'xml/parser/SharedBufferReaderTest.cpp',
4064 ], 4065 ],
4065 } 4066 }
4066 } 4067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698