| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 3865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3876 'dom/DocumentTest.cpp', | 3876 'dom/DocumentTest.cpp', |
| 3877 'dom/MainThreadTaskRunnerTest.cpp', | 3877 'dom/MainThreadTaskRunnerTest.cpp', |
| 3878 'dom/NthIndexCacheTest.cpp', | 3878 'dom/NthIndexCacheTest.cpp', |
| 3879 'dom/PositionTest.cpp', | 3879 'dom/PositionTest.cpp', |
| 3880 'dom/RangeTest.cpp', | 3880 'dom/RangeTest.cpp', |
| 3881 'dom/ScriptRunnerTest.cpp', | 3881 'dom/ScriptRunnerTest.cpp', |
| 3882 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3882 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3883 'dom/TreeScopeTest.cpp', | 3883 'dom/TreeScopeTest.cpp', |
| 3884 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3884 'dom/shadow/ComposedTreeTraversalTest.cpp', |
| 3885 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3885 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3886 'editing/EditingTestBase.cpp', |
| 3887 'editing/EditingTestBase.h', |
| 3886 'editing/FrameSelectionTest.cpp', | 3888 'editing/FrameSelectionTest.cpp', |
| 3887 'editing/GranularityStrategyTest.cpp', | 3889 'editing/GranularityStrategyTest.cpp', |
| 3888 'editing/InputMethodControllerTest.cpp', | 3890 'editing/InputMethodControllerTest.cpp', |
| 3889 'editing/iterators/TextIteratorTest.cpp', | 3891 'editing/iterators/TextIteratorTest.cpp', |
| 3890 'editing/StyledMarkupSerializerTest.cpp', | 3892 'editing/StyledMarkupSerializerTest.cpp', |
| 3891 'editing/SurroundingTextTest.cpp', | 3893 'editing/SurroundingTextTest.cpp', |
| 3892 'editing/VisiblePositionTest.cpp', | 3894 'editing/VisiblePositionTest.cpp', |
| 3893 'editing/VisibleSelectionTest.cpp', | 3895 'editing/VisibleSelectionTest.cpp', |
| 3894 'events/EventPathTest.cpp', | 3896 'events/EventPathTest.cpp', |
| 3895 'fetch/CachingCorrectnessTest.cpp', | 3897 'fetch/CachingCorrectnessTest.cpp', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3962 'style/OutlineValueTest.cpp', | 3964 'style/OutlineValueTest.cpp', |
| 3963 'style/SVGComputedStyleTest.cpp', | 3965 'style/SVGComputedStyleTest.cpp', |
| 3964 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3966 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3965 'testing/PrivateScriptTestTest.cpp', | 3967 'testing/PrivateScriptTestTest.cpp', |
| 3966 'timing/MemoryInfoTest.cpp', | 3968 'timing/MemoryInfoTest.cpp', |
| 3967 'workers/WorkerThreadTest.cpp', | 3969 'workers/WorkerThreadTest.cpp', |
| 3968 'xml/parser/SharedBufferReaderTest.cpp', | 3970 'xml/parser/SharedBufferReaderTest.cpp', |
| 3969 ], | 3971 ], |
| 3970 } | 3972 } |
| 3971 } | 3973 } |
| OLD | NEW |