| 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 3930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3941 'dom/ScriptRunnerTest.cpp', | 3941 'dom/ScriptRunnerTest.cpp', |
| 3942 'dom/SelectorQueryTest.cpp', | 3942 'dom/SelectorQueryTest.cpp', |
| 3943 'dom/StyleElementTest.cpp', | 3943 'dom/StyleElementTest.cpp', |
| 3944 'dom/StyleEngineTest.cpp', | 3944 'dom/StyleEngineTest.cpp', |
| 3945 'dom/TextTest.cpp', | 3945 'dom/TextTest.cpp', |
| 3946 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3946 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3947 'dom/TreeScopeTest.cpp', | 3947 'dom/TreeScopeTest.cpp', |
| 3948 'dom/URLSearchParamsTest.cpp', | 3948 'dom/URLSearchParamsTest.cpp', |
| 3949 'dom/shadow/FlatTreeTraversalTest.cpp', | 3949 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 3950 'editing/BackspaceStateMachineTest.cpp', | 3950 'editing/BackspaceStateMachineTest.cpp', |
| 3951 'editing/EditingCommandTest.cpp', |
| 3951 'editing/EditingStrategyTest.cpp', | 3952 'editing/EditingStrategyTest.cpp', |
| 3952 'editing/EditingTestBase.cpp', | 3953 'editing/EditingTestBase.cpp', |
| 3953 'editing/EditingTestBase.h', | 3954 'editing/EditingTestBase.h', |
| 3954 'editing/EditingUtilitiesTest.cpp', | 3955 'editing/EditingUtilitiesTest.cpp', |
| 3955 'editing/EditorTest.cpp', | 3956 'editing/EditorTest.cpp', |
| 3956 'editing/FrameSelectionTest.cpp', | 3957 'editing/FrameSelectionTest.cpp', |
| 3957 'editing/GranularityStrategyTest.cpp', | 3958 'editing/GranularityStrategyTest.cpp', |
| 3958 'editing/InputMethodControllerTest.cpp', | 3959 'editing/InputMethodControllerTest.cpp', |
| 3959 'editing/iterators/BackwardsTextBufferTest.cpp', | 3960 'editing/iterators/BackwardsTextBufferTest.cpp', |
| 3960 'editing/iterators/CharacterIteratorTest.cpp', | 3961 'editing/iterators/CharacterIteratorTest.cpp', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4084 'svg/SVGPathParserTest.cpp', | 4085 'svg/SVGPathParserTest.cpp', |
| 4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4086 'testing/PrivateScriptTestTest.cpp', | 4087 'testing/PrivateScriptTestTest.cpp', |
| 4087 'timing/MemoryInfoTest.cpp', | 4088 'timing/MemoryInfoTest.cpp', |
| 4088 'workers/WorkerThreadTest.cpp', | 4089 'workers/WorkerThreadTest.cpp', |
| 4089 'workers/WorkerThreadTestHelper.h', | 4090 'workers/WorkerThreadTestHelper.h', |
| 4090 'xml/parser/SharedBufferReaderTest.cpp', | 4091 'xml/parser/SharedBufferReaderTest.cpp', |
| 4091 ], | 4092 ], |
| 4092 } | 4093 } |
| 4093 } | 4094 } |
| OLD | NEW |