| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'fileapi/FileReader.idl', | 128 'fileapi/FileReader.idl', |
| 129 'fileapi/FileReaderSync.idl', | 129 'fileapi/FileReaderSync.idl', |
| 130 'frame/BarProp.idl', | 130 'frame/BarProp.idl', |
| 131 'frame/Console.idl', | 131 'frame/Console.idl', |
| 132 'frame/ConsoleBase.idl', | 132 'frame/ConsoleBase.idl', |
| 133 'frame/History.idl', | 133 'frame/History.idl', |
| 134 'frame/ImageBitmap.idl', | 134 'frame/ImageBitmap.idl', |
| 135 'frame/Location.idl', | 135 'frame/Location.idl', |
| 136 'frame/Navigator.idl', | 136 'frame/Navigator.idl', |
| 137 'frame/Screen.idl', | 137 'frame/Screen.idl', |
| 138 'frame/WebKitPoint.idl', | |
| 139 'frame/Window.idl', | 138 'frame/Window.idl', |
| 140 'html/FormData.idl', | 139 'html/FormData.idl', |
| 141 'html/HTMLAllCollection.idl', | 140 'html/HTMLAllCollection.idl', |
| 142 'html/HTMLAnchorElement.idl', | 141 'html/HTMLAnchorElement.idl', |
| 143 'html/HTMLAppletElement.idl', | 142 'html/HTMLAppletElement.idl', |
| 144 'html/HTMLAreaElement.idl', | 143 'html/HTMLAreaElement.idl', |
| 145 'html/HTMLAudioElement.idl', | 144 'html/HTMLAudioElement.idl', |
| 146 'html/HTMLBRElement.idl', | 145 'html/HTMLBRElement.idl', |
| 147 'html/HTMLBaseElement.idl', | 146 'html/HTMLBaseElement.idl', |
| 148 'html/HTMLBodyElement.idl', | 147 'html/HTMLBodyElement.idl', |
| (...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1203 'frame/Screen.cpp', | 1202 'frame/Screen.cpp', |
| 1204 'frame/Screen.h', | 1203 'frame/Screen.h', |
| 1205 'frame/Settings.cpp', | 1204 'frame/Settings.cpp', |
| 1206 'frame/SettingsDelegate.cpp', | 1205 'frame/SettingsDelegate.cpp', |
| 1207 'frame/SettingsDelegate.h', | 1206 'frame/SettingsDelegate.h', |
| 1208 'frame/SmartClip.cpp', | 1207 'frame/SmartClip.cpp', |
| 1209 'frame/SmartClip.h', | 1208 'frame/SmartClip.h', |
| 1210 'frame/SuspendableTimer.cpp', | 1209 'frame/SuspendableTimer.cpp', |
| 1211 'frame/SuspendableTimer.h', | 1210 'frame/SuspendableTimer.h', |
| 1212 'frame/UseCounter.cpp', | 1211 'frame/UseCounter.cpp', |
| 1213 'frame/WebKitPoint.h', | |
| 1214 'frame/csp/CSPDirectiveList.cpp', | 1212 'frame/csp/CSPDirectiveList.cpp', |
| 1215 'frame/csp/CSPSource.cpp', | 1213 'frame/csp/CSPSource.cpp', |
| 1216 'frame/csp/CSPSourceList.cpp', | 1214 'frame/csp/CSPSourceList.cpp', |
| 1217 'frame/csp/ContentSecurityPolicy.cpp', | 1215 'frame/csp/ContentSecurityPolicy.cpp', |
| 1218 'frame/csp/MediaListDirective.cpp', | 1216 'frame/csp/MediaListDirective.cpp', |
| 1219 'frame/csp/SourceListDirective.cpp', | 1217 'frame/csp/SourceListDirective.cpp', |
| 1220 'imagebitmap/ImageBitmapFactories.cpp', | 1218 'imagebitmap/ImageBitmapFactories.cpp', |
| 1221 'imagebitmap/ImageBitmapFactories.h', | 1219 'imagebitmap/ImageBitmapFactories.h', |
| 1222 'inspector/AsyncCallStackTracker.cpp', | 1220 'inspector/AsyncCallStackTracker.cpp', |
| 1223 'inspector/AsyncCallStackTracker.h', | 1221 'inspector/AsyncCallStackTracker.h', |
| (...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3499 'rendering/shapes/BoxShapeTest.cpp', | 3497 'rendering/shapes/BoxShapeTest.cpp', |
| 3500 'rendering/style/OutlineValueTest.cpp', | 3498 'rendering/style/OutlineValueTest.cpp', |
| 3501 'testing/PrivateScriptTestTest.cpp', | 3499 'testing/PrivateScriptTestTest.cpp', |
| 3502 'streams/ReadableStreamTest.cpp', | 3500 'streams/ReadableStreamTest.cpp', |
| 3503 'testing/UnitTestHelpers.cpp', | 3501 'testing/UnitTestHelpers.cpp', |
| 3504 'testing/UnitTestHelpers.h', | 3502 'testing/UnitTestHelpers.h', |
| 3505 'xml/parser/SharedBufferReaderTest.cpp', | 3503 'xml/parser/SharedBufferReaderTest.cpp', |
| 3506 ], | 3504 ], |
| 3507 } | 3505 } |
| 3508 } | 3506 } |
| OLD | NEW |