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 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1142 'frame/DOMWindowLifecycleNotifier.cpp', | 1142 'frame/DOMWindowLifecycleNotifier.cpp', |
1143 'frame/DOMWindowLifecycleNotifier.h', | 1143 'frame/DOMWindowLifecycleNotifier.h', |
1144 'frame/DOMWindowLifecycleObserver.cpp', | 1144 'frame/DOMWindowLifecycleObserver.cpp', |
1145 'frame/DOMWindowLifecycleObserver.h', | 1145 'frame/DOMWindowLifecycleObserver.h', |
1146 'frame/DOMWindowProperty.cpp', | 1146 'frame/DOMWindowProperty.cpp', |
1147 'frame/DOMWindowProperty.h', | 1147 'frame/DOMWindowProperty.h', |
1148 'frame/DOMWindowTimers.cpp', | 1148 'frame/DOMWindowTimers.cpp', |
1149 'frame/DOMWindowTimers.h', | 1149 'frame/DOMWindowTimers.h', |
1150 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1150 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
1151 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', | 1151 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
1152 'frame/DeviceEventControllerBase.cpp', | |
1153 'frame/DeviceEventControllerBase.h', | |
1154 'frame/DeviceEventDispatcherBase.cpp', | |
1155 'frame/DeviceEventDispatcherBase.h', | |
1156 'frame/DeviceSingleWindowEventController.cpp', | 1152 'frame/DeviceSingleWindowEventController.cpp', |
1157 'frame/DeviceSingleWindowEventController.h', | 1153 'frame/DeviceSingleWindowEventController.h', |
1158 'frame/EventHandlerRegistry.cpp', | 1154 'frame/EventHandlerRegistry.cpp', |
1159 'frame/EventHandlerRegistry.h', | 1155 'frame/EventHandlerRegistry.h', |
| 1156 'frame/PlatformEventController.cpp', |
| 1157 'frame/PlatformEventController.h', |
| 1158 'frame/PlatformEventDispatcher.cpp', |
| 1159 'frame/PlatformEventDispatcher.h', |
1160 'frame/Frame.cpp', | 1160 'frame/Frame.cpp', |
1161 'frame/Frame.h', | 1161 'frame/Frame.h', |
1162 'frame/FrameConsole.cpp', | 1162 'frame/FrameConsole.cpp', |
1163 'frame/FrameDestructionObserver.cpp', | 1163 'frame/FrameDestructionObserver.cpp', |
1164 'frame/FrameDestructionObserver.h', | 1164 'frame/FrameDestructionObserver.h', |
1165 'frame/FrameHost.cpp', | 1165 'frame/FrameHost.cpp', |
1166 'frame/FrameHost.h', | 1166 'frame/FrameHost.h', |
1167 'frame/FrameOwner.h', | 1167 'frame/FrameOwner.h', |
1168 'frame/FrameView.cpp', | 1168 'frame/FrameView.cpp', |
1169 'frame/History.cpp', | 1169 'frame/History.cpp', |
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3441 'rendering/shapes/BoxShapeTest.cpp', | 3441 'rendering/shapes/BoxShapeTest.cpp', |
3442 'rendering/style/OutlineValueTest.cpp', | 3442 'rendering/style/OutlineValueTest.cpp', |
3443 'testing/PrivateScriptTestTest.cpp', | 3443 'testing/PrivateScriptTestTest.cpp', |
3444 'streams/ReadableStreamTest.cpp', | 3444 'streams/ReadableStreamTest.cpp', |
3445 'testing/UnitTestHelpers.cpp', | 3445 'testing/UnitTestHelpers.cpp', |
3446 'testing/UnitTestHelpers.h', | 3446 'testing/UnitTestHelpers.h', |
3447 'xml/parser/SharedBufferReaderTest.cpp', | 3447 'xml/parser/SharedBufferReaderTest.cpp', |
3448 ], | 3448 ], |
3449 } | 3449 } |
3450 } | 3450 } |
OLD | NEW |