| 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 'layout/api/LineLayoutBlockFlow.h', | 503 'layout/api/LineLayoutBlockFlow.h', |
| 504 'layout/api/LineLayoutBox.h', | 504 'layout/api/LineLayoutBox.h', |
| 505 'layout/api/LineLayoutBoxModel.h', | 505 'layout/api/LineLayoutBoxModel.h', |
| 506 'layout/api/LineLayoutInline.h', | 506 'layout/api/LineLayoutInline.h', |
| 507 'layout/api/LineLayoutItem.h', | 507 'layout/api/LineLayoutItem.h', |
| 508 'layout/api/LineLayoutListMarker.h', | 508 'layout/api/LineLayoutListMarker.h', |
| 509 'layout/api/LineLayoutRubyRun.h', | 509 'layout/api/LineLayoutRubyRun.h', |
| 510 'layout/api/LineLayoutSVGInlineText.h', | 510 'layout/api/LineLayoutSVGInlineText.h', |
| 511 'layout/api/LineLayoutText.h', | 511 'layout/api/LineLayoutText.h', |
| 512 'layout/api/LineLayoutTextCombine.h', | 512 'layout/api/LineLayoutTextCombine.h', |
| 513 'layout/api/SelectionState.h', |
| 513 'layout/BidiRun.h', | 514 'layout/BidiRun.h', |
| 514 'layout/BidiRunForLine.cpp', | 515 'layout/BidiRunForLine.cpp', |
| 515 'layout/BidiRunForLine.h', | 516 'layout/BidiRunForLine.h', |
| 516 'layout/ClipRect.cpp', | 517 'layout/ClipRect.cpp', |
| 517 'layout/ClipRect.h', | 518 'layout/ClipRect.h', |
| 518 'layout/ClipRects.h', | 519 'layout/ClipRects.h', |
| 519 'layout/ClipRectsCache.h', | 520 'layout/ClipRectsCache.h', |
| 520 'layout/CounterNode.cpp', | 521 'layout/CounterNode.cpp', |
| 521 'layout/CounterNode.h', | 522 'layout/CounterNode.h', |
| 522 'layout/FloatingObjects.cpp', | 523 'layout/FloatingObjects.cpp', |
| (...skipping 3295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3818 'style/OutlineValueTest.cpp', | 3819 'style/OutlineValueTest.cpp', |
| 3819 'style/SVGComputedStyleTest.cpp', | 3820 'style/SVGComputedStyleTest.cpp', |
| 3820 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3821 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3821 'testing/PrivateScriptTestTest.cpp', | 3822 'testing/PrivateScriptTestTest.cpp', |
| 3822 'timing/MemoryInfoTest.cpp', | 3823 'timing/MemoryInfoTest.cpp', |
| 3823 'workers/WorkerThreadTest.cpp', | 3824 'workers/WorkerThreadTest.cpp', |
| 3824 'xml/parser/SharedBufferReaderTest.cpp', | 3825 'xml/parser/SharedBufferReaderTest.cpp', |
| 3825 ], | 3826 ], |
| 3826 } | 3827 } |
| 3827 } | 3828 } |
| OLD | NEW |