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 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1140 'frame/DOMWindowLifecycleNotifier.cpp', | 1140 'frame/DOMWindowLifecycleNotifier.cpp', |
1141 'frame/DOMWindowLifecycleNotifier.h', | 1141 'frame/DOMWindowLifecycleNotifier.h', |
1142 'frame/DOMWindowLifecycleObserver.cpp', | 1142 'frame/DOMWindowLifecycleObserver.cpp', |
1143 'frame/DOMWindowLifecycleObserver.h', | 1143 'frame/DOMWindowLifecycleObserver.h', |
1144 'frame/DOMWindowProperty.cpp', | 1144 'frame/DOMWindowProperty.cpp', |
1145 'frame/DOMWindowProperty.h', | 1145 'frame/DOMWindowProperty.h', |
1146 'frame/DOMWindowTimers.cpp', | 1146 'frame/DOMWindowTimers.cpp', |
1147 'frame/DOMWindowTimers.h', | 1147 'frame/DOMWindowTimers.h', |
1148 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1148 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
1149 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', | 1149 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
1150 'frame/DeviceEventControllerBase.cpp', | |
1151 'frame/DeviceEventControllerBase.h', | |
1152 'frame/DeviceEventDispatcherBase.cpp', | |
1153 'frame/DeviceEventDispatcherBase.h', | |
1154 'frame/DeviceSingleWindowEventController.cpp', | 1150 'frame/DeviceSingleWindowEventController.cpp', |
1155 'frame/DeviceSingleWindowEventController.h', | 1151 'frame/DeviceSingleWindowEventController.h', |
1156 'frame/EventHandlerRegistry.cpp', | 1152 'frame/EventHandlerRegistry.cpp', |
1157 'frame/EventHandlerRegistry.h', | 1153 'frame/EventHandlerRegistry.h', |
| 1154 'frame/PlatformEventController.cpp', |
| 1155 'frame/PlatformEventController.h', |
| 1156 'frame/PlatformEventDispatcher.cpp', |
| 1157 'frame/PlatformEventDispatcher.h', |
1158 'frame/Frame.cpp', | 1158 'frame/Frame.cpp', |
1159 'frame/Frame.h', | 1159 'frame/Frame.h', |
1160 'frame/FrameConsole.cpp', | 1160 'frame/FrameConsole.cpp', |
1161 'frame/FrameDestructionObserver.cpp', | 1161 'frame/FrameDestructionObserver.cpp', |
1162 'frame/FrameDestructionObserver.h', | 1162 'frame/FrameDestructionObserver.h', |
1163 'frame/FrameHost.cpp', | 1163 'frame/FrameHost.cpp', |
1164 'frame/FrameHost.h', | 1164 'frame/FrameHost.h', |
1165 'frame/FrameOwner.h', | 1165 'frame/FrameOwner.h', |
1166 'frame/FrameView.cpp', | 1166 'frame/FrameView.cpp', |
1167 'frame/History.cpp', | 1167 'frame/History.cpp', |
(...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3428 'rendering/RenderTableCellTest.cpp', | 3428 'rendering/RenderTableCellTest.cpp', |
3429 'rendering/RenderTableRowTest.cpp', | 3429 'rendering/RenderTableRowTest.cpp', |
3430 'rendering/shapes/BoxShapeTest.cpp', | 3430 'rendering/shapes/BoxShapeTest.cpp', |
3431 'testing/PrivateScriptTestTest.cpp', | 3431 'testing/PrivateScriptTestTest.cpp', |
3432 'testing/UnitTestHelpers.cpp', | 3432 'testing/UnitTestHelpers.cpp', |
3433 'testing/UnitTestHelpers.h', | 3433 'testing/UnitTestHelpers.h', |
3434 'xml/parser/SharedBufferReaderTest.cpp', | 3434 'xml/parser/SharedBufferReaderTest.cpp', |
3435 ], | 3435 ], |
3436 } | 3436 } |
3437 } | 3437 } |
OLD | NEW |