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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'layout/CounterNode.cpp', | 553 'layout/CounterNode.cpp', |
554 'layout/CounterNode.h', | 554 'layout/CounterNode.h', |
555 'layout/DepthOrderedLayoutObjectList.cpp', | 555 'layout/DepthOrderedLayoutObjectList.cpp', |
556 'layout/DepthOrderedLayoutObjectList.h', | 556 'layout/DepthOrderedLayoutObjectList.h', |
557 'layout/FloatingObjects.cpp', | 557 'layout/FloatingObjects.cpp', |
558 'layout/FloatingObjects.h', | 558 'layout/FloatingObjects.h', |
559 'layout/FragmentationContext.h', | 559 'layout/FragmentationContext.h', |
560 'layout/GeneratedChildren.h', | 560 'layout/GeneratedChildren.h', |
561 'layout/HitTestCache.cpp', | 561 'layout/HitTestCache.cpp', |
562 'layout/HitTestCache.h', | 562 'layout/HitTestCache.h', |
| 563 'layout/HitTestCanvasResult.cpp', |
563 'layout/HitTestLocation.cpp', | 564 'layout/HitTestLocation.cpp', |
564 'layout/HitTestLocation.h', | 565 'layout/HitTestLocation.h', |
565 'layout/HitTestResult.cpp', | 566 'layout/HitTestResult.cpp', |
566 'layout/HitTestingTransformState.cpp', | 567 'layout/HitTestingTransformState.cpp', |
567 'layout/HitTestingTransformState.h', | 568 'layout/HitTestingTransformState.h', |
568 'layout/ImageQualityController.cpp', | 569 'layout/ImageQualityController.cpp', |
569 'layout/ImageQualityController.h', | 570 'layout/ImageQualityController.h', |
570 'layout/LayoutState.cpp', | 571 'layout/LayoutState.cpp', |
571 'layout/OrderIterator.cpp', | 572 'layout/OrderIterator.cpp', |
572 'layout/OrderIterator.h', | 573 'layout/OrderIterator.h', |
(...skipping 3667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4240 'testing/PrivateScriptTestTest.cpp', | 4241 'testing/PrivateScriptTestTest.cpp', |
4241 'timing/MemoryInfoTest.cpp', | 4242 'timing/MemoryInfoTest.cpp', |
4242 'timing/PerformanceBaseTest.cpp', | 4243 'timing/PerformanceBaseTest.cpp', |
4243 'timing/PerformanceObserverTest.cpp', | 4244 'timing/PerformanceObserverTest.cpp', |
4244 'workers/WorkerThreadTest.cpp', | 4245 'workers/WorkerThreadTest.cpp', |
4245 'workers/WorkerThreadTestHelper.h', | 4246 'workers/WorkerThreadTestHelper.h', |
4246 'xml/parser/SharedBufferReaderTest.cpp', | 4247 'xml/parser/SharedBufferReaderTest.cpp', |
4247 ], | 4248 ], |
4248 } | 4249 } |
4249 } | 4250 } |
OLD | NEW |