| 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 'clipboard/DataObject.cpp', | 997 'clipboard/DataObject.cpp', |
| 998 'clipboard/DataObject.h', | 998 'clipboard/DataObject.h', |
| 999 'clipboard/DataObjectItem.cpp', | 999 'clipboard/DataObjectItem.cpp', |
| 1000 'clipboard/DataObjectItem.h', | 1000 'clipboard/DataObjectItem.h', |
| 1001 'clipboard/DataTransfer.cpp', | 1001 'clipboard/DataTransfer.cpp', |
| 1002 'clipboard/DataTransfer.h', | 1002 'clipboard/DataTransfer.h', |
| 1003 'clipboard/DataTransferItem.cpp', | 1003 'clipboard/DataTransferItem.cpp', |
| 1004 'clipboard/DataTransferItem.h', | 1004 'clipboard/DataTransferItem.h', |
| 1005 'clipboard/DataTransferItemList.cpp', | 1005 'clipboard/DataTransferItemList.cpp', |
| 1006 'clipboard/DataTransferItemList.h', | 1006 'clipboard/DataTransferItemList.h', |
| 1007 'clipboard/DraggedIsolatedFileSystem.cpp', |
| 1008 'clipboard/DraggedIsolatedFileSystem.h', |
| 1007 'clipboard/Pasteboard.cpp', | 1009 'clipboard/Pasteboard.cpp', |
| 1008 'clipboard/Pasteboard.h', | 1010 'clipboard/Pasteboard.h', |
| 1009 'css/BasicShapeFunctions.cpp', | 1011 'css/BasicShapeFunctions.cpp', |
| 1010 'css/BinaryDataFontFaceSource.cpp', | 1012 'css/BinaryDataFontFaceSource.cpp', |
| 1011 'css/BinaryDataFontFaceSource.h', | 1013 'css/BinaryDataFontFaceSource.h', |
| 1012 'css/CSSBasicShapes.cpp', | 1014 'css/CSSBasicShapes.cpp', |
| 1013 'css/CSSBorderImage.cpp', | 1015 'css/CSSBorderImage.cpp', |
| 1014 'css/CSSBorderImage.h', | 1016 'css/CSSBorderImage.h', |
| 1015 'css/CSSBorderImageSliceValue.cpp', | 1017 'css/CSSBorderImageSliceValue.cpp', |
| 1016 'css/CSSBorderImageSliceValue.h', | 1018 'css/CSSBorderImageSliceValue.h', |
| (...skipping 2791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3808 'rendering/RenderingTestHelper.h', | 3810 'rendering/RenderingTestHelper.h', |
| 3809 'streams/ExclusiveStreamReaderTest.cpp', | 3811 'streams/ExclusiveStreamReaderTest.cpp', |
| 3810 'streams/ReadableStreamTest.cpp', | 3812 'streams/ReadableStreamTest.cpp', |
| 3811 'testing/PrivateScriptTestTest.cpp', | 3813 'testing/PrivateScriptTestTest.cpp', |
| 3812 'testing/UnitTestHelpers.cpp', | 3814 'testing/UnitTestHelpers.cpp', |
| 3813 'testing/UnitTestHelpers.h', | 3815 'testing/UnitTestHelpers.h', |
| 3814 'xml/parser/SharedBufferReaderTest.cpp', | 3816 'xml/parser/SharedBufferReaderTest.cpp', |
| 3815 ], | 3817 ], |
| 3816 } | 3818 } |
| 3817 } | 3819 } |
| OLD | NEW |