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 2927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3761 'rendering/style/RenderStyleTest.cpp', | 3763 'rendering/style/RenderStyleTest.cpp', |
3762 'rendering/style/SVGRenderStyleTest.cpp', | 3764 'rendering/style/SVGRenderStyleTest.cpp', |
3763 'streams/ReadableStreamTest.cpp', | 3765 'streams/ReadableStreamTest.cpp', |
3764 'testing/PrivateScriptTestTest.cpp', | 3766 'testing/PrivateScriptTestTest.cpp', |
3765 'testing/UnitTestHelpers.cpp', | 3767 'testing/UnitTestHelpers.cpp', |
3766 'testing/UnitTestHelpers.h', | 3768 'testing/UnitTestHelpers.h', |
3767 'xml/parser/SharedBufferReaderTest.cpp', | 3769 'xml/parser/SharedBufferReaderTest.cpp', |
3768 ], | 3770 ], |
3769 } | 3771 } |
3770 } | 3772 } |
OLD | NEW |