| 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 3374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3932 'style/ComputedStyleTest.cpp', | 3942 'style/ComputedStyleTest.cpp', |
| 3933 'style/OutlineValueTest.cpp', | 3943 'style/OutlineValueTest.cpp', |
| 3934 'style/SVGComputedStyleTest.cpp', | 3944 'style/SVGComputedStyleTest.cpp', |
| 3935 'testing/PrivateScriptTestTest.cpp', | 3945 'testing/PrivateScriptTestTest.cpp', |
| 3936 'timing/MemoryInfoTest.cpp', | 3946 'timing/MemoryInfoTest.cpp', |
| 3937 'workers/WorkerThreadTest.cpp', | 3947 'workers/WorkerThreadTest.cpp', |
| 3938 'xml/parser/SharedBufferReaderTest.cpp', | 3948 'xml/parser/SharedBufferReaderTest.cpp', |
| 3939 ], | 3949 ], |
| 3940 } | 3950 } |
| 3941 } | 3951 } |
| OLD | NEW |