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

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

Issue 1879223002: Support mask images for filter-based -webkit-box-reflect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reflection-refactor
Patch Set: Created 4 years, 8 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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 'paint/BlockPainter.cpp', 2018 'paint/BlockPainter.cpp',
2019 'paint/BlockPainter.h', 2019 'paint/BlockPainter.h',
2020 'paint/BoxBorderPainter.cpp', 2020 'paint/BoxBorderPainter.cpp',
2021 'paint/BoxBorderPainter.h', 2021 'paint/BoxBorderPainter.h',
2022 'paint/BoxClipper.cpp', 2022 'paint/BoxClipper.cpp',
2023 'paint/BoxClipper.h', 2023 'paint/BoxClipper.h',
2024 'paint/BoxDecorationData.cpp', 2024 'paint/BoxDecorationData.cpp',
2025 'paint/BoxDecorationData.h', 2025 'paint/BoxDecorationData.h',
2026 'paint/BoxPainter.cpp', 2026 'paint/BoxPainter.cpp',
2027 'paint/BoxPainter.h', 2027 'paint/BoxPainter.h',
2028 'paint/BoxReflectionUtils.cpp',
2029 'paint/BoxReflectionUtils.h',
2028 'paint/ClipScope.cpp', 2030 'paint/ClipScope.cpp',
2029 'paint/ClipScope.h', 2031 'paint/ClipScope.h',
2030 'paint/DetailsMarkerPainter.cpp', 2032 'paint/DetailsMarkerPainter.cpp',
2031 'paint/DetailsMarkerPainter.h', 2033 'paint/DetailsMarkerPainter.h',
2032 'paint/EllipsisBoxPainter.cpp', 2034 'paint/EllipsisBoxPainter.cpp',
2033 'paint/EllipsisBoxPainter.h', 2035 'paint/EllipsisBoxPainter.h',
2034 'paint/EmbeddedObjectPainter.cpp', 2036 'paint/EmbeddedObjectPainter.cpp',
2035 'paint/EmbeddedObjectPainter.h', 2037 'paint/EmbeddedObjectPainter.h',
2036 'paint/FieldsetPainter.cpp', 2038 'paint/FieldsetPainter.cpp',
2037 'paint/FieldsetPainter.h', 2039 'paint/FieldsetPainter.h',
(...skipping 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4111 ],
4110 } 4112 }
4111 } 4113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698