| 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 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 'frame/PlatformEventDispatcher.h', | 1174 'frame/PlatformEventDispatcher.h', |
| 1175 'frame/Frame.cpp', | 1175 'frame/Frame.cpp', |
| 1176 'frame/Frame.h', | 1176 'frame/Frame.h', |
| 1177 'frame/FrameConsole.cpp', | 1177 'frame/FrameConsole.cpp', |
| 1178 'frame/FrameDestructionObserver.cpp', | 1178 'frame/FrameDestructionObserver.cpp', |
| 1179 'frame/FrameDestructionObserver.h', | 1179 'frame/FrameDestructionObserver.h', |
| 1180 'frame/FrameHost.cpp', | 1180 'frame/FrameHost.cpp', |
| 1181 'frame/FrameHost.h', | 1181 'frame/FrameHost.h', |
| 1182 'frame/FrameOwner.h', | 1182 'frame/FrameOwner.h', |
| 1183 'frame/FrameView.cpp', | 1183 'frame/FrameView.cpp', |
| 1184 'frame/FrameView.h', |
| 1184 'frame/FrameViewAutoSizeInfo.cpp', | 1185 'frame/FrameViewAutoSizeInfo.cpp', |
| 1185 'frame/History.cpp', | 1186 'frame/History.cpp', |
| 1186 'frame/History.h', | 1187 'frame/History.h', |
| 1187 'frame/ImageBitmap.cpp', | 1188 'frame/ImageBitmap.cpp', |
| 1188 'frame/ImageBitmap.h', | 1189 'frame/ImageBitmap.h', |
| 1189 'frame/LocalDOMWindow.h', | 1190 'frame/LocalDOMWindow.h', |
| 1190 'frame/LocalDOMWindow.cpp', | 1191 'frame/LocalDOMWindow.cpp', |
| 1191 'frame/LocalFrame.cpp', | 1192 'frame/LocalFrame.cpp', |
| 1192 'frame/LocalFrame.h', | 1193 'frame/LocalFrame.h', |
| 1193 'frame/Location.cpp', | 1194 'frame/Location.cpp', |
| (...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3524 'rendering/shapes/BoxShapeTest.cpp', | 3525 'rendering/shapes/BoxShapeTest.cpp', |
| 3525 'rendering/style/OutlineValueTest.cpp', | 3526 'rendering/style/OutlineValueTest.cpp', |
| 3526 'testing/PrivateScriptTestTest.cpp', | 3527 'testing/PrivateScriptTestTest.cpp', |
| 3527 'streams/ReadableStreamTest.cpp', | 3528 'streams/ReadableStreamTest.cpp', |
| 3528 'testing/UnitTestHelpers.cpp', | 3529 'testing/UnitTestHelpers.cpp', |
| 3529 'testing/UnitTestHelpers.h', | 3530 'testing/UnitTestHelpers.h', |
| 3530 'xml/parser/SharedBufferReaderTest.cpp', | 3531 'xml/parser/SharedBufferReaderTest.cpp', |
| 3531 ], | 3532 ], |
| 3532 } | 3533 } |
| 3533 } | 3534 } |
| OLD | NEW |