| 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'events/UIEvent.idl', | 490 'events/UIEvent.idl', |
| 491 'events/WheelEvent.idl', | 491 'events/WheelEvent.idl', |
| 492 'html/MediaKeyEvent.idl', | 492 'html/MediaKeyEvent.idl', |
| 493 'html/track/TrackEvent.idl', | 493 'html/track/TrackEvent.idl', |
| 494 'svg/SVGZoomEvent.idl', | 494 'svg/SVGZoomEvent.idl', |
| 495 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', | 495 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', |
| 496 ], | 496 ], |
| 497 # IDL files that only have typedefs/enums. | 497 # IDL files that only have typedefs/enums. |
| 498 'core_typedefs_enums_only_idl_files': [ | 498 'core_typedefs_enums_only_idl_files': [ |
| 499 'dom/CommonDefinitions.idl', | 499 'dom/CommonDefinitions.idl', |
| 500 'timing/DOMHighResTimeStamp.idl', |
| 501 'timing/PerformanceEntryList.idl', |
| 500 ], | 502 ], |
| 501 'webcore_rendering_files': [ | 503 'webcore_rendering_files': [ |
| 502 'layout/BidiRun.h', | 504 'layout/BidiRun.h', |
| 503 'layout/BidiRunForLine.cpp', | 505 'layout/BidiRunForLine.cpp', |
| 504 'layout/BidiRunForLine.h', | 506 'layout/BidiRunForLine.h', |
| 505 'layout/ClipRect.cpp', | 507 'layout/ClipRect.cpp', |
| 506 'layout/ClipRect.h', | 508 'layout/ClipRect.h', |
| 507 'layout/ClipRects.h', | 509 'layout/ClipRects.h', |
| 508 'layout/ClipRectsCache.h', | 510 'layout/ClipRectsCache.h', |
| 509 'layout/CounterNode.cpp', | 511 'layout/CounterNode.cpp', |
| (...skipping 3281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3791 'style/OutlineValueTest.cpp', | 3793 'style/OutlineValueTest.cpp', |
| 3792 'style/SVGComputedStyleTest.cpp', | 3794 'style/SVGComputedStyleTest.cpp', |
| 3793 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3795 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3794 'testing/PrivateScriptTestTest.cpp', | 3796 'testing/PrivateScriptTestTest.cpp', |
| 3795 'timing/MemoryInfoTest.cpp', | 3797 'timing/MemoryInfoTest.cpp', |
| 3796 'workers/WorkerThreadTest.cpp', | 3798 'workers/WorkerThreadTest.cpp', |
| 3797 'xml/parser/SharedBufferReaderTest.cpp', | 3799 'xml/parser/SharedBufferReaderTest.cpp', |
| 3798 ], | 3800 ], |
| 3799 } | 3801 } |
| 3800 } | 3802 } |
| OLD | NEW |