| 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 3916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3927 'dom/DocumentStatisticsCollectorTest.cpp', | 3927 'dom/DocumentStatisticsCollectorTest.cpp', |
| 3928 'dom/DocumentTest.cpp', | 3928 'dom/DocumentTest.cpp', |
| 3929 'dom/ElementTest.cpp', | 3929 'dom/ElementTest.cpp', |
| 3930 'dom/MainThreadTaskRunnerTest.cpp', | 3930 'dom/MainThreadTaskRunnerTest.cpp', |
| 3931 'dom/NodeTest.cpp', | 3931 'dom/NodeTest.cpp', |
| 3932 'dom/NthIndexCacheTest.cpp', | 3932 'dom/NthIndexCacheTest.cpp', |
| 3933 'dom/RangeTest.cpp', | 3933 'dom/RangeTest.cpp', |
| 3934 'dom/ScriptRunnerTest.cpp', | 3934 'dom/ScriptRunnerTest.cpp', |
| 3935 'dom/SelectorQueryTest.cpp', | 3935 'dom/SelectorQueryTest.cpp', |
| 3936 'dom/StyleElementTest.cpp', | 3936 'dom/StyleElementTest.cpp', |
| 3937 'dom/StyleEngineTest.cpp', |
| 3937 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3938 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3938 'dom/TreeScopeTest.cpp', | 3939 'dom/TreeScopeTest.cpp', |
| 3939 'dom/URLSearchParamsTest.cpp', | 3940 'dom/URLSearchParamsTest.cpp', |
| 3940 'dom/shadow/FlatTreeTraversalTest.cpp', | 3941 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 3941 'editing/EditingStrategyTest.cpp', | 3942 'editing/EditingStrategyTest.cpp', |
| 3942 'editing/EditingTestBase.cpp', | 3943 'editing/EditingTestBase.cpp', |
| 3943 'editing/EditingTestBase.h', | 3944 'editing/EditingTestBase.h', |
| 3944 'editing/EditingUtilitiesTest.cpp', | 3945 'editing/EditingUtilitiesTest.cpp', |
| 3945 'editing/FrameSelectionTest.cpp', | 3946 'editing/FrameSelectionTest.cpp', |
| 3946 'editing/GranularityStrategyTest.cpp', | 3947 'editing/GranularityStrategyTest.cpp', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4061 'style/SVGComputedStyleTest.cpp', | 4062 'style/SVGComputedStyleTest.cpp', |
| 4062 'svg/SVGPathParserTest.cpp', | 4063 'svg/SVGPathParserTest.cpp', |
| 4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4064 'testing/PrivateScriptTestTest.cpp', | 4065 'testing/PrivateScriptTestTest.cpp', |
| 4065 'timing/MemoryInfoTest.cpp', | 4066 'timing/MemoryInfoTest.cpp', |
| 4066 'workers/WorkerThreadTest.cpp', | 4067 'workers/WorkerThreadTest.cpp', |
| 4067 'xml/parser/SharedBufferReaderTest.cpp', | 4068 'xml/parser/SharedBufferReaderTest.cpp', |
| 4068 ], | 4069 ], |
| 4069 } | 4070 } |
| 4070 } | 4071 } |
| OLD | NEW |