| 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 'html/canvas/WebGLContextEvent.idl', | 538 'html/canvas/WebGLContextEvent.idl', |
| 539 'html/track/TrackEvent.idl', | 539 'html/track/TrackEvent.idl', |
| 540 'svg/SVGZoomEvent.idl', | 540 'svg/SVGZoomEvent.idl', |
| 541 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', | 541 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', |
| 542 ], | 542 ], |
| 543 # IDL files that only have typedefs/enums. | 543 # IDL files that only have typedefs/enums. |
| 544 'core_typedefs_enums_only_idl_files': [ | 544 'core_typedefs_enums_only_idl_files': [ |
| 545 'dom/CommonDefinitions.idl', | 545 'dom/CommonDefinitions.idl', |
| 546 ], | 546 ], |
| 547 'webcore_rendering_files': [ | 547 'webcore_rendering_files': [ |
| 548 'layout/api/LineLayoutBlockFlow.cpp', |
| 549 'layout/api/LineLayoutBlockFlow.h', |
| 550 'layout/api/LineLayoutBox.cpp', |
| 551 'layout/api/LineLayoutBox.h', |
| 552 'layout/api/LineLayoutInline.cpp', |
| 553 'layout/api/LineLayoutInline.h', |
| 554 'layout/api/LineLayoutItem.cpp', |
| 555 'layout/api/LineLayoutItem.h', |
| 556 'layout/api/LineLayoutText.cpp', |
| 557 'layout/api/LineLayoutText.h', |
| 548 'layout/BidiRun.h', | 558 'layout/BidiRun.h', |
| 549 'layout/BidiRunForLine.cpp', | 559 'layout/BidiRunForLine.cpp', |
| 550 'layout/BidiRunForLine.h', | 560 'layout/BidiRunForLine.h', |
| 551 'layout/ClipRect.cpp', | 561 'layout/ClipRect.cpp', |
| 552 'layout/ClipRect.h', | 562 'layout/ClipRect.h', |
| 553 'layout/ClipRects.h', | 563 'layout/ClipRects.h', |
| 554 'layout/ClipRectsCache.h', | 564 'layout/ClipRectsCache.h', |
| 555 'layout/CounterNode.cpp', | 565 'layout/CounterNode.cpp', |
| 556 'layout/CounterNode.h', | 566 'layout/CounterNode.h', |
| 557 'layout/FloatingObjects.cpp', | 567 'layout/FloatingObjects.cpp', |
| (...skipping 3378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3936 'style/OutlineValueTest.cpp', | 3946 'style/OutlineValueTest.cpp', |
| 3937 'style/SVGComputedStyleTest.cpp', | 3947 'style/SVGComputedStyleTest.cpp', |
| 3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3948 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3939 'testing/PrivateScriptTestTest.cpp', | 3949 'testing/PrivateScriptTestTest.cpp', |
| 3940 'timing/MemoryInfoTest.cpp', | 3950 'timing/MemoryInfoTest.cpp', |
| 3941 'workers/WorkerThreadTest.cpp', | 3951 'workers/WorkerThreadTest.cpp', |
| 3942 'xml/parser/SharedBufferReaderTest.cpp', | 3952 'xml/parser/SharedBufferReaderTest.cpp', |
| 3943 ], | 3953 ], |
| 3944 } | 3954 } |
| 3945 } | 3955 } |
| OLD | NEW |