| 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 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3909 'dom/CrossThreadTaskTest.cpp', | 3909 'dom/CrossThreadTaskTest.cpp', |
| 3910 'dom/DOMImplementationTest.cpp', | 3910 'dom/DOMImplementationTest.cpp', |
| 3911 'dom/DocumentStatisticsCollectorTest.cpp', | 3911 'dom/DocumentStatisticsCollectorTest.cpp', |
| 3912 'dom/DocumentTest.cpp', | 3912 'dom/DocumentTest.cpp', |
| 3913 'dom/ElementTest.cpp', | 3913 'dom/ElementTest.cpp', |
| 3914 'dom/MainThreadTaskRunnerTest.cpp', | 3914 'dom/MainThreadTaskRunnerTest.cpp', |
| 3915 'dom/NodeTest.cpp', | 3915 'dom/NodeTest.cpp', |
| 3916 'dom/NthIndexCacheTest.cpp', | 3916 'dom/NthIndexCacheTest.cpp', |
| 3917 'dom/RangeTest.cpp', | 3917 'dom/RangeTest.cpp', |
| 3918 'dom/ScriptRunnerTest.cpp', | 3918 'dom/ScriptRunnerTest.cpp', |
| 3919 'dom/SelectorQueryTest.cpp', |
| 3919 'dom/StyleElementTest.cpp', | 3920 'dom/StyleElementTest.cpp', |
| 3920 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3921 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3921 'dom/TreeScopeTest.cpp', | 3922 'dom/TreeScopeTest.cpp', |
| 3922 'dom/URLSearchParamsTest.cpp', | 3923 'dom/URLSearchParamsTest.cpp', |
| 3923 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3924 'dom/shadow/ComposedTreeTraversalTest.cpp', |
| 3924 'editing/EditingStrategyTest.cpp', | 3925 'editing/EditingStrategyTest.cpp', |
| 3925 'editing/EditingTestBase.cpp', | 3926 'editing/EditingTestBase.cpp', |
| 3926 'editing/EditingTestBase.h', | 3927 'editing/EditingTestBase.h', |
| 3927 'editing/EditingUtilitiesTest.cpp', | 3928 'editing/EditingUtilitiesTest.cpp', |
| 3928 'editing/FrameSelectionTest.cpp', | 3929 'editing/FrameSelectionTest.cpp', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4042 'style/SVGComputedStyleTest.cpp', | 4043 'style/SVGComputedStyleTest.cpp', |
| 4043 'svg/SVGPathParserTest.cpp', | 4044 'svg/SVGPathParserTest.cpp', |
| 4044 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4045 'testing/PrivateScriptTestTest.cpp', | 4046 'testing/PrivateScriptTestTest.cpp', |
| 4046 'timing/MemoryInfoTest.cpp', | 4047 'timing/MemoryInfoTest.cpp', |
| 4047 'workers/WorkerThreadTest.cpp', | 4048 'workers/WorkerThreadTest.cpp', |
| 4048 'xml/parser/SharedBufferReaderTest.cpp', | 4049 'xml/parser/SharedBufferReaderTest.cpp', |
| 4049 ], | 4050 ], |
| 4050 } | 4051 } |
| 4051 } | 4052 } |
| OLD | NEW |