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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 ], | 501 ], |
502 'webcore_rendering_files': [ | 502 'webcore_rendering_files': [ |
503 'layout/api/HitTestAction.h', | 503 'layout/api/HitTestAction.h', |
504 'layout/api/LayoutBlockItem.h', | 504 'layout/api/LayoutBlockItem.h', |
505 'layout/api/LayoutBoxItem.h', | 505 'layout/api/LayoutBoxItem.h', |
506 'layout/api/LayoutBoxModel.h', | 506 'layout/api/LayoutBoxModel.h', |
507 'layout/api/LayoutEmbeddedItem.h', | 507 'layout/api/LayoutEmbeddedItem.h', |
508 'layout/api/LayoutFullScreenItem.h', | 508 'layout/api/LayoutFullScreenItem.h', |
509 'layout/api/LayoutImageItem.h', | 509 'layout/api/LayoutImageItem.h', |
510 'layout/api/LayoutItem.h', | 510 'layout/api/LayoutItem.h', |
| 511 'layout/api/LayoutLIItem.h', |
511 'layout/api/LayoutPartItem.h', | 512 'layout/api/LayoutPartItem.h', |
512 'layout/api/LayoutTextControlItem.h', | 513 'layout/api/LayoutTextControlItem.h', |
513 'layout/api/LayoutTextFragmentItem.h', | 514 'layout/api/LayoutTextFragmentItem.h', |
514 'layout/api/LayoutTextItem.h', | 515 'layout/api/LayoutTextItem.h', |
515 'layout/api/LineLayoutAPIShim.h', | 516 'layout/api/LineLayoutAPIShim.h', |
516 'layout/api/LineLayoutBlockFlow.h', | 517 'layout/api/LineLayoutBlockFlow.h', |
517 'layout/api/LineLayoutBox.h', | 518 'layout/api/LineLayoutBox.h', |
518 'layout/api/LineLayoutBoxModel.h', | 519 'layout/api/LineLayoutBoxModel.h', |
519 'layout/api/LineLayoutInline.h', | 520 'layout/api/LineLayoutInline.h', |
520 'layout/api/LineLayoutItem.h', | 521 'layout/api/LineLayoutItem.h', |
(...skipping 3531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4052 'style/SVGComputedStyleTest.cpp', | 4053 'style/SVGComputedStyleTest.cpp', |
4053 'svg/SVGPathParserTest.cpp', | 4054 'svg/SVGPathParserTest.cpp', |
4054 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4055 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4055 'testing/PrivateScriptTestTest.cpp', | 4056 'testing/PrivateScriptTestTest.cpp', |
4056 'timing/MemoryInfoTest.cpp', | 4057 'timing/MemoryInfoTest.cpp', |
4057 'workers/WorkerThreadTest.cpp', | 4058 'workers/WorkerThreadTest.cpp', |
4058 'xml/parser/SharedBufferReaderTest.cpp', | 4059 'xml/parser/SharedBufferReaderTest.cpp', |
4059 ], | 4060 ], |
4060 } | 4061 } |
4061 } | 4062 } |
OLD | NEW |