| 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 'fileapi/FileReaderLoader.h', | 1125 'fileapi/FileReaderLoader.h', |
| 1126 'fileapi/FileReaderLoaderClient.h', | 1126 'fileapi/FileReaderLoaderClient.h', |
| 1127 'fileapi/FileReaderSync.cpp', | 1127 'fileapi/FileReaderSync.cpp', |
| 1128 'fileapi/FileReaderSync.h', | 1128 'fileapi/FileReaderSync.h', |
| 1129 'frame/BarProp.cpp', | 1129 'frame/BarProp.cpp', |
| 1130 'frame/BarProp.h', | 1130 'frame/BarProp.h', |
| 1131 'frame/Console.cpp', | 1131 'frame/Console.cpp', |
| 1132 'frame/Console.h', | 1132 'frame/Console.h', |
| 1133 'frame/ConsoleBase.cpp', | 1133 'frame/ConsoleBase.cpp', |
| 1134 'frame/ConsoleBase.h', | 1134 'frame/ConsoleBase.h', |
| 1135 'frame/DOMPoint.h', | |
| 1136 'frame/DOMTimer.cpp', | 1135 'frame/DOMTimer.cpp', |
| 1137 'frame/DOMTimer.h', | 1136 'frame/DOMTimer.h', |
| 1138 'frame/DOMWindowBase64.cpp', | 1137 'frame/DOMWindowBase64.cpp', |
| 1139 'frame/DOMWindowBase64.h', | 1138 'frame/DOMWindowBase64.h', |
| 1140 'frame/DOMWindowEventHandlers.h', | 1139 'frame/DOMWindowEventHandlers.h', |
| 1141 'frame/DOMWindowLifecycleNotifier.cpp', | 1140 'frame/DOMWindowLifecycleNotifier.cpp', |
| 1142 'frame/DOMWindowLifecycleNotifier.h', | 1141 'frame/DOMWindowLifecycleNotifier.h', |
| 1143 'frame/DOMWindowLifecycleObserver.cpp', | 1142 'frame/DOMWindowLifecycleObserver.cpp', |
| 1144 'frame/DOMWindowLifecycleObserver.h', | 1143 'frame/DOMWindowLifecycleObserver.h', |
| 1145 'frame/DOMWindowProperty.cpp', | 1144 'frame/DOMWindowProperty.cpp', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 'frame/Screen.cpp', | 1192 'frame/Screen.cpp', |
| 1194 'frame/Screen.h', | 1193 'frame/Screen.h', |
| 1195 'frame/Settings.cpp', | 1194 'frame/Settings.cpp', |
| 1196 'frame/SettingsDelegate.cpp', | 1195 'frame/SettingsDelegate.cpp', |
| 1197 'frame/SettingsDelegate.h', | 1196 'frame/SettingsDelegate.h', |
| 1198 'frame/SmartClip.cpp', | 1197 'frame/SmartClip.cpp', |
| 1199 'frame/SmartClip.h', | 1198 'frame/SmartClip.h', |
| 1200 'frame/SuspendableTimer.cpp', | 1199 'frame/SuspendableTimer.cpp', |
| 1201 'frame/SuspendableTimer.h', | 1200 'frame/SuspendableTimer.h', |
| 1202 'frame/UseCounter.cpp', | 1201 'frame/UseCounter.cpp', |
| 1202 'frame/WebKitPoint.h', |
| 1203 'frame/csp/CSPDirectiveList.cpp', | 1203 'frame/csp/CSPDirectiveList.cpp', |
| 1204 'frame/csp/CSPSource.cpp', | 1204 'frame/csp/CSPSource.cpp', |
| 1205 'frame/csp/CSPSourceList.cpp', | 1205 'frame/csp/CSPSourceList.cpp', |
| 1206 'frame/csp/ContentSecurityPolicy.cpp', | 1206 'frame/csp/ContentSecurityPolicy.cpp', |
| 1207 'frame/csp/MediaListDirective.cpp', | 1207 'frame/csp/MediaListDirective.cpp', |
| 1208 'frame/csp/SourceListDirective.cpp', | 1208 'frame/csp/SourceListDirective.cpp', |
| 1209 'inspector/AsyncCallStackTracker.cpp', | 1209 'inspector/AsyncCallStackTracker.cpp', |
| 1210 'inspector/AsyncCallStackTracker.h', | 1210 'inspector/AsyncCallStackTracker.h', |
| 1211 'inspector/BindingVisitors.h', | 1211 'inspector/BindingVisitors.h', |
| 1212 'inspector/ConsoleAPITypes.h', | 1212 'inspector/ConsoleAPITypes.h', |
| (...skipping 2208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3421 'rendering/RenderOverflowTest.cpp', | 3421 'rendering/RenderOverflowTest.cpp', |
| 3422 'rendering/RenderTableCellTest.cpp', | 3422 'rendering/RenderTableCellTest.cpp', |
| 3423 'rendering/RenderTableRowTest.cpp', | 3423 'rendering/RenderTableRowTest.cpp', |
| 3424 'rendering/shapes/BoxShapeTest.cpp', | 3424 'rendering/shapes/BoxShapeTest.cpp', |
| 3425 'testing/UnitTestHelpers.cpp', | 3425 'testing/UnitTestHelpers.cpp', |
| 3426 'testing/UnitTestHelpers.h', | 3426 'testing/UnitTestHelpers.h', |
| 3427 'xml/parser/SharedBufferReaderTest.cpp', | 3427 'xml/parser/SharedBufferReaderTest.cpp', |
| 3428 ], | 3428 ], |
| 3429 } | 3429 } |
| 3430 } | 3430 } |
| OLD | NEW |