| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1677 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h', | 1677 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h', |
| 1678 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp', | 1678 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp', |
| 1679 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h', | 1679 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h', |
| 1680 'editing/state_machines/TextSegmentationMachineState.cpp', | 1680 'editing/state_machines/TextSegmentationMachineState.cpp', |
| 1681 'editing/state_machines/TextSegmentationMachineState.h', | 1681 'editing/state_machines/TextSegmentationMachineState.h', |
| 1682 'editing/state_machines/StateMachineUtil.cpp', | 1682 'editing/state_machines/StateMachineUtil.cpp', |
| 1683 'editing/state_machines/StateMachineUtil.h', | 1683 'editing/state_machines/StateMachineUtil.h', |
| 1684 'fetch/AccessControlStatus.h', | 1684 'fetch/AccessControlStatus.h', |
| 1685 'fetch/CSSStyleSheetResource.cpp', | 1685 'fetch/CSSStyleSheetResource.cpp', |
| 1686 'fetch/CSSStyleSheetResource.h', | 1686 'fetch/CSSStyleSheetResource.h', |
| 1687 'fetch/CachedMetadata.cpp', |
| 1687 'fetch/CachedMetadata.h', | 1688 'fetch/CachedMetadata.h', |
| 1688 'fetch/CachedMetadataHandler.h', | 1689 'fetch/CachedMetadataHandler.h', |
| 1689 'fetch/ClientHintsPreferences.cpp', | 1690 'fetch/ClientHintsPreferences.cpp', |
| 1690 'fetch/ClientHintsPreferences.h', | 1691 'fetch/ClientHintsPreferences.h', |
| 1691 'fetch/CrossOriginAccessControl.cpp', | 1692 'fetch/CrossOriginAccessControl.cpp', |
| 1692 'fetch/CrossOriginAccessControl.h', | 1693 'fetch/CrossOriginAccessControl.h', |
| 1693 'fetch/DocumentResource.cpp', | 1694 'fetch/DocumentResource.cpp', |
| 1694 'fetch/DocumentResource.h', | 1695 'fetch/DocumentResource.h', |
| 1695 'fetch/DocumentResourceReference.h', | 1696 'fetch/DocumentResourceReference.h', |
| 1696 'fetch/FetchContext.cpp', | 1697 'fetch/FetchContext.cpp', |
| (...skipping 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4298 'timing/MemoryInfoTest.cpp', | 4299 'timing/MemoryInfoTest.cpp', |
| 4299 'timing/PerformanceBaseTest.cpp', | 4300 'timing/PerformanceBaseTest.cpp', |
| 4300 'timing/PerformanceObserverTest.cpp', | 4301 'timing/PerformanceObserverTest.cpp', |
| 4301 'workers/DedicatedWorkerTest.cpp', | 4302 'workers/DedicatedWorkerTest.cpp', |
| 4302 'workers/WorkerThreadTest.cpp', | 4303 'workers/WorkerThreadTest.cpp', |
| 4303 'workers/WorkerThreadTestHelper.h', | 4304 'workers/WorkerThreadTestHelper.h', |
| 4304 'xml/parser/SharedBufferReaderTest.cpp', | 4305 'xml/parser/SharedBufferReaderTest.cpp', |
| 4305 ], | 4306 ], |
| 4306 } | 4307 } |
| 4307 } | 4308 } |
| OLD | NEW |