| 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 4056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4067 'dom/custom/CustomElementReactionQueueTest.cpp', | 4067 'dom/custom/CustomElementReactionQueueTest.cpp', |
| 4068 'dom/custom/CustomElementReactionStackTest.cpp', | 4068 'dom/custom/CustomElementReactionStackTest.cpp', |
| 4069 'dom/custom/CustomElementReactionTestHelpers.h', | 4069 'dom/custom/CustomElementReactionTestHelpers.h', |
| 4070 'dom/custom/CustomElementTest.cpp', | 4070 'dom/custom/CustomElementTest.cpp', |
| 4071 'dom/custom/CustomElementTestHelpers.h', | 4071 'dom/custom/CustomElementTestHelpers.h', |
| 4072 'dom/custom/CustomElementUpgradeSorterTest.cpp', | 4072 'dom/custom/CustomElementUpgradeSorterTest.cpp', |
| 4073 'dom/custom/CustomElementsRegistryTest.cpp', | 4073 'dom/custom/CustomElementsRegistryTest.cpp', |
| 4074 'dom/shadow/FlatTreeTraversalTest.cpp', | 4074 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 4075 'editing/EditingCommandTest.cpp', | 4075 'editing/EditingCommandTest.cpp', |
| 4076 'editing/EditingStrategyTest.cpp', | 4076 'editing/EditingStrategyTest.cpp', |
| 4077 'editing/EditingStyleTest.cpp', |
| 4077 'editing/EditingTestBase.cpp', | 4078 'editing/EditingTestBase.cpp', |
| 4078 'editing/EditingTestBase.h', | 4079 'editing/EditingTestBase.h', |
| 4079 'editing/EditingUtilitiesTest.cpp', | 4080 'editing/EditingUtilitiesTest.cpp', |
| 4080 'editing/EditorTest.cpp', | 4081 'editing/EditorTest.cpp', |
| 4081 'editing/FrameSelectionTest.cpp', | 4082 'editing/FrameSelectionTest.cpp', |
| 4082 'editing/GranularityStrategyTest.cpp', | 4083 'editing/GranularityStrategyTest.cpp', |
| 4083 'editing/InputMethodControllerTest.cpp', | 4084 'editing/InputMethodControllerTest.cpp', |
| 4084 'editing/commands/ReplaceSelectionCommandTest.cpp', | 4085 'editing/commands/ReplaceSelectionCommandTest.cpp', |
| 4085 'editing/iterators/BackwardsTextBufferTest.cpp', | 4086 'editing/iterators/BackwardsTextBufferTest.cpp', |
| 4086 'editing/iterators/CharacterIteratorTest.cpp', | 4087 'editing/iterators/CharacterIteratorTest.cpp', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4241 'testing/PrivateScriptTestTest.cpp', | 4242 'testing/PrivateScriptTestTest.cpp', |
| 4242 'timing/MemoryInfoTest.cpp', | 4243 'timing/MemoryInfoTest.cpp', |
| 4243 'timing/PerformanceBaseTest.cpp', | 4244 'timing/PerformanceBaseTest.cpp', |
| 4244 'timing/PerformanceObserverTest.cpp', | 4245 'timing/PerformanceObserverTest.cpp', |
| 4245 'workers/WorkerThreadTest.cpp', | 4246 'workers/WorkerThreadTest.cpp', |
| 4246 'workers/WorkerThreadTestHelper.h', | 4247 'workers/WorkerThreadTestHelper.h', |
| 4247 'xml/parser/SharedBufferReaderTest.cpp', | 4248 'xml/parser/SharedBufferReaderTest.cpp', |
| 4248 ], | 4249 ], |
| 4249 } | 4250 } |
| 4250 } | 4251 } |
| OLD | NEW |