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 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1173 'frame/PlatformEventDispatcher.h', | 1173 'frame/PlatformEventDispatcher.h', |
1174 'frame/Frame.cpp', | 1174 'frame/Frame.cpp', |
1175 'frame/Frame.h', | 1175 'frame/Frame.h', |
1176 'frame/FrameConsole.cpp', | 1176 'frame/FrameConsole.cpp', |
1177 'frame/FrameDestructionObserver.cpp', | 1177 'frame/FrameDestructionObserver.cpp', |
1178 'frame/FrameDestructionObserver.h', | 1178 'frame/FrameDestructionObserver.h', |
1179 'frame/FrameHost.cpp', | 1179 'frame/FrameHost.cpp', |
1180 'frame/FrameHost.h', | 1180 'frame/FrameHost.h', |
1181 'frame/FrameOwner.h', | 1181 'frame/FrameOwner.h', |
1182 'frame/FrameView.cpp', | 1182 'frame/FrameView.cpp', |
| 1183 'frame/FrameView.h', |
1183 'frame/FrameViewAutoSizeInfo.cpp', | 1184 'frame/FrameViewAutoSizeInfo.cpp', |
1184 'frame/History.cpp', | 1185 'frame/History.cpp', |
1185 'frame/History.h', | 1186 'frame/History.h', |
1186 'frame/ImageBitmap.cpp', | 1187 'frame/ImageBitmap.cpp', |
1187 'frame/ImageBitmap.h', | 1188 'frame/ImageBitmap.h', |
1188 'frame/LocalDOMWindow.h', | 1189 'frame/LocalDOMWindow.h', |
1189 'frame/LocalDOMWindow.cpp', | 1190 'frame/LocalDOMWindow.cpp', |
1190 'frame/LocalFrame.cpp', | 1191 'frame/LocalFrame.cpp', |
1191 'frame/LocalFrame.h', | 1192 'frame/LocalFrame.h', |
1192 'frame/Location.cpp', | 1193 'frame/Location.cpp', |
(...skipping 2323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3516 'rendering/shapes/BoxShapeTest.cpp', | 3517 'rendering/shapes/BoxShapeTest.cpp', |
3517 'rendering/style/OutlineValueTest.cpp', | 3518 'rendering/style/OutlineValueTest.cpp', |
3518 'testing/PrivateScriptTestTest.cpp', | 3519 'testing/PrivateScriptTestTest.cpp', |
3519 'streams/ReadableStreamTest.cpp', | 3520 'streams/ReadableStreamTest.cpp', |
3520 'testing/UnitTestHelpers.cpp', | 3521 'testing/UnitTestHelpers.cpp', |
3521 'testing/UnitTestHelpers.h', | 3522 'testing/UnitTestHelpers.h', |
3522 'xml/parser/SharedBufferReaderTest.cpp', | 3523 'xml/parser/SharedBufferReaderTest.cpp', |
3523 ], | 3524 ], |
3524 } | 3525 } |
3525 } | 3526 } |
OLD | NEW |