| 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 4021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4032 'dom/custom/CustomElementReactionQueueTest.cpp', | 4032 'dom/custom/CustomElementReactionQueueTest.cpp', |
| 4033 'dom/custom/CustomElementReactionStackTest.cpp', | 4033 'dom/custom/CustomElementReactionStackTest.cpp', |
| 4034 'dom/custom/CustomElementReactionTestHelpers.h', | 4034 'dom/custom/CustomElementReactionTestHelpers.h', |
| 4035 'dom/custom/CustomElementTest.cpp', | 4035 'dom/custom/CustomElementTest.cpp', |
| 4036 'dom/custom/CustomElementTestHelpers.h', | 4036 'dom/custom/CustomElementTestHelpers.h', |
| 4037 'dom/custom/CustomElementUpgradeSorterTest.cpp', | 4037 'dom/custom/CustomElementUpgradeSorterTest.cpp', |
| 4038 'dom/custom/CustomElementsRegistryTest.cpp', | 4038 'dom/custom/CustomElementsRegistryTest.cpp', |
| 4039 'dom/shadow/FlatTreeTraversalTest.cpp', | 4039 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 4040 'editing/EditingCommandTest.cpp', | 4040 'editing/EditingCommandTest.cpp', |
| 4041 'editing/EditingStrategyTest.cpp', | 4041 'editing/EditingStrategyTest.cpp', |
| 4042 'editing/EditingStyleTest.cpp', |
| 4042 'editing/EditingTestBase.cpp', | 4043 'editing/EditingTestBase.cpp', |
| 4043 'editing/EditingTestBase.h', | 4044 'editing/EditingTestBase.h', |
| 4044 'editing/EditingUtilitiesTest.cpp', | 4045 'editing/EditingUtilitiesTest.cpp', |
| 4045 'editing/EditorTest.cpp', | 4046 'editing/EditorTest.cpp', |
| 4046 'editing/FrameSelectionTest.cpp', | 4047 'editing/FrameSelectionTest.cpp', |
| 4047 'editing/GranularityStrategyTest.cpp', | 4048 'editing/GranularityStrategyTest.cpp', |
| 4048 'editing/InputMethodControllerTest.cpp', | 4049 'editing/InputMethodControllerTest.cpp', |
| 4049 'editing/iterators/BackwardsTextBufferTest.cpp', | 4050 'editing/iterators/BackwardsTextBufferTest.cpp', |
| 4050 'editing/iterators/CharacterIteratorTest.cpp', | 4051 'editing/iterators/CharacterIteratorTest.cpp', |
| 4051 'editing/iterators/ForwardsTextBufferTest.cpp', | 4052 'editing/iterators/ForwardsTextBufferTest.cpp', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4193 'testing/PrivateScriptTestTest.cpp', | 4194 'testing/PrivateScriptTestTest.cpp', |
| 4194 'timing/MemoryInfoTest.cpp', | 4195 'timing/MemoryInfoTest.cpp', |
| 4195 'timing/PerformanceBaseTest.cpp', | 4196 'timing/PerformanceBaseTest.cpp', |
| 4196 'timing/PerformanceObserverTest.cpp', | 4197 'timing/PerformanceObserverTest.cpp', |
| 4197 'workers/WorkerThreadTest.cpp', | 4198 'workers/WorkerThreadTest.cpp', |
| 4198 'workers/WorkerThreadTestHelper.h', | 4199 'workers/WorkerThreadTestHelper.h', |
| 4199 'xml/parser/SharedBufferReaderTest.cpp', | 4200 'xml/parser/SharedBufferReaderTest.cpp', |
| 4200 ], | 4201 ], |
| 4201 } | 4202 } |
| 4202 } | 4203 } |
| OLD | NEW |