| 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 'layout/LayoutFieldset.cpp', | 568 'layout/LayoutFieldset.cpp', |
| 569 'layout/LayoutFieldset.h', | 569 'layout/LayoutFieldset.h', |
| 570 'layout/LayoutFileUploadControl.cpp', | 570 'layout/LayoutFileUploadControl.cpp', |
| 571 'layout/LayoutFileUploadControl.h', | 571 'layout/LayoutFileUploadControl.h', |
| 572 'layout/LayoutFlowThread.cpp', | 572 'layout/LayoutFlowThread.cpp', |
| 573 'layout/LayoutFlowThread.h', | 573 'layout/LayoutFlowThread.h', |
| 574 'layout/LayoutFrame.cpp', | 574 'layout/LayoutFrame.cpp', |
| 575 'layout/LayoutFrame.h', | 575 'layout/LayoutFrame.h', |
| 576 'layout/LayoutFrameSet.cpp', | 576 'layout/LayoutFrameSet.cpp', |
| 577 'layout/LayoutFrameSet.h', | 577 'layout/LayoutFrameSet.h', |
| 578 'layout/LayoutFullScreen.cpp', | |
| 579 'layout/LayoutFullScreen.h', | |
| 580 'layout/LayoutGeometryMap.cpp', | 578 'layout/LayoutGeometryMap.cpp', |
| 581 'layout/LayoutGeometryMap.h', | 579 'layout/LayoutGeometryMap.h', |
| 582 'layout/LayoutGeometryMapStep.h', | 580 'layout/LayoutGeometryMapStep.h', |
| 583 'layout/LayoutGrid.cpp', | 581 'layout/LayoutGrid.cpp', |
| 584 'layout/LayoutGrid.h', | 582 'layout/LayoutGrid.h', |
| 585 'layout/LayoutHTMLCanvas.cpp', | 583 'layout/LayoutHTMLCanvas.cpp', |
| 586 'layout/LayoutHTMLCanvas.h', | 584 'layout/LayoutHTMLCanvas.h', |
| 587 'layout/LayoutIFrame.cpp', | 585 'layout/LayoutIFrame.cpp', |
| 588 'layout/LayoutIFrame.h', | 586 'layout/LayoutIFrame.h', |
| 589 'layout/LayoutImage.cpp', | 587 'layout/LayoutImage.cpp', |
| (...skipping 3295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3885 'style/OutlineValueTest.cpp', | 3883 'style/OutlineValueTest.cpp', |
| 3886 'style/SVGComputedStyleTest.cpp', | 3884 'style/SVGComputedStyleTest.cpp', |
| 3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3885 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3888 'testing/PrivateScriptTestTest.cpp', | 3886 'testing/PrivateScriptTestTest.cpp', |
| 3889 'timing/MemoryInfoTest.cpp', | 3887 'timing/MemoryInfoTest.cpp', |
| 3890 'workers/WorkerThreadTest.cpp', | 3888 'workers/WorkerThreadTest.cpp', |
| 3891 'xml/parser/SharedBufferReaderTest.cpp', | 3889 'xml/parser/SharedBufferReaderTest.cpp', |
| 3892 ], | 3890 ], |
| 3893 } | 3891 } |
| 3894 } | 3892 } |
| OLD | NEW |