| 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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'clipboard/DataTransfer.h', | 714 'clipboard/DataTransfer.h', |
| 715 'clipboard/DataTransferItem.cpp', | 715 'clipboard/DataTransferItem.cpp', |
| 716 'clipboard/DataTransferItem.h', | 716 'clipboard/DataTransferItem.h', |
| 717 'clipboard/DataTransferItemList.cpp', | 717 'clipboard/DataTransferItemList.cpp', |
| 718 'clipboard/DataTransferItemList.h', | 718 'clipboard/DataTransferItemList.h', |
| 719 'clipboard/Pasteboard.cpp', | 719 'clipboard/Pasteboard.cpp', |
| 720 'clipboard/Pasteboard.h', | 720 'clipboard/Pasteboard.h', |
| 721 'css/BasicShapeFunctions.cpp', | 721 'css/BasicShapeFunctions.cpp', |
| 722 'css/BinaryDataFontFaceSource.cpp', | 722 'css/BinaryDataFontFaceSource.cpp', |
| 723 'css/BinaryDataFontFaceSource.h', | 723 'css/BinaryDataFontFaceSource.h', |
| 724 'css/CSSAspectRatioValue.cpp', | |
| 725 'css/CSSAspectRatioValue.h', | |
| 726 'css/CSSBasicShapes.cpp', | 724 'css/CSSBasicShapes.cpp', |
| 727 'css/CSSBorderImage.cpp', | 725 'css/CSSBorderImage.cpp', |
| 728 'css/CSSBorderImage.h', | 726 'css/CSSBorderImage.h', |
| 729 'css/CSSBorderImageSliceValue.cpp', | 727 'css/CSSBorderImageSliceValue.cpp', |
| 730 'css/CSSBorderImageSliceValue.h', | 728 'css/CSSBorderImageSliceValue.h', |
| 731 'css/CSSCalculationValue.cpp', | 729 'css/CSSCalculationValue.cpp', |
| 732 'css/CSSCalculationValue.h', | 730 'css/CSSCalculationValue.h', |
| 733 'css/CSSCanvasValue.cpp', | 731 'css/CSSCanvasValue.cpp', |
| 734 'css/CSSCanvasValue.h', | 732 'css/CSSCanvasValue.h', |
| 735 'css/CSSCharsetRule.cpp', | 733 'css/CSSCharsetRule.cpp', |
| (...skipping 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3605 'rendering/shapes/BoxShapeTest.cpp', | 3603 'rendering/shapes/BoxShapeTest.cpp', |
| 3606 'rendering/style/OutlineValueTest.cpp', | 3604 'rendering/style/OutlineValueTest.cpp', |
| 3607 'testing/PrivateScriptTestTest.cpp', | 3605 'testing/PrivateScriptTestTest.cpp', |
| 3608 'streams/ReadableStreamTest.cpp', | 3606 'streams/ReadableStreamTest.cpp', |
| 3609 'testing/UnitTestHelpers.cpp', | 3607 'testing/UnitTestHelpers.cpp', |
| 3610 'testing/UnitTestHelpers.h', | 3608 'testing/UnitTestHelpers.h', |
| 3611 'xml/parser/SharedBufferReaderTest.cpp', | 3609 'xml/parser/SharedBufferReaderTest.cpp', |
| 3612 ], | 3610 ], |
| 3613 } | 3611 } |
| 3614 } | 3612 } |
| OLD | NEW |