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 3362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3373 'css/parser/MediaConditionTest.cpp', | 3373 'css/parser/MediaConditionTest.cpp', |
3374 'css/resolver/FontBuilderTest.cpp', | 3374 'css/resolver/FontBuilderTest.cpp', |
3375 'dom/ActiveDOMObjectTest.cpp', | 3375 'dom/ActiveDOMObjectTest.cpp', |
3376 'dom/DOMImplementationTest.cpp', | 3376 'dom/DOMImplementationTest.cpp', |
3377 'dom/DocumentMarkerControllerTest.cpp', | 3377 'dom/DocumentMarkerControllerTest.cpp', |
3378 'dom/DocumentTest.cpp', | 3378 'dom/DocumentTest.cpp', |
3379 'dom/MainThreadTaskRunnerTest.cpp', | 3379 'dom/MainThreadTaskRunnerTest.cpp', |
3380 'dom/RangeTest.cpp', | 3380 'dom/RangeTest.cpp', |
3381 'dom/TreeScopeTest.cpp', | 3381 'dom/TreeScopeTest.cpp', |
3382 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3382 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3383 'editing/FrameSelectionTest.cpp', |
3383 'editing/InputMethodControllerTest.cpp', | 3384 'editing/InputMethodControllerTest.cpp', |
3384 'editing/SurroundingTextTest.cpp', | 3385 'editing/SurroundingTextTest.cpp', |
3385 'editing/TextIteratorTest.cpp', | 3386 'editing/TextIteratorTest.cpp', |
3386 'editing/VisibleSelectionTest.cpp', | 3387 'editing/VisibleSelectionTest.cpp', |
3387 'fetch/CachingCorrectnessTest.cpp', | 3388 'fetch/CachingCorrectnessTest.cpp', |
3388 'fetch/ImageResourceTest.cpp', | 3389 'fetch/ImageResourceTest.cpp', |
3389 'fetch/MemoryCacheTest.cpp', | 3390 'fetch/MemoryCacheTest.cpp', |
3390 'fetch/RawResourceTest.cpp', | 3391 'fetch/RawResourceTest.cpp', |
3391 'fetch/ResourceFetcherTest.cpp', | 3392 'fetch/ResourceFetcherTest.cpp', |
3392 'frame/ImageBitmapTest.cpp', | 3393 'frame/ImageBitmapTest.cpp', |
(...skipping 11 matching lines...) Expand all Loading... |
3404 'rendering/RenderOverflowTest.cpp', | 3405 'rendering/RenderOverflowTest.cpp', |
3405 'rendering/RenderTableCellTest.cpp', | 3406 'rendering/RenderTableCellTest.cpp', |
3406 'rendering/RenderTableRowTest.cpp', | 3407 'rendering/RenderTableRowTest.cpp', |
3407 'rendering/shapes/BoxShapeTest.cpp', | 3408 'rendering/shapes/BoxShapeTest.cpp', |
3408 'testing/UnitTestHelpers.cpp', | 3409 'testing/UnitTestHelpers.cpp', |
3409 'testing/UnitTestHelpers.h', | 3410 'testing/UnitTestHelpers.h', |
3410 'xml/parser/SharedBufferReaderTest.cpp', | 3411 'xml/parser/SharedBufferReaderTest.cpp', |
3411 ], | 3412 ], |
3412 } | 3413 } |
3413 } | 3414 } |
OLD | NEW |