OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
6 'animation/Player.idl', | 6 'animation/Player.idl', |
7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
10 'clipboard/Clipboard.idl', | 10 'clipboard/Clipboard.idl', |
(...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2377 'html/MediaKeyEvent.cpp', | 2377 'html/MediaKeyEvent.cpp', |
2378 'html/MediaKeyEvent.h', | 2378 'html/MediaKeyEvent.h', |
2379 'html/HTMLMediaSource.cpp', | 2379 'html/HTMLMediaSource.cpp', |
2380 'html/HTMLMediaSource.h', | 2380 'html/HTMLMediaSource.h', |
2381 'html/PluginDocument.cpp', | 2381 'html/PluginDocument.cpp', |
2382 'html/PluginDocument.h', | 2382 'html/PluginDocument.h', |
2383 'html/PublicURLManager.h', | 2383 'html/PublicURLManager.h', |
2384 'html/PublicURLManager.cpp', | 2384 'html/PublicURLManager.cpp', |
2385 'html/RadioNodeList.cpp', | 2385 'html/RadioNodeList.cpp', |
2386 'html/RadioNodeList.h', | 2386 'html/RadioNodeList.h', |
| 2387 'html/StableState.cpp', |
| 2388 'html/StableState.h', |
2387 'html/TextDocument.cpp', | 2389 'html/TextDocument.cpp', |
2388 'html/TextDocument.h', | 2390 'html/TextDocument.h', |
2389 'html/TextMetrics.h', | 2391 'html/TextMetrics.h', |
2390 'html/TimeRanges.cpp', | 2392 'html/TimeRanges.cpp', |
2391 'html/TimeRanges.h', | 2393 'html/TimeRanges.h', |
2392 'html/URLRegistry.h', | 2394 'html/URLRegistry.h', |
2393 'html/ValidityState.cpp', | 2395 'html/ValidityState.cpp', |
2394 'html/ValidityState.h', | 2396 'html/ValidityState.h', |
2395 'html/canvas/ANGLEInstancedArrays.cpp', | 2397 'html/canvas/ANGLEInstancedArrays.cpp', |
2396 'html/canvas/ANGLEInstancedArrays.h', | 2398 'html/canvas/ANGLEInstancedArrays.h', |
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3242 'dom/MainThreadTaskRunnerTest.cpp', | 3244 'dom/MainThreadTaskRunnerTest.cpp', |
3243 'editing/TextIteratorTest.cpp', | 3245 'editing/TextIteratorTest.cpp', |
3244 'fetch/CachingCorrectnessTest.cpp', | 3246 'fetch/CachingCorrectnessTest.cpp', |
3245 'fetch/ImageResourceTest.cpp', | 3247 'fetch/ImageResourceTest.cpp', |
3246 'fetch/MemoryCacheTest.cpp', | 3248 'fetch/MemoryCacheTest.cpp', |
3247 'fetch/RawResourceTest.cpp', | 3249 'fetch/RawResourceTest.cpp', |
3248 'fetch/ResourceFetcherTest.cpp', | 3250 'fetch/ResourceFetcherTest.cpp', |
3249 'frame/ImageBitmapTest.cpp', | 3251 'frame/ImageBitmapTest.cpp', |
3250 'html/HTMLDimensionTest.cpp', | 3252 'html/HTMLDimensionTest.cpp', |
3251 'html/LinkRelAttributeTest.cpp', | 3253 'html/LinkRelAttributeTest.cpp', |
| 3254 'html/StableStateTest.cpp', |
3252 'html/TimeRangesTest.cpp', | 3255 'html/TimeRangesTest.cpp', |
3253 'html/parser/HTMLParserThreadTest.cpp', | 3256 'html/parser/HTMLParserThreadTest.cpp', |
3254 'html/track/vtt/BufferedLineReaderTest.cpp', | 3257 'html/track/vtt/BufferedLineReaderTest.cpp', |
3255 'html/track/vtt/VTTScannerTest.cpp', | 3258 'html/track/vtt/VTTScannerTest.cpp', |
3256 'rendering/RenderOverflowTest.cpp', | 3259 'rendering/RenderOverflowTest.cpp', |
3257 'rendering/shapes/BoxShapeTest.cpp', | 3260 'rendering/shapes/BoxShapeTest.cpp', |
3258 'testing/UnitTestHelpers.cpp', | 3261 'testing/UnitTestHelpers.cpp', |
3259 'testing/UnitTestHelpers.h', | 3262 'testing/UnitTestHelpers.h', |
3260 ], | 3263 ], |
3261 } | 3264 } |
3262 } | 3265 } |
OLD | NEW |