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/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 2515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2526 'events/UIEvent.cpp', | 2526 'events/UIEvent.cpp', |
2527 'events/UIEventWithKeyState.cpp', | 2527 'events/UIEventWithKeyState.cpp', |
2528 'events/WheelEvent.cpp', | 2528 'events/WheelEvent.cpp', |
2529 'events/WheelEvent.h', | 2529 'events/WheelEvent.h', |
2530 'events/WindowEventContext.cpp', | 2530 'events/WindowEventContext.cpp', |
2531 'events/WindowEventContext.h', | 2531 'events/WindowEventContext.h', |
2532 ], | 2532 ], |
2533 'webcore_html_files': [ | 2533 'webcore_html_files': [ |
2534 'html/ClassList.cpp', | 2534 'html/ClassList.cpp', |
2535 'html/ClassList.h', | 2535 'html/ClassList.h', |
2536 'html/CrossOriginAttribute.cpp', | |
2537 'html/CrossOriginAttribute.h', | |
2538 'html/DOMFormData.cpp', | 2536 'html/DOMFormData.cpp', |
2539 'html/DOMFormData.h', | 2537 'html/DOMFormData.h', |
2540 'html/DocumentNameCollection.cpp', | 2538 'html/DocumentNameCollection.cpp', |
2541 'html/DocumentNameCollection.h', | 2539 'html/DocumentNameCollection.h', |
2542 'html/FormAssociatedElement.cpp', | 2540 'html/FormAssociatedElement.cpp', |
2543 'html/FormDataList.cpp', | 2541 'html/FormDataList.cpp', |
2544 'html/FormDataList.h', | 2542 'html/FormDataList.h', |
2545 'html/HTMLAllCollection.cpp', | 2543 'html/HTMLAllCollection.cpp', |
2546 'html/HTMLAllCollection.h', | 2544 'html/HTMLAllCollection.h', |
2547 'html/HTMLAnchorElement.cpp', | 2545 'html/HTMLAnchorElement.cpp', |
(...skipping 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3886 'paint/LayerClipRecorderTest.cpp', | 3884 'paint/LayerClipRecorderTest.cpp', |
3887 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3885 'paint/LayoutObjectDrawingRecorderTest.cpp', |
3888 'paint/TextPainterTest.cpp', | 3886 'paint/TextPainterTest.cpp', |
3889 'streams/ReadableStreamReaderTest.cpp', | 3887 'streams/ReadableStreamReaderTest.cpp', |
3890 'streams/ReadableStreamTest.cpp', | 3888 'streams/ReadableStreamTest.cpp', |
3891 'testing/PrivateScriptTestTest.cpp', | 3889 'testing/PrivateScriptTestTest.cpp', |
3892 'xml/parser/SharedBufferReaderTest.cpp', | 3890 'xml/parser/SharedBufferReaderTest.cpp', |
3893 ], | 3891 ], |
3894 } | 3892 } |
3895 } | 3893 } |
OLD | NEW |