| 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 'clipboard/DataTransfer.h', | 710 'clipboard/DataTransfer.h', |
| 711 'clipboard/DataTransferItem.cpp', | 711 'clipboard/DataTransferItem.cpp', |
| 712 'clipboard/DataTransferItem.h', | 712 'clipboard/DataTransferItem.h', |
| 713 'clipboard/DataTransferItemList.cpp', | 713 'clipboard/DataTransferItemList.cpp', |
| 714 'clipboard/DataTransferItemList.h', | 714 'clipboard/DataTransferItemList.h', |
| 715 'clipboard/Pasteboard.cpp', | 715 'clipboard/Pasteboard.cpp', |
| 716 'clipboard/Pasteboard.h', | 716 'clipboard/Pasteboard.h', |
| 717 'css/BasicShapeFunctions.cpp', | 717 'css/BasicShapeFunctions.cpp', |
| 718 'css/BinaryDataFontFaceSource.cpp', | 718 'css/BinaryDataFontFaceSource.cpp', |
| 719 'css/BinaryDataFontFaceSource.h', | 719 'css/BinaryDataFontFaceSource.h', |
| 720 'css/CSSArrayFunctionValue.cpp', | |
| 721 'css/CSSArrayFunctionValue.h', | |
| 722 'css/CSSAspectRatioValue.cpp', | 720 'css/CSSAspectRatioValue.cpp', |
| 723 'css/CSSAspectRatioValue.h', | 721 'css/CSSAspectRatioValue.h', |
| 724 'css/CSSBasicShapes.cpp', | 722 'css/CSSBasicShapes.cpp', |
| 725 'css/CSSBorderImage.cpp', | 723 'css/CSSBorderImage.cpp', |
| 726 'css/CSSBorderImage.h', | 724 'css/CSSBorderImage.h', |
| 727 'css/CSSBorderImageSliceValue.cpp', | 725 'css/CSSBorderImageSliceValue.cpp', |
| 728 'css/CSSBorderImageSliceValue.h', | 726 'css/CSSBorderImageSliceValue.h', |
| 729 'css/CSSCalculationValue.cpp', | 727 'css/CSSCalculationValue.cpp', |
| 730 'css/CSSCalculationValue.h', | 728 'css/CSSCalculationValue.h', |
| 731 'css/CSSCanvasValue.cpp', | 729 'css/CSSCanvasValue.cpp', |
| (...skipping 2733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3465 'rendering/shapes/BoxShapeTest.cpp', | 3463 'rendering/shapes/BoxShapeTest.cpp', |
| 3466 'rendering/style/OutlineValueTest.cpp', | 3464 'rendering/style/OutlineValueTest.cpp', |
| 3467 'testing/PrivateScriptTestTest.cpp', | 3465 'testing/PrivateScriptTestTest.cpp', |
| 3468 'streams/ReadableStreamTest.cpp', | 3466 'streams/ReadableStreamTest.cpp', |
| 3469 'testing/UnitTestHelpers.cpp', | 3467 'testing/UnitTestHelpers.cpp', |
| 3470 'testing/UnitTestHelpers.h', | 3468 'testing/UnitTestHelpers.h', |
| 3471 'xml/parser/SharedBufferReaderTest.cpp', | 3469 'xml/parser/SharedBufferReaderTest.cpp', |
| 3472 ], | 3470 ], |
| 3473 } | 3471 } |
| 3474 } | 3472 } |
| OLD | NEW |