| 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 3894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3905 'dom/AttrTest.cpp', | 3905 'dom/AttrTest.cpp', |
| 3906 'dom/CrossThreadTaskTest.cpp', | 3906 'dom/CrossThreadTaskTest.cpp', |
| 3907 'dom/DOMImplementationTest.cpp', | 3907 'dom/DOMImplementationTest.cpp', |
| 3908 'dom/DocumentStatisticsCollectorTest.cpp', | 3908 'dom/DocumentStatisticsCollectorTest.cpp', |
| 3909 'dom/DocumentTest.cpp', | 3909 'dom/DocumentTest.cpp', |
| 3910 'dom/MainThreadTaskRunnerTest.cpp', | 3910 'dom/MainThreadTaskRunnerTest.cpp', |
| 3911 'dom/NodeTest.cpp', | 3911 'dom/NodeTest.cpp', |
| 3912 'dom/NthIndexCacheTest.cpp', | 3912 'dom/NthIndexCacheTest.cpp', |
| 3913 'dom/RangeTest.cpp', | 3913 'dom/RangeTest.cpp', |
| 3914 'dom/ScriptRunnerTest.cpp', | 3914 'dom/ScriptRunnerTest.cpp', |
| 3915 'dom/SelectorQueryTest.cpp', |
| 3915 'dom/StyleElementTest.cpp', | 3916 'dom/StyleElementTest.cpp', |
| 3916 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3917 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3917 'dom/TreeScopeTest.cpp', | 3918 'dom/TreeScopeTest.cpp', |
| 3918 'dom/URLSearchParamsTest.cpp', | 3919 'dom/URLSearchParamsTest.cpp', |
| 3919 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3920 'dom/shadow/ComposedTreeTraversalTest.cpp', |
| 3920 'editing/EditingStrategyTest.cpp', | 3921 'editing/EditingStrategyTest.cpp', |
| 3921 'editing/EditingTestBase.cpp', | 3922 'editing/EditingTestBase.cpp', |
| 3922 'editing/EditingTestBase.h', | 3923 'editing/EditingTestBase.h', |
| 3923 'editing/EditingUtilitiesTest.cpp', | 3924 'editing/EditingUtilitiesTest.cpp', |
| 3924 'editing/FrameSelectionTest.cpp', | 3925 'editing/FrameSelectionTest.cpp', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4035 'style/SVGComputedStyleTest.cpp', | 4036 'style/SVGComputedStyleTest.cpp', |
| 4036 'svg/SVGPathParserTest.cpp', | 4037 'svg/SVGPathParserTest.cpp', |
| 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4038 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4038 'testing/PrivateScriptTestTest.cpp', | 4039 'testing/PrivateScriptTestTest.cpp', |
| 4039 'timing/MemoryInfoTest.cpp', | 4040 'timing/MemoryInfoTest.cpp', |
| 4040 'workers/WorkerThreadTest.cpp', | 4041 'workers/WorkerThreadTest.cpp', |
| 4041 'xml/parser/SharedBufferReaderTest.cpp', | 4042 'xml/parser/SharedBufferReaderTest.cpp', |
| 4042 ], | 4043 ], |
| 4043 } | 4044 } |
| 4044 } | 4045 } |
| OLD | NEW |