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

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: add comment referring to skbug.com/5210 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/BoxReflectionUtils.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 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after
2011 'paint/BlockPainter.cpp', 2011 'paint/BlockPainter.cpp',
2012 'paint/BlockPainter.h', 2012 'paint/BlockPainter.h',
2013 'paint/BoxBorderPainter.cpp', 2013 'paint/BoxBorderPainter.cpp',
2014 'paint/BoxBorderPainter.h', 2014 'paint/BoxBorderPainter.h',
2015 'paint/BoxClipper.cpp', 2015 'paint/BoxClipper.cpp',
2016 'paint/BoxClipper.h', 2016 'paint/BoxClipper.h',
2017 'paint/BoxDecorationData.cpp', 2017 'paint/BoxDecorationData.cpp',
2018 'paint/BoxDecorationData.h', 2018 'paint/BoxDecorationData.h',
2019 'paint/BoxPainter.cpp', 2019 'paint/BoxPainter.cpp',
2020 'paint/BoxPainter.h', 2020 'paint/BoxPainter.h',
2021 'paint/BoxReflectionUtils.cpp',
2022 'paint/BoxReflectionUtils.h',
2021 'paint/ClipScope.cpp', 2023 'paint/ClipScope.cpp',
2022 'paint/ClipScope.h', 2024 'paint/ClipScope.h',
2023 'paint/DetailsMarkerPainter.cpp', 2025 'paint/DetailsMarkerPainter.cpp',
2024 'paint/DetailsMarkerPainter.h', 2026 'paint/DetailsMarkerPainter.h',
2025 'paint/EllipsisBoxPainter.cpp', 2027 'paint/EllipsisBoxPainter.cpp',
2026 'paint/EllipsisBoxPainter.h', 2028 'paint/EllipsisBoxPainter.h',
2027 'paint/EmbeddedObjectPainter.cpp', 2029 'paint/EmbeddedObjectPainter.cpp',
2028 'paint/EmbeddedObjectPainter.h', 2030 'paint/EmbeddedObjectPainter.h',
2029 'paint/FieldsetPainter.cpp', 2031 'paint/FieldsetPainter.cpp',
2030 'paint/FieldsetPainter.h', 2032 'paint/FieldsetPainter.h',
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
4094 'svg/SVGPathParserTest.cpp', 4096 'svg/SVGPathParserTest.cpp',
4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4097 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4096 'testing/PrivateScriptTestTest.cpp', 4098 'testing/PrivateScriptTestTest.cpp',
4097 'timing/MemoryInfoTest.cpp', 4099 'timing/MemoryInfoTest.cpp',
4098 'workers/WorkerThreadTest.cpp', 4100 'workers/WorkerThreadTest.cpp',
4099 'workers/WorkerThreadTestHelper.h', 4101 'workers/WorkerThreadTestHelper.h',
4100 'xml/parser/SharedBufferReaderTest.cpp', 4102 'xml/parser/SharedBufferReaderTest.cpp',
4101 ], 4103 ],
4102 } 4104 }
4103 } 4105 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/BoxReflectionUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698