| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 'frame/BarProp.cpp', | 1166 'frame/BarProp.cpp', |
| 1167 'frame/BarProp.h', | 1167 'frame/BarProp.h', |
| 1168 'frame/Console.cpp', | 1168 'frame/Console.cpp', |
| 1169 'frame/Console.h', | 1169 'frame/Console.h', |
| 1170 'frame/ConsoleBase.cpp', | 1170 'frame/ConsoleBase.cpp', |
| 1171 'frame/ConsoleBase.h', | 1171 'frame/ConsoleBase.h', |
| 1172 'frame/DOMTimer.cpp', | 1172 'frame/DOMTimer.cpp', |
| 1173 'frame/DOMTimer.h', | 1173 'frame/DOMTimer.h', |
| 1174 'frame/DOMWindowBase64.cpp', | 1174 'frame/DOMWindowBase64.cpp', |
| 1175 'frame/DOMWindowBase64.h', | 1175 'frame/DOMWindowBase64.h', |
| 1176 'frame/DOMWindow.h', |
| 1176 'frame/DOMWindowEventHandlers.h', | 1177 'frame/DOMWindowEventHandlers.h', |
| 1177 'frame/DOMWindowLifecycleNotifier.cpp', | 1178 'frame/DOMWindowLifecycleNotifier.cpp', |
| 1178 'frame/DOMWindowLifecycleNotifier.h', | 1179 'frame/DOMWindowLifecycleNotifier.h', |
| 1179 'frame/DOMWindowLifecycleObserver.cpp', | 1180 'frame/DOMWindowLifecycleObserver.cpp', |
| 1180 'frame/DOMWindowLifecycleObserver.h', | 1181 'frame/DOMWindowLifecycleObserver.h', |
| 1181 'frame/DOMWindowProperty.cpp', | 1182 'frame/DOMWindowProperty.cpp', |
| 1182 'frame/DOMWindowProperty.h', | 1183 'frame/DOMWindowProperty.h', |
| 1183 'frame/DOMWindowTimers.cpp', | 1184 'frame/DOMWindowTimers.cpp', |
| 1184 'frame/DOMWindowTimers.h', | 1185 'frame/DOMWindowTimers.h', |
| 1185 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1186 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
| (...skipping 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3650 'rendering/shapes/BoxShapeTest.cpp', | 3651 'rendering/shapes/BoxShapeTest.cpp', |
| 3651 'rendering/style/OutlineValueTest.cpp', | 3652 'rendering/style/OutlineValueTest.cpp', |
| 3652 'testing/PrivateScriptTestTest.cpp', | 3653 'testing/PrivateScriptTestTest.cpp', |
| 3653 'streams/ReadableStreamTest.cpp', | 3654 'streams/ReadableStreamTest.cpp', |
| 3654 'testing/UnitTestHelpers.cpp', | 3655 'testing/UnitTestHelpers.cpp', |
| 3655 'testing/UnitTestHelpers.h', | 3656 'testing/UnitTestHelpers.h', |
| 3656 'xml/parser/SharedBufferReaderTest.cpp', | 3657 'xml/parser/SharedBufferReaderTest.cpp', |
| 3657 ], | 3658 ], |
| 3658 } | 3659 } |
| 3659 } | 3660 } |
| OLD | NEW |