| 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/api/LineLayoutBlockFlow.h', | 504 'layout/api/LineLayoutBlockFlow.h', |
| 503 'layout/api/LineLayoutBox.h', | 505 'layout/api/LineLayoutBox.h', |
| 504 'layout/api/LineLayoutInline.h', | 506 'layout/api/LineLayoutInline.h', |
| 505 'layout/api/LineLayoutItem.h', | 507 'layout/api/LineLayoutItem.h', |
| 506 'layout/api/LineLayoutText.h', | 508 'layout/api/LineLayoutText.h', |
| 507 'layout/BidiRun.h', | 509 'layout/BidiRun.h', |
| 508 'layout/BidiRunForLine.cpp', | 510 'layout/BidiRunForLine.cpp', |
| 509 'layout/BidiRunForLine.h', | 511 'layout/BidiRunForLine.h', |
| (...skipping 3286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3796 'style/OutlineValueTest.cpp', | 3798 'style/OutlineValueTest.cpp', |
| 3797 'style/SVGComputedStyleTest.cpp', | 3799 'style/SVGComputedStyleTest.cpp', |
| 3798 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3800 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3799 'testing/PrivateScriptTestTest.cpp', | 3801 'testing/PrivateScriptTestTest.cpp', |
| 3800 'timing/MemoryInfoTest.cpp', | 3802 'timing/MemoryInfoTest.cpp', |
| 3801 'workers/WorkerThreadTest.cpp', | 3803 'workers/WorkerThreadTest.cpp', |
| 3802 'xml/parser/SharedBufferReaderTest.cpp', | 3804 'xml/parser/SharedBufferReaderTest.cpp', |
| 3803 ], | 3805 ], |
| 3804 } | 3806 } |
| 3805 } | 3807 } |
| OLD | NEW |