| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |