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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 'webcore_rendering_files': [ | 503 'webcore_rendering_files': [ |
504 'layout/api/HitTestAction.h', | 504 'layout/api/HitTestAction.h', |
505 'layout/api/LineLayoutAPIShim.h', | 505 'layout/api/LineLayoutAPIShim.h', |
506 'layout/api/LineLayoutBlockFlow.h', | 506 'layout/api/LineLayoutBlockFlow.h', |
507 'layout/api/LineLayoutBox.h', | 507 'layout/api/LineLayoutBox.h', |
508 'layout/api/LineLayoutBoxModel.h', | 508 'layout/api/LineLayoutBoxModel.h', |
509 'layout/api/LineLayoutInline.h', | 509 'layout/api/LineLayoutInline.h', |
510 'layout/api/LineLayoutItem.h', | 510 'layout/api/LineLayoutItem.h', |
511 'layout/api/LineLayoutListMarker.h', | 511 'layout/api/LineLayoutListMarker.h', |
512 'layout/api/LineLayoutRubyRun.h', | 512 'layout/api/LineLayoutRubyRun.h', |
| 513 'layout/api/LineLayoutSVGInline.h', |
513 'layout/api/LineLayoutSVGInlineText.h', | 514 'layout/api/LineLayoutSVGInlineText.h', |
| 515 'layout/api/LineLayoutSVGTextPath.h', |
514 'layout/api/LineLayoutText.h', | 516 'layout/api/LineLayoutText.h', |
515 'layout/api/LineLayoutTextCombine.h', | 517 'layout/api/LineLayoutTextCombine.h', |
516 'layout/api/SelectionState.h', | 518 'layout/api/SelectionState.h', |
517 'layout/BidiRun.h', | 519 'layout/BidiRun.h', |
518 'layout/BidiRunForLine.cpp', | 520 'layout/BidiRunForLine.cpp', |
519 'layout/BidiRunForLine.h', | 521 'layout/BidiRunForLine.h', |
520 'layout/ClipRect.cpp', | 522 'layout/ClipRect.cpp', |
521 'layout/ClipRect.h', | 523 'layout/ClipRect.h', |
522 'layout/ClipRects.h', | 524 'layout/ClipRects.h', |
523 'layout/ClipRectsCache.h', | 525 'layout/ClipRectsCache.h', |
(...skipping 3534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4058 'style/SVGComputedStyleTest.cpp', | 4060 'style/SVGComputedStyleTest.cpp', |
4059 'svg/SVGPathParserTest.cpp', | 4061 'svg/SVGPathParserTest.cpp', |
4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4061 'testing/PrivateScriptTestTest.cpp', | 4063 'testing/PrivateScriptTestTest.cpp', |
4062 'timing/MemoryInfoTest.cpp', | 4064 'timing/MemoryInfoTest.cpp', |
4063 'workers/WorkerThreadTest.cpp', | 4065 'workers/WorkerThreadTest.cpp', |
4064 'xml/parser/SharedBufferReaderTest.cpp', | 4066 'xml/parser/SharedBufferReaderTest.cpp', |
4065 ], | 4067 ], |
4066 } | 4068 } |
4067 } | 4069 } |
OLD | NEW |