| 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'layout/CounterNode.cpp', | 574 'layout/CounterNode.cpp', |
| 575 'layout/CounterNode.h', | 575 'layout/CounterNode.h', |
| 576 'layout/DepthOrderedLayoutObjectList.cpp', | 576 'layout/DepthOrderedLayoutObjectList.cpp', |
| 577 'layout/DepthOrderedLayoutObjectList.h', | 577 'layout/DepthOrderedLayoutObjectList.h', |
| 578 'layout/FloatingObjects.cpp', | 578 'layout/FloatingObjects.cpp', |
| 579 'layout/FloatingObjects.h', | 579 'layout/FloatingObjects.h', |
| 580 'layout/FragmentationContext.h', | 580 'layout/FragmentationContext.h', |
| 581 'layout/GeneratedChildren.h', | 581 'layout/GeneratedChildren.h', |
| 582 'layout/HitTestCache.cpp', | 582 'layout/HitTestCache.cpp', |
| 583 'layout/HitTestCache.h', | 583 'layout/HitTestCache.h', |
| 584 'layout/HitTestCanvasResult.cpp', |
| 584 'layout/HitTestLocation.cpp', | 585 'layout/HitTestLocation.cpp', |
| 585 'layout/HitTestLocation.h', | 586 'layout/HitTestLocation.h', |
| 586 'layout/HitTestResult.cpp', | 587 'layout/HitTestResult.cpp', |
| 587 'layout/HitTestingTransformState.cpp', | 588 'layout/HitTestingTransformState.cpp', |
| 588 'layout/HitTestingTransformState.h', | 589 'layout/HitTestingTransformState.h', |
| 589 'layout/ImageQualityController.cpp', | 590 'layout/ImageQualityController.cpp', |
| 590 'layout/ImageQualityController.h', | 591 'layout/ImageQualityController.h', |
| 591 'layout/LayoutState.cpp', | 592 'layout/LayoutState.cpp', |
| 592 'layout/OrderIterator.cpp', | 593 'layout/OrderIterator.cpp', |
| 593 'layout/OrderIterator.h', | 594 'layout/OrderIterator.h', |
| (...skipping 3687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4281 'timing/MemoryInfoTest.cpp', | 4282 'timing/MemoryInfoTest.cpp', |
| 4282 'timing/PerformanceBaseTest.cpp', | 4283 'timing/PerformanceBaseTest.cpp', |
| 4283 'timing/PerformanceObserverTest.cpp', | 4284 'timing/PerformanceObserverTest.cpp', |
| 4284 'workers/DedicatedWorkerTest.cpp', | 4285 'workers/DedicatedWorkerTest.cpp', |
| 4285 'workers/WorkerThreadTest.cpp', | 4286 'workers/WorkerThreadTest.cpp', |
| 4286 'workers/WorkerThreadTestHelper.h', | 4287 'workers/WorkerThreadTestHelper.h', |
| 4287 'xml/parser/SharedBufferReaderTest.cpp', | 4288 'xml/parser/SharedBufferReaderTest.cpp', |
| 4288 ], | 4289 ], |
| 4289 } | 4290 } |
| 4290 } | 4291 } |
| OLD | NEW |