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 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1127 'fileapi/Stream.h', | 1127 'fileapi/Stream.h', |
1128 'frame/BarProp.cpp', | 1128 'frame/BarProp.cpp', |
1129 'frame/BarProp.h', | 1129 'frame/BarProp.h', |
1130 'frame/Console.cpp', | 1130 'frame/Console.cpp', |
1131 'frame/Console.h', | 1131 'frame/Console.h', |
1132 'frame/ConsoleBase.cpp', | 1132 'frame/ConsoleBase.cpp', |
1133 'frame/ConsoleBase.h', | 1133 'frame/ConsoleBase.h', |
1134 'frame/DOMPoint.h', | 1134 'frame/DOMPoint.h', |
1135 'frame/DOMTimer.cpp', | 1135 'frame/DOMTimer.cpp', |
1136 'frame/DOMTimer.h', | 1136 'frame/DOMTimer.h', |
1137 'frame/DOMWindow.cpp', | |
1138 'frame/DOMWindow.h', | |
1139 'frame/DOMWindowBase64.cpp', | 1137 'frame/DOMWindowBase64.cpp', |
1140 'frame/DOMWindowBase64.h', | 1138 'frame/DOMWindowBase64.h', |
1141 'frame/DOMWindowEventHandlers.h', | 1139 'frame/DOMWindowEventHandlers.h', |
1142 'frame/DOMWindowLifecycleNotifier.cpp', | 1140 'frame/DOMWindowLifecycleNotifier.cpp', |
1143 'frame/DOMWindowLifecycleNotifier.h', | 1141 'frame/DOMWindowLifecycleNotifier.h', |
1144 'frame/DOMWindowLifecycleObserver.cpp', | 1142 'frame/DOMWindowLifecycleObserver.cpp', |
1145 'frame/DOMWindowLifecycleObserver.h', | 1143 'frame/DOMWindowLifecycleObserver.h', |
1146 'frame/DOMWindowProperty.cpp', | 1144 'frame/DOMWindowProperty.cpp', |
1147 'frame/DOMWindowProperty.h', | 1145 'frame/DOMWindowProperty.h', |
1148 'frame/DOMWindowTimers.cpp', | 1146 'frame/DOMWindowTimers.cpp', |
(...skipping 14 matching lines...) Expand all Loading... |
1163 'frame/FrameDestructionObserver.cpp', | 1161 'frame/FrameDestructionObserver.cpp', |
1164 'frame/FrameDestructionObserver.h', | 1162 'frame/FrameDestructionObserver.h', |
1165 'frame/FrameHost.cpp', | 1163 'frame/FrameHost.cpp', |
1166 'frame/FrameHost.h', | 1164 'frame/FrameHost.h', |
1167 'frame/FrameOwner.h', | 1165 'frame/FrameOwner.h', |
1168 'frame/FrameView.cpp', | 1166 'frame/FrameView.cpp', |
1169 'frame/History.cpp', | 1167 'frame/History.cpp', |
1170 'frame/History.h', | 1168 'frame/History.h', |
1171 'frame/ImageBitmap.cpp', | 1169 'frame/ImageBitmap.cpp', |
1172 'frame/ImageBitmap.h', | 1170 'frame/ImageBitmap.h', |
| 1171 'frame/LocalDOMWindow.h', |
| 1172 'frame/LocalDOMWindow.cpp', |
1173 'frame/LocalFrame.cpp', | 1173 'frame/LocalFrame.cpp', |
1174 'frame/LocalFrame.h', | 1174 'frame/LocalFrame.h', |
1175 'frame/Location.cpp', | 1175 'frame/Location.cpp', |
1176 'frame/Location.h', | 1176 'frame/Location.h', |
1177 'frame/Navigator.cpp', | 1177 'frame/Navigator.cpp', |
1178 'frame/Navigator.h', | 1178 'frame/Navigator.h', |
1179 'frame/NavigatorCPU.cpp', | 1179 'frame/NavigatorCPU.cpp', |
1180 'frame/NavigatorCPU.h', | 1180 'frame/NavigatorCPU.h', |
1181 'frame/NavigatorID.cpp', | 1181 'frame/NavigatorID.cpp', |
1182 'frame/NavigatorID.h', | 1182 'frame/NavigatorID.h', |
(...skipping 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3435 'loader/MixedContentCheckerTest.cpp', | 3435 'loader/MixedContentCheckerTest.cpp', |
3436 'page/NetworkStateNotifierTest.cpp', | 3436 'page/NetworkStateNotifierTest.cpp', |
3437 'rendering/RenderOverflowTest.cpp', | 3437 'rendering/RenderOverflowTest.cpp', |
3438 'rendering/shapes/BoxShapeTest.cpp', | 3438 'rendering/shapes/BoxShapeTest.cpp', |
3439 'testing/UnitTestHelpers.cpp', | 3439 'testing/UnitTestHelpers.cpp', |
3440 'testing/UnitTestHelpers.h', | 3440 'testing/UnitTestHelpers.h', |
3441 'xml/parser/SharedBufferReaderTest.cpp', | 3441 'xml/parser/SharedBufferReaderTest.cpp', |
3442 ], | 3442 ], |
3443 } | 3443 } |
3444 } | 3444 } |
OLD | NEW |