| 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 3397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3408 'css/parser/MediaConditionTest.cpp', | 3408 'css/parser/MediaConditionTest.cpp', |
| 3409 'css/resolver/FontBuilderTest.cpp', | 3409 'css/resolver/FontBuilderTest.cpp', |
| 3410 'dom/ActiveDOMObjectTest.cpp', | 3410 'dom/ActiveDOMObjectTest.cpp', |
| 3411 'dom/DOMImplementationTest.cpp', | 3411 'dom/DOMImplementationTest.cpp', |
| 3412 'dom/DocumentMarkerControllerTest.cpp', | 3412 'dom/DocumentMarkerControllerTest.cpp', |
| 3413 'dom/DocumentTest.cpp', | 3413 'dom/DocumentTest.cpp', |
| 3414 'dom/MainThreadTaskRunnerTest.cpp', | 3414 'dom/MainThreadTaskRunnerTest.cpp', |
| 3415 'dom/RangeTest.cpp', | 3415 'dom/RangeTest.cpp', |
| 3416 'dom/TreeScopeTest.cpp', | 3416 'dom/TreeScopeTest.cpp', |
| 3417 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3417 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3418 'editing/FrameSelectionTest.cpp', |
| 3418 'editing/InputMethodControllerTest.cpp', | 3419 'editing/InputMethodControllerTest.cpp', |
| 3419 'editing/SurroundingTextTest.cpp', | 3420 'editing/SurroundingTextTest.cpp', |
| 3420 'editing/TextIteratorTest.cpp', | 3421 'editing/TextIteratorTest.cpp', |
| 3421 'editing/VisibleSelectionTest.cpp', | 3422 'editing/VisibleSelectionTest.cpp', |
| 3422 'fetch/CachingCorrectnessTest.cpp', | 3423 'fetch/CachingCorrectnessTest.cpp', |
| 3423 'fetch/ImageResourceTest.cpp', | 3424 'fetch/ImageResourceTest.cpp', |
| 3424 'fetch/MemoryCacheTest.cpp', | 3425 'fetch/MemoryCacheTest.cpp', |
| 3425 'fetch/RawResourceTest.cpp', | 3426 'fetch/RawResourceTest.cpp', |
| 3426 'fetch/ResourceFetcherTest.cpp', | 3427 'fetch/ResourceFetcherTest.cpp', |
| 3427 'frame/ImageBitmapTest.cpp', | 3428 'frame/ImageBitmapTest.cpp', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 3440 'rendering/RenderTableCellTest.cpp', | 3441 'rendering/RenderTableCellTest.cpp', |
| 3441 'rendering/RenderTableRowTest.cpp', | 3442 'rendering/RenderTableRowTest.cpp', |
| 3442 'rendering/shapes/BoxShapeTest.cpp', | 3443 'rendering/shapes/BoxShapeTest.cpp', |
| 3443 'testing/PrivateScriptTestTest.cpp', | 3444 'testing/PrivateScriptTestTest.cpp', |
| 3444 'testing/UnitTestHelpers.cpp', | 3445 'testing/UnitTestHelpers.cpp', |
| 3445 'testing/UnitTestHelpers.h', | 3446 'testing/UnitTestHelpers.h', |
| 3446 'xml/parser/SharedBufferReaderTest.cpp', | 3447 'xml/parser/SharedBufferReaderTest.cpp', |
| 3447 ], | 3448 ], |
| 3448 } | 3449 } |
| 3449 } | 3450 } |
| OLD | NEW |