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