| 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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 'css/FontFaceSet.cpp', | 814 'css/FontFaceSet.cpp', |
| 815 'css/FontFaceSet.h', | 815 'css/FontFaceSet.h', |
| 816 'css/FontFaceSetForEachCallback.h', | 816 'css/FontFaceSetForEachCallback.h', |
| 817 'css/FontFaceSetLoadEvent.cpp', | 817 'css/FontFaceSetLoadEvent.cpp', |
| 818 'css/FontFaceSetLoadEvent.h', | 818 'css/FontFaceSetLoadEvent.h', |
| 819 'css/FontLoader.cpp', | 819 'css/FontLoader.cpp', |
| 820 'css/FontLoader.h', | 820 'css/FontLoader.h', |
| 821 'css/FontSize.cpp', | 821 'css/FontSize.cpp', |
| 822 'css/FontSize.h', | 822 'css/FontSize.h', |
| 823 'css/HashTools.h', | 823 'css/HashTools.h', |
| 824 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
| 825 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
| 824 'css/LocalFontFaceSource.cpp', | 826 'css/LocalFontFaceSource.cpp', |
| 825 'css/LocalFontFaceSource.h', | 827 'css/LocalFontFaceSource.h', |
| 826 'css/MediaList.cpp', | 828 'css/MediaList.cpp', |
| 827 'css/MediaList.h', | 829 'css/MediaList.h', |
| 828 'css/MediaQuery.cpp', | 830 'css/MediaQuery.cpp', |
| 829 'css/MediaQuery.h', | 831 'css/MediaQuery.h', |
| 830 'css/MediaQueryEvaluator.cpp', | 832 'css/MediaQueryEvaluator.cpp', |
| 831 'css/MediaQueryEvaluator.h', | 833 'css/MediaQueryEvaluator.h', |
| 832 'css/MediaQueryExp.cpp', | 834 'css/MediaQueryExp.cpp', |
| 833 'css/MediaQueryExp.h', | 835 'css/MediaQueryExp.h', |
| (...skipping 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3759 'rendering/style/RenderStyleTest.cpp', | 3761 'rendering/style/RenderStyleTest.cpp', |
| 3760 'rendering/style/SVGRenderStyleTest.cpp', | 3762 'rendering/style/SVGRenderStyleTest.cpp', |
| 3761 'streams/ReadableStreamTest.cpp', | 3763 'streams/ReadableStreamTest.cpp', |
| 3762 'testing/PrivateScriptTestTest.cpp', | 3764 'testing/PrivateScriptTestTest.cpp', |
| 3763 'testing/UnitTestHelpers.cpp', | 3765 'testing/UnitTestHelpers.cpp', |
| 3764 'testing/UnitTestHelpers.h', | 3766 'testing/UnitTestHelpers.h', |
| 3765 'xml/parser/SharedBufferReaderTest.cpp', | 3767 'xml/parser/SharedBufferReaderTest.cpp', |
| 3766 ], | 3768 ], |
| 3767 } | 3769 } |
| 3768 } | 3770 } |
| OLD | NEW |