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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2641 'html/forms/BaseDateAndTimeInputType.cpp', | 2641 'html/forms/BaseDateAndTimeInputType.cpp', |
2642 'html/forms/BaseDateAndTimeInputType.h', | 2642 'html/forms/BaseDateAndTimeInputType.h', |
2643 'html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp', | 2643 'html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp', |
2644 'html/forms/BaseMultipleFieldsDateAndTimeInputType.h', | 2644 'html/forms/BaseMultipleFieldsDateAndTimeInputType.h', |
2645 'html/forms/BaseTextInputType.cpp', | 2645 'html/forms/BaseTextInputType.cpp', |
2646 'html/forms/BaseTextInputType.h', | 2646 'html/forms/BaseTextInputType.h', |
2647 'html/forms/ButtonInputType.cpp', | 2647 'html/forms/ButtonInputType.cpp', |
2648 'html/forms/ButtonInputType.h', | 2648 'html/forms/ButtonInputType.h', |
2649 'html/forms/CheckboxInputType.cpp', | 2649 'html/forms/CheckboxInputType.cpp', |
2650 'html/forms/CheckboxInputType.h', | 2650 'html/forms/CheckboxInputType.h', |
| 2651 'html/forms/ColorChooser.cpp', |
| 2652 'html/forms/ColorChooser.h', |
| 2653 'html/forms/ColorChooserClient.cpp', |
| 2654 'html/forms/ColorChooserClient.h', |
2651 'html/forms/ColorInputType.cpp', | 2655 'html/forms/ColorInputType.cpp', |
2652 'html/forms/ColorInputType.h', | 2656 'html/forms/ColorInputType.h', |
2653 'html/forms/DateInputType.cpp', | 2657 'html/forms/DateInputType.cpp', |
2654 'html/forms/DateInputType.h', | 2658 'html/forms/DateInputType.h', |
| 2659 'html/forms/DateTimeChooser.cpp', |
| 2660 'html/forms/DateTimeChooser.h', |
| 2661 'html/forms/DateTimeChooserClient.cpp', |
| 2662 'html/forms/DateTimeChooserClient.h', |
2655 'html/forms/DateTimeFieldsState.cpp', | 2663 'html/forms/DateTimeFieldsState.cpp', |
2656 'html/forms/DateTimeFieldsState.h', | 2664 'html/forms/DateTimeFieldsState.h', |
2657 'html/forms/DateTimeLocalInputType.cpp', | 2665 'html/forms/DateTimeLocalInputType.cpp', |
2658 'html/forms/DateTimeLocalInputType.h', | 2666 'html/forms/DateTimeLocalInputType.h', |
2659 'html/forms/EmailInputType.cpp', | 2667 'html/forms/EmailInputType.cpp', |
2660 'html/forms/EmailInputType.h', | 2668 'html/forms/EmailInputType.h', |
2661 'html/forms/FileInputType.cpp', | 2669 'html/forms/FileInputType.cpp', |
2662 'html/forms/FileInputType.h', | 2670 'html/forms/FileInputType.h', |
2663 'html/forms/FormController.cpp', | 2671 'html/forms/FormController.cpp', |
2664 'html/forms/FormController.h', | 2672 'html/forms/FormController.h', |
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3468 'rendering/shapes/BoxShapeTest.cpp', | 3476 'rendering/shapes/BoxShapeTest.cpp', |
3469 'rendering/style/OutlineValueTest.cpp', | 3477 'rendering/style/OutlineValueTest.cpp', |
3470 'testing/PrivateScriptTestTest.cpp', | 3478 'testing/PrivateScriptTestTest.cpp', |
3471 'streams/ReadableStreamTest.cpp', | 3479 'streams/ReadableStreamTest.cpp', |
3472 'testing/UnitTestHelpers.cpp', | 3480 'testing/UnitTestHelpers.cpp', |
3473 'testing/UnitTestHelpers.h', | 3481 'testing/UnitTestHelpers.h', |
3474 'xml/parser/SharedBufferReaderTest.cpp', | 3482 'xml/parser/SharedBufferReaderTest.cpp', |
3475 ], | 3483 ], |
3476 } | 3484 } |
3477 } | 3485 } |
OLD | NEW |