| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1137 'frame/DOMWindowLifecycleNotifier.cpp', | 1137 'frame/DOMWindowLifecycleNotifier.cpp', |
| 1138 'frame/DOMWindowLifecycleNotifier.h', | 1138 'frame/DOMWindowLifecycleNotifier.h', |
| 1139 'frame/DOMWindowLifecycleObserver.cpp', | 1139 'frame/DOMWindowLifecycleObserver.cpp', |
| 1140 'frame/DOMWindowLifecycleObserver.h', | 1140 'frame/DOMWindowLifecycleObserver.h', |
| 1141 'frame/DOMWindowProperty.cpp', | 1141 'frame/DOMWindowProperty.cpp', |
| 1142 'frame/DOMWindowProperty.h', | 1142 'frame/DOMWindowProperty.h', |
| 1143 'frame/DOMWindowTimers.cpp', | 1143 'frame/DOMWindowTimers.cpp', |
| 1144 'frame/DOMWindowTimers.h', | 1144 'frame/DOMWindowTimers.h', |
| 1145 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1145 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
| 1146 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', | 1146 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
| 1147 'frame/DeviceEventControllerBase.cpp', | |
| 1148 'frame/DeviceEventControllerBase.h', | |
| 1149 'frame/DeviceEventDispatcherBase.cpp', | |
| 1150 'frame/DeviceEventDispatcherBase.h', | |
| 1151 'frame/DeviceSensorEventController.cpp', | 1147 'frame/DeviceSensorEventController.cpp', |
| 1152 'frame/DeviceSensorEventController.h', | 1148 'frame/DeviceSensorEventController.h', |
| 1153 'frame/DeviceSensorEventDispatcher.cpp', | 1149 'frame/DeviceSensorEventDispatcher.cpp', |
| 1154 'frame/DeviceSensorEventDispatcher.h', | 1150 'frame/DeviceSensorEventDispatcher.h', |
| 1155 'frame/DeviceSingleWindowEventController.cpp', | |
| 1156 'frame/DeviceSingleWindowEventController.h', | |
| 1157 'frame/EventHandlerRegistry.cpp', | 1151 'frame/EventHandlerRegistry.cpp', |
| 1158 'frame/EventHandlerRegistry.h', | 1152 'frame/EventHandlerRegistry.h', |
| 1159 'frame/Frame.cpp', | 1153 'frame/Frame.cpp', |
| 1160 'frame/Frame.h', | 1154 'frame/Frame.h', |
| 1161 'frame/FrameConsole.cpp', | 1155 'frame/FrameConsole.cpp', |
| 1162 'frame/FrameDestructionObserver.cpp', | 1156 'frame/FrameDestructionObserver.cpp', |
| 1163 'frame/FrameDestructionObserver.h', | 1157 'frame/FrameDestructionObserver.h', |
| 1164 'frame/FrameHost.cpp', | 1158 'frame/FrameHost.cpp', |
| 1165 'frame/FrameHost.h', | 1159 'frame/FrameHost.h', |
| 1166 'frame/FrameOwner.h', | 1160 'frame/FrameOwner.h', |
| (...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3413 'loader/MixedContentCheckerTest.cpp', | 3407 'loader/MixedContentCheckerTest.cpp', |
| 3414 'page/NetworkStateNotifierTest.cpp', | 3408 'page/NetworkStateNotifierTest.cpp', |
| 3415 'rendering/RenderOverflowTest.cpp', | 3409 'rendering/RenderOverflowTest.cpp', |
| 3416 'rendering/shapes/BoxShapeTest.cpp', | 3410 'rendering/shapes/BoxShapeTest.cpp', |
| 3417 'testing/UnitTestHelpers.cpp', | 3411 'testing/UnitTestHelpers.cpp', |
| 3418 'testing/UnitTestHelpers.h', | 3412 'testing/UnitTestHelpers.h', |
| 3419 'xml/parser/SharedBufferReaderTest.cpp', | 3413 'xml/parser/SharedBufferReaderTest.cpp', |
| 3420 ], | 3414 ], |
| 3421 } | 3415 } |
| 3422 } | 3416 } |
| OLD | NEW |