| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'frame/WebKitPoint.idl', | 135 'frame/WebKitPoint.idl', |
| 136 'frame/Window.idl', | 136 'frame/Window.idl', |
| 137 'html/FormData.idl', | 137 'html/FormData.idl', |
| 138 'html/HTMLAllCollection.idl', | 138 'html/HTMLAllCollection.idl', |
| 139 'html/HTMLAnchorElement.idl', | 139 'html/HTMLAnchorElement.idl', |
| 140 'html/HTMLAppletElement.idl', | 140 'html/HTMLAppletElement.idl', |
| 141 'html/HTMLAreaElement.idl', | 141 'html/HTMLAreaElement.idl', |
| 142 'html/HTMLAudioElement.idl', | 142 'html/HTMLAudioElement.idl', |
| 143 'html/HTMLBRElement.idl', | 143 'html/HTMLBRElement.idl', |
| 144 'html/HTMLBaseElement.idl', | 144 'html/HTMLBaseElement.idl', |
| 145 'html/HTMLBlinkElement.idl', |
| 145 'html/HTMLBodyElement.idl', | 146 'html/HTMLBodyElement.idl', |
| 146 'html/HTMLButtonElement.idl', | 147 'html/HTMLButtonElement.idl', |
| 147 'html/HTMLCanvasElement.idl', | 148 'html/HTMLCanvasElement.idl', |
| 148 'html/HTMLCollection.idl', | 149 'html/HTMLCollection.idl', |
| 149 'html/HTMLContentElement.idl', | 150 'html/HTMLContentElement.idl', |
| 150 'html/HTMLDListElement.idl', | 151 'html/HTMLDListElement.idl', |
| 151 'html/HTMLDataListElement.idl', | 152 'html/HTMLDataListElement.idl', |
| 152 'html/HTMLDetailsElement.idl', | 153 'html/HTMLDetailsElement.idl', |
| 153 'html/HTMLDialogElement.idl', | 154 'html/HTMLDialogElement.idl', |
| 154 'html/HTMLDirectoryElement.idl', | 155 'html/HTMLDirectoryElement.idl', |
| (...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2299 'html/HTMLAppletElement.cpp', | 2300 'html/HTMLAppletElement.cpp', |
| 2300 'html/HTMLAreaElement.cpp', | 2301 'html/HTMLAreaElement.cpp', |
| 2301 'html/HTMLAreaElement.h', | 2302 'html/HTMLAreaElement.h', |
| 2302 'html/HTMLAudioElement.cpp', | 2303 'html/HTMLAudioElement.cpp', |
| 2303 'html/HTMLAudioElement.h', | 2304 'html/HTMLAudioElement.h', |
| 2304 'html/HTMLBDIElement.h', | 2305 'html/HTMLBDIElement.h', |
| 2305 'html/HTMLBRElement.cpp', | 2306 'html/HTMLBRElement.cpp', |
| 2306 'html/HTMLBRElement.h', | 2307 'html/HTMLBRElement.h', |
| 2307 'html/HTMLBaseElement.cpp', | 2308 'html/HTMLBaseElement.cpp', |
| 2308 'html/HTMLBaseElement.h', | 2309 'html/HTMLBaseElement.h', |
| 2310 'html/HTMLBlinkElement.cpp', |
| 2311 'html/HTMLBlinkElement.h', |
| 2309 'html/HTMLBodyElement.cpp', | 2312 'html/HTMLBodyElement.cpp', |
| 2310 'html/HTMLBodyElement.h', | 2313 'html/HTMLBodyElement.h', |
| 2311 'html/HTMLButtonElement.cpp', | 2314 'html/HTMLButtonElement.cpp', |
| 2312 'html/HTMLButtonElement.h', | 2315 'html/HTMLButtonElement.h', |
| 2313 'html/HTMLCanvasElement.cpp', | 2316 'html/HTMLCanvasElement.cpp', |
| 2314 'html/HTMLCanvasElement.h', | 2317 'html/HTMLCanvasElement.h', |
| 2315 'html/HTMLCollection.cpp', | 2318 'html/HTMLCollection.cpp', |
| 2316 'html/HTMLContentElement.cpp', | 2319 'html/HTMLContentElement.cpp', |
| 2317 'html/HTMLContentElement.h', | 2320 'html/HTMLContentElement.h', |
| 2318 'html/HTMLDListElement.cpp', | 2321 'html/HTMLDListElement.cpp', |
| (...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3440 'rendering/RenderTableCellTest.cpp', | 3443 'rendering/RenderTableCellTest.cpp', |
| 3441 'rendering/RenderTableRowTest.cpp', | 3444 'rendering/RenderTableRowTest.cpp', |
| 3442 'rendering/shapes/BoxShapeTest.cpp', | 3445 'rendering/shapes/BoxShapeTest.cpp', |
| 3443 'testing/PrivateScriptTestTest.cpp', | 3446 'testing/PrivateScriptTestTest.cpp', |
| 3444 'testing/UnitTestHelpers.cpp', | 3447 'testing/UnitTestHelpers.cpp', |
| 3445 'testing/UnitTestHelpers.h', | 3448 'testing/UnitTestHelpers.h', |
| 3446 'xml/parser/SharedBufferReaderTest.cpp', | 3449 'xml/parser/SharedBufferReaderTest.cpp', |
| 3447 ], | 3450 ], |
| 3448 } | 3451 } |
| 3449 } | 3452 } |
| OLD | NEW |