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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 'layout/api/LineLayoutText.h', | 518 'layout/api/LineLayoutText.h', |
519 'layout/api/LineLayoutTextCombine.h', | 519 'layout/api/LineLayoutTextCombine.h', |
520 'layout/api/SelectionState.h', | 520 'layout/api/SelectionState.h', |
521 'layout/BidiRun.h', | 521 'layout/BidiRun.h', |
522 'layout/BidiRunForLine.cpp', | 522 'layout/BidiRunForLine.cpp', |
523 'layout/BidiRunForLine.h', | 523 'layout/BidiRunForLine.h', |
524 'layout/ClipRect.cpp', | 524 'layout/ClipRect.cpp', |
525 'layout/ClipRect.h', | 525 'layout/ClipRect.h', |
526 'layout/ClipRects.h', | 526 'layout/ClipRects.h', |
527 'layout/ClipRectsCache.h', | 527 'layout/ClipRectsCache.h', |
| 528 'layout/ColumnBalancer.cpp', |
| 529 'layout/ColumnBalancer.h', |
528 'layout/CounterNode.cpp', | 530 'layout/CounterNode.cpp', |
529 'layout/CounterNode.h', | 531 'layout/CounterNode.h', |
530 'layout/FloatingObjects.cpp', | 532 'layout/FloatingObjects.cpp', |
531 'layout/FloatingObjects.h', | 533 'layout/FloatingObjects.h', |
532 'layout/GeneratedChildren.h', | 534 'layout/GeneratedChildren.h', |
533 'layout/HitTestCache.cpp', | 535 'layout/HitTestCache.cpp', |
534 'layout/HitTestCache.h', | 536 'layout/HitTestCache.h', |
535 'layout/HitTestLocation.cpp', | 537 'layout/HitTestLocation.cpp', |
536 'layout/HitTestLocation.h', | 538 'layout/HitTestLocation.h', |
537 'layout/HitTestResult.cpp', | 539 'layout/HitTestResult.cpp', |
(...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3906 'style/OutlineValueTest.cpp', | 3908 'style/OutlineValueTest.cpp', |
3907 'style/SVGComputedStyleTest.cpp', | 3909 'style/SVGComputedStyleTest.cpp', |
3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3909 'testing/PrivateScriptTestTest.cpp', | 3911 'testing/PrivateScriptTestTest.cpp', |
3910 'timing/MemoryInfoTest.cpp', | 3912 'timing/MemoryInfoTest.cpp', |
3911 'workers/WorkerThreadTest.cpp', | 3913 'workers/WorkerThreadTest.cpp', |
3912 'xml/parser/SharedBufferReaderTest.cpp', | 3914 'xml/parser/SharedBufferReaderTest.cpp', |
3913 ], | 3915 ], |
3914 } | 3916 } |
3915 } | 3917 } |
OLD | NEW |