| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3505 'css/MediaQuerySetTest.cpp', | 3505 'css/MediaQuerySetTest.cpp', |
| 3506 'css/RuleSetTest.cpp', | 3506 'css/RuleSetTest.cpp', |
| 3507 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3507 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3508 'css/parser/BisonCSSParserTest.cpp', | 3508 'css/parser/BisonCSSParserTest.cpp', |
| 3509 'css/parser/CSSParserValuesTest.cpp', | 3509 'css/parser/CSSParserValuesTest.cpp', |
| 3510 'css/parser/CSSPropertyParserTest.cpp', | 3510 'css/parser/CSSPropertyParserTest.cpp', |
| 3511 'css/parser/CSSTokenizerTest.cpp', | 3511 'css/parser/CSSTokenizerTest.cpp', |
| 3512 'css/parser/SizesCalcParserTest.cpp', | 3512 'css/parser/SizesCalcParserTest.cpp', |
| 3513 'css/parser/SizesAttributeParserTest.cpp', | 3513 'css/parser/SizesAttributeParserTest.cpp', |
| 3514 'css/parser/MediaConditionTest.cpp', | 3514 'css/parser/MediaConditionTest.cpp', |
| 3515 'css/resolver/FontBuilderTest.cpp', | |
| 3516 'dom/ActiveDOMObjectTest.cpp', | 3515 'dom/ActiveDOMObjectTest.cpp', |
| 3517 'dom/DOMImplementationTest.cpp', | 3516 'dom/DOMImplementationTest.cpp', |
| 3518 'dom/DocumentMarkerControllerTest.cpp', | 3517 'dom/DocumentMarkerControllerTest.cpp', |
| 3519 'dom/DocumentTest.cpp', | 3518 'dom/DocumentTest.cpp', |
| 3520 'dom/MainThreadTaskRunnerTest.cpp', | 3519 'dom/MainThreadTaskRunnerTest.cpp', |
| 3521 'dom/RangeTest.cpp', | 3520 'dom/RangeTest.cpp', |
| 3522 'dom/TreeScopeTest.cpp', | 3521 'dom/TreeScopeTest.cpp', |
| 3523 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3522 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3524 'editing/FrameSelectionTest.cpp', | 3523 'editing/FrameSelectionTest.cpp', |
| 3525 'editing/InputMethodControllerTest.cpp', | 3524 'editing/InputMethodControllerTest.cpp', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3566 'rendering/style/OutlineValueTest.cpp', | 3565 'rendering/style/OutlineValueTest.cpp', |
| 3567 'rendering/style/RenderStyleTest.cpp', | 3566 'rendering/style/RenderStyleTest.cpp', |
| 3568 'testing/PrivateScriptTestTest.cpp', | 3567 'testing/PrivateScriptTestTest.cpp', |
| 3569 'streams/ReadableStreamTest.cpp', | 3568 'streams/ReadableStreamTest.cpp', |
| 3570 'testing/UnitTestHelpers.cpp', | 3569 'testing/UnitTestHelpers.cpp', |
| 3571 'testing/UnitTestHelpers.h', | 3570 'testing/UnitTestHelpers.h', |
| 3572 'xml/parser/SharedBufferReaderTest.cpp', | 3571 'xml/parser/SharedBufferReaderTest.cpp', |
| 3573 ], | 3572 ], |
| 3574 } | 3573 } |
| 3575 } | 3574 } |
| OLD | NEW |