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 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2297 'html/HTMLAppletElement.cpp', | 2298 'html/HTMLAppletElement.cpp', |
2298 'html/HTMLAreaElement.cpp', | 2299 'html/HTMLAreaElement.cpp', |
2299 'html/HTMLAreaElement.h', | 2300 'html/HTMLAreaElement.h', |
2300 'html/HTMLAudioElement.cpp', | 2301 'html/HTMLAudioElement.cpp', |
2301 'html/HTMLAudioElement.h', | 2302 'html/HTMLAudioElement.h', |
2302 'html/HTMLBDIElement.h', | 2303 'html/HTMLBDIElement.h', |
2303 'html/HTMLBRElement.cpp', | 2304 'html/HTMLBRElement.cpp', |
2304 'html/HTMLBRElement.h', | 2305 'html/HTMLBRElement.h', |
2305 'html/HTMLBaseElement.cpp', | 2306 'html/HTMLBaseElement.cpp', |
2306 'html/HTMLBaseElement.h', | 2307 'html/HTMLBaseElement.h', |
| 2308 'html/HTMLBlinkElement.cpp', |
| 2309 'html/HTMLBlinkElement.h', |
2307 'html/HTMLBodyElement.cpp', | 2310 'html/HTMLBodyElement.cpp', |
2308 'html/HTMLBodyElement.h', | 2311 'html/HTMLBodyElement.h', |
2309 'html/HTMLButtonElement.cpp', | 2312 'html/HTMLButtonElement.cpp', |
2310 'html/HTMLButtonElement.h', | 2313 'html/HTMLButtonElement.h', |
2311 'html/HTMLCanvasElement.cpp', | 2314 'html/HTMLCanvasElement.cpp', |
2312 'html/HTMLCanvasElement.h', | 2315 'html/HTMLCanvasElement.h', |
2313 'html/HTMLCollection.cpp', | 2316 'html/HTMLCollection.cpp', |
2314 'html/HTMLContentElement.cpp', | 2317 'html/HTMLContentElement.cpp', |
2315 'html/HTMLContentElement.h', | 2318 'html/HTMLContentElement.h', |
2316 'html/HTMLDListElement.cpp', | 2319 'html/HTMLDListElement.cpp', |
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'streams/ReadableStreamTest.cpp', | 3447 'streams/ReadableStreamTest.cpp', |
3445 'testing/UnitTestHelpers.cpp', | 3448 'testing/UnitTestHelpers.cpp', |
3446 'testing/UnitTestHelpers.h', | 3449 'testing/UnitTestHelpers.h', |
3447 'xml/parser/SharedBufferReaderTest.cpp', | 3450 'xml/parser/SharedBufferReaderTest.cpp', |
3448 ], | 3451 ], |
3449 } | 3452 } |
3450 } | 3453 } |
OLD | NEW |