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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 'layout/BidiRunForLine.cpp', | 517 'layout/BidiRunForLine.cpp', |
518 'layout/BidiRunForLine.h', | 518 'layout/BidiRunForLine.h', |
519 'layout/ClipRect.cpp', | 519 'layout/ClipRect.cpp', |
520 'layout/ClipRect.h', | 520 'layout/ClipRect.h', |
521 'layout/ClipRects.h', | 521 'layout/ClipRects.h', |
522 'layout/ClipRectsCache.h', | 522 'layout/ClipRectsCache.h', |
523 'layout/ColumnBalancer.cpp', | 523 'layout/ColumnBalancer.cpp', |
524 'layout/ColumnBalancer.h', | 524 'layout/ColumnBalancer.h', |
525 'layout/CounterNode.cpp', | 525 'layout/CounterNode.cpp', |
526 'layout/CounterNode.h', | 526 'layout/CounterNode.h', |
| 527 'layout/DepthOrderedLayoutObjectList.cpp', |
| 528 'layout/DepthOrderedLayoutObjectList.h', |
527 'layout/FloatingObjects.cpp', | 529 'layout/FloatingObjects.cpp', |
528 'layout/FloatingObjects.h', | 530 'layout/FloatingObjects.h', |
529 'layout/FragmentationContext.h', | 531 'layout/FragmentationContext.h', |
530 'layout/GeneratedChildren.h', | 532 'layout/GeneratedChildren.h', |
531 'layout/HitTestCache.cpp', | 533 'layout/HitTestCache.cpp', |
532 'layout/HitTestCache.h', | 534 'layout/HitTestCache.h', |
533 'layout/HitTestLocation.cpp', | 535 'layout/HitTestLocation.cpp', |
534 'layout/HitTestLocation.h', | 536 'layout/HitTestLocation.h', |
535 'layout/HitTestResult.cpp', | 537 'layout/HitTestResult.cpp', |
536 'layout/HitTestingTransformState.cpp', | 538 'layout/HitTestingTransformState.cpp', |
(...skipping 3508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4045 'style/SVGComputedStyleTest.cpp', | 4047 'style/SVGComputedStyleTest.cpp', |
4046 'svg/SVGPathParserTest.cpp', | 4048 'svg/SVGPathParserTest.cpp', |
4047 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4049 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4048 'testing/PrivateScriptTestTest.cpp', | 4050 'testing/PrivateScriptTestTest.cpp', |
4049 'timing/MemoryInfoTest.cpp', | 4051 'timing/MemoryInfoTest.cpp', |
4050 'workers/WorkerThreadTest.cpp', | 4052 'workers/WorkerThreadTest.cpp', |
4051 'xml/parser/SharedBufferReaderTest.cpp', | 4053 'xml/parser/SharedBufferReaderTest.cpp', |
4052 ], | 4054 ], |
4053 } | 4055 } |
4054 } | 4056 } |
OLD | NEW |