| 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 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 'clipboard/DataObject.cpp', | 1001 'clipboard/DataObject.cpp', |
| 1002 'clipboard/DataObject.h', | 1002 'clipboard/DataObject.h', |
| 1003 'clipboard/DataObjectItem.cpp', | 1003 'clipboard/DataObjectItem.cpp', |
| 1004 'clipboard/DataObjectItem.h', | 1004 'clipboard/DataObjectItem.h', |
| 1005 'clipboard/DataTransfer.cpp', | 1005 'clipboard/DataTransfer.cpp', |
| 1006 'clipboard/DataTransfer.h', | 1006 'clipboard/DataTransfer.h', |
| 1007 'clipboard/DataTransferItem.cpp', | 1007 'clipboard/DataTransferItem.cpp', |
| 1008 'clipboard/DataTransferItem.h', | 1008 'clipboard/DataTransferItem.h', |
| 1009 'clipboard/DataTransferItemList.cpp', | 1009 'clipboard/DataTransferItemList.cpp', |
| 1010 'clipboard/DataTransferItemList.h', | 1010 'clipboard/DataTransferItemList.h', |
| 1011 'clipboard/DraggedIsolatedFileSystem.cpp', |
| 1012 'clipboard/DraggedIsolatedFileSystem.h', |
| 1011 'clipboard/Pasteboard.cpp', | 1013 'clipboard/Pasteboard.cpp', |
| 1012 'clipboard/Pasteboard.h', | 1014 'clipboard/Pasteboard.h', |
| 1013 'css/BasicShapeFunctions.cpp', | 1015 'css/BasicShapeFunctions.cpp', |
| 1014 'css/BinaryDataFontFaceSource.cpp', | 1016 'css/BinaryDataFontFaceSource.cpp', |
| 1015 'css/BinaryDataFontFaceSource.h', | 1017 'css/BinaryDataFontFaceSource.h', |
| 1016 'css/CSSBasicShapes.cpp', | 1018 'css/CSSBasicShapes.cpp', |
| 1017 'css/CSSBorderImage.cpp', | 1019 'css/CSSBorderImage.cpp', |
| 1018 'css/CSSBorderImage.h', | 1020 'css/CSSBorderImage.h', |
| 1019 'css/CSSBorderImageSliceValue.cpp', | 1021 'css/CSSBorderImageSliceValue.cpp', |
| 1020 'css/CSSBorderImageSliceValue.h', | 1022 'css/CSSBorderImageSliceValue.h', |
| (...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3823 'paint/ViewDisplayListTest.cpp', | 3825 'paint/ViewDisplayListTest.cpp', |
| 3824 'streams/ExclusiveStreamReaderTest.cpp', | 3826 'streams/ExclusiveStreamReaderTest.cpp', |
| 3825 'streams/ReadableStreamTest.cpp', | 3827 'streams/ReadableStreamTest.cpp', |
| 3826 'testing/PrivateScriptTestTest.cpp', | 3828 'testing/PrivateScriptTestTest.cpp', |
| 3827 'testing/UnitTestHelpers.cpp', | 3829 'testing/UnitTestHelpers.cpp', |
| 3828 'testing/UnitTestHelpers.h', | 3830 'testing/UnitTestHelpers.h', |
| 3829 'xml/parser/SharedBufferReaderTest.cpp', | 3831 'xml/parser/SharedBufferReaderTest.cpp', |
| 3830 ], | 3832 ], |
| 3831 } | 3833 } |
| 3832 } | 3834 } |
| OLD | NEW |