| 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 4059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4070 'dom/custom/CustomElementTestHelpers.h', | 4070 'dom/custom/CustomElementTestHelpers.h', |
| 4071 'dom/custom/CustomElementUpgradeSorterTest.cpp', | 4071 'dom/custom/CustomElementUpgradeSorterTest.cpp', |
| 4072 'dom/custom/CustomElementsRegistryTest.cpp', | 4072 'dom/custom/CustomElementsRegistryTest.cpp', |
| 4073 'dom/shadow/FlatTreeTraversalTest.cpp', | 4073 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 4074 'editing/EditingCommandTest.cpp', | 4074 'editing/EditingCommandTest.cpp', |
| 4075 'editing/EditingStrategyTest.cpp', | 4075 'editing/EditingStrategyTest.cpp', |
| 4076 'editing/EditingTestBase.cpp', | 4076 'editing/EditingTestBase.cpp', |
| 4077 'editing/EditingTestBase.h', | 4077 'editing/EditingTestBase.h', |
| 4078 'editing/EditingUtilitiesTest.cpp', | 4078 'editing/EditingUtilitiesTest.cpp', |
| 4079 'editing/EditorTest.cpp', | 4079 'editing/EditorTest.cpp', |
| 4080 'editing/EphemeralRangeTest.cpp', |
| 4080 'editing/FrameSelectionTest.cpp', | 4081 'editing/FrameSelectionTest.cpp', |
| 4081 'editing/GranularityStrategyTest.cpp', | 4082 'editing/GranularityStrategyTest.cpp', |
| 4082 'editing/InputMethodControllerTest.cpp', | 4083 'editing/InputMethodControllerTest.cpp', |
| 4083 'editing/commands/ReplaceSelectionCommandTest.cpp', | 4084 'editing/commands/ReplaceSelectionCommandTest.cpp', |
| 4084 'editing/iterators/BackwardsTextBufferTest.cpp', | 4085 'editing/iterators/BackwardsTextBufferTest.cpp', |
| 4085 'editing/iterators/CharacterIteratorTest.cpp', | 4086 'editing/iterators/CharacterIteratorTest.cpp', |
| 4086 'editing/iterators/ForwardsTextBufferTest.cpp', | 4087 'editing/iterators/ForwardsTextBufferTest.cpp', |
| 4087 'editing/iterators/SearchBufferTest.cpp', | 4088 'editing/iterators/SearchBufferTest.cpp', |
| 4088 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', | 4089 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', |
| 4089 'editing/iterators/TextIteratorTest.cpp', | 4090 'editing/iterators/TextIteratorTest.cpp', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4239 'testing/PrivateScriptTestTest.cpp', | 4240 'testing/PrivateScriptTestTest.cpp', |
| 4240 'timing/MemoryInfoTest.cpp', | 4241 'timing/MemoryInfoTest.cpp', |
| 4241 'timing/PerformanceBaseTest.cpp', | 4242 'timing/PerformanceBaseTest.cpp', |
| 4242 'timing/PerformanceObserverTest.cpp', | 4243 'timing/PerformanceObserverTest.cpp', |
| 4243 'workers/WorkerThreadTest.cpp', | 4244 'workers/WorkerThreadTest.cpp', |
| 4244 'workers/WorkerThreadTestHelper.h', | 4245 'workers/WorkerThreadTestHelper.h', |
| 4245 'xml/parser/SharedBufferReaderTest.cpp', | 4246 'xml/parser/SharedBufferReaderTest.cpp', |
| 4246 ], | 4247 ], |
| 4247 } | 4248 } |
| 4248 } | 4249 } |
| OLD | NEW |