| 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 500         ], | 500         ], | 
| 501         'webcore_rendering_files': [ | 501         'webcore_rendering_files': [ | 
| 502             'layout/api/HitTestAction.h', | 502             'layout/api/HitTestAction.h', | 
| 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/LineLayoutRubyRun.h', | 508             'layout/api/LineLayoutRubyRun.h', | 
| 509             'layout/api/LineLayoutText.h', | 509             'layout/api/LineLayoutText.h', | 
|  | 510             'layout/api/SelectionState.h', | 
| 510             'layout/BidiRun.h', | 511             'layout/BidiRun.h', | 
| 511             'layout/BidiRunForLine.cpp', | 512             'layout/BidiRunForLine.cpp', | 
| 512             'layout/BidiRunForLine.h', | 513             'layout/BidiRunForLine.h', | 
| 513             'layout/ClipRect.cpp', | 514             'layout/ClipRect.cpp', | 
| 514             'layout/ClipRect.h', | 515             'layout/ClipRect.h', | 
| 515             'layout/ClipRects.h', | 516             'layout/ClipRects.h', | 
| 516             'layout/ClipRectsCache.h', | 517             'layout/ClipRectsCache.h', | 
| 517             'layout/CounterNode.cpp', | 518             'layout/CounterNode.cpp', | 
| 518             'layout/CounterNode.h', | 519             'layout/CounterNode.h', | 
| 519             'layout/FloatingObjects.cpp', | 520             'layout/FloatingObjects.cpp', | 
| (...skipping 3294 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3814             'style/OutlineValueTest.cpp', | 3815             'style/OutlineValueTest.cpp', | 
| 3815             'style/SVGComputedStyleTest.cpp', | 3816             'style/SVGComputedStyleTest.cpp', | 
| 3816             'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3817             'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 
| 3817             'testing/PrivateScriptTestTest.cpp', | 3818             'testing/PrivateScriptTestTest.cpp', | 
| 3818             'timing/MemoryInfoTest.cpp', | 3819             'timing/MemoryInfoTest.cpp', | 
| 3819             'workers/WorkerThreadTest.cpp', | 3820             'workers/WorkerThreadTest.cpp', | 
| 3820             'xml/parser/SharedBufferReaderTest.cpp', | 3821             'xml/parser/SharedBufferReaderTest.cpp', | 
| 3821         ], | 3822         ], | 
| 3822     } | 3823     } | 
| 3823 } | 3824 } | 
| OLD | NEW | 
|---|