| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
| 6 'animation/AnimationEffect.idl', | 6 'animation/AnimationEffect.idl', |
| 7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
| 8 'animation/AnimationNode.idl', | 8 'animation/AnimationNode.idl', |
| 9 'animation/AnimationTimeline.idl', | 9 'animation/AnimationTimeline.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 'frame/DOMWindowLifecycleObserver.cpp', | 1135 'frame/DOMWindowLifecycleObserver.cpp', |
| 1136 'frame/DOMWindowLifecycleObserver.h', | 1136 'frame/DOMWindowLifecycleObserver.h', |
| 1137 'frame/DOMWindowProperty.cpp', | 1137 'frame/DOMWindowProperty.cpp', |
| 1138 'frame/DOMWindowProperty.h', | 1138 'frame/DOMWindowProperty.h', |
| 1139 'frame/DOMWindowTimers.cpp', | 1139 'frame/DOMWindowTimers.cpp', |
| 1140 'frame/DOMWindowTimers.h', | 1140 'frame/DOMWindowTimers.h', |
| 1141 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.cpp', | 1141 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.cpp', |
| 1142 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h', | 1142 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h', |
| 1143 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1143 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
| 1144 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', | 1144 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
| 1145 'frame/DeviceEventControllerBase.cpp', |
| 1146 'frame/DeviceEventControllerBase.h', |
| 1147 'frame/DeviceEventDispatcherBase.cpp', |
| 1148 'frame/DeviceEventDispatcherBase.h', |
| 1145 'frame/DeviceSensorEventController.cpp', | 1149 'frame/DeviceSensorEventController.cpp', |
| 1146 'frame/DeviceSensorEventController.h', | 1150 'frame/DeviceSensorEventController.h', |
| 1147 'frame/DeviceSensorEventDispatcher.cpp', | 1151 'frame/DeviceSensorEventDispatcher.cpp', |
| 1148 'frame/DeviceSensorEventDispatcher.h', | 1152 'frame/DeviceSensorEventDispatcher.h', |
| 1153 'frame/DeviceSingleWindowEventController.cpp', |
| 1154 'frame/DeviceSingleWindowEventController.h', |
| 1149 'frame/EventHandlerRegistry.cpp', | 1155 'frame/EventHandlerRegistry.cpp', |
| 1150 'frame/EventHandlerRegistry.h', | 1156 'frame/EventHandlerRegistry.h', |
| 1151 'frame/Frame.cpp', | 1157 'frame/Frame.cpp', |
| 1152 'frame/Frame.h', | 1158 'frame/Frame.h', |
| 1153 'frame/FrameConsole.cpp', | 1159 'frame/FrameConsole.cpp', |
| 1154 'frame/FrameDestructionObserver.cpp', | 1160 'frame/FrameDestructionObserver.cpp', |
| 1155 'frame/FrameDestructionObserver.h', | 1161 'frame/FrameDestructionObserver.h', |
| 1156 'frame/FrameHost.cpp', | 1162 'frame/FrameHost.cpp', |
| 1157 'frame/FrameHost.h', | 1163 'frame/FrameHost.h', |
| 1158 'frame/FrameOwner.h', | 1164 'frame/FrameOwner.h', |
| (...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3401 'loader/MixedContentCheckerTest.cpp', | 3407 'loader/MixedContentCheckerTest.cpp', |
| 3402 'page/NetworkStateNotifierTest.cpp', | 3408 'page/NetworkStateNotifierTest.cpp', |
| 3403 'rendering/RenderOverflowTest.cpp', | 3409 'rendering/RenderOverflowTest.cpp', |
| 3404 'rendering/shapes/BoxShapeTest.cpp', | 3410 'rendering/shapes/BoxShapeTest.cpp', |
| 3405 'testing/UnitTestHelpers.cpp', | 3411 'testing/UnitTestHelpers.cpp', |
| 3406 'testing/UnitTestHelpers.h', | 3412 'testing/UnitTestHelpers.h', |
| 3407 'xml/parser/SharedBufferReaderTest.cpp', | 3413 'xml/parser/SharedBufferReaderTest.cpp', |
| 3408 ], | 3414 ], |
| 3409 } | 3415 } |
| 3410 } | 3416 } |
| OLD | NEW |