| 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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |