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 1965 matching lines...) Loading... |
1976 'xml/XMLSerializer.cpp', | 1976 'xml/XMLSerializer.cpp', |
1977 'xml/XMLSerializer.h', | 1977 'xml/XMLSerializer.h', |
1978 'xml/XPathEvaluator.cpp', | 1978 'xml/XPathEvaluator.cpp', |
1979 'xml/XPathEvaluator.h', | 1979 'xml/XPathEvaluator.h', |
1980 'xml/XPathExpression.cpp', | 1980 'xml/XPathExpression.cpp', |
1981 'xml/XPathExpression.h', | 1981 'xml/XPathExpression.h', |
1982 'xml/XPathExpressionNode.cpp', | 1982 'xml/XPathExpressionNode.cpp', |
1983 'xml/XPathExpressionNode.h', | 1983 'xml/XPathExpressionNode.h', |
1984 'xml/XPathFunctions.cpp', | 1984 'xml/XPathFunctions.cpp', |
1985 'xml/XPathFunctions.h', | 1985 'xml/XPathFunctions.h', |
1986 'xml/XPathNSResolver.cpp', | |
1987 'xml/XPathNSResolver.h', | 1986 'xml/XPathNSResolver.h', |
1988 'xml/XPathNodeSet.cpp', | 1987 'xml/XPathNodeSet.cpp', |
1989 'xml/XPathNodeSet.h', | 1988 'xml/XPathNodeSet.h', |
1990 'xml/XPathParser.cpp', | 1989 'xml/XPathParser.cpp', |
1991 'xml/XPathParser.h', | 1990 'xml/XPathParser.h', |
1992 'xml/XPathPath.cpp', | 1991 'xml/XPathPath.cpp', |
1993 'xml/XPathPath.h', | 1992 'xml/XPathPath.h', |
1994 'xml/XPathPredicate.cpp', | 1993 'xml/XPathPredicate.cpp', |
1995 'xml/XPathPredicate.h', | 1994 'xml/XPathPredicate.h', |
1996 'xml/XPathResult.cpp', | 1995 'xml/XPathResult.cpp', |
(...skipping 1622 matching lines...) Loading... |
3619 'rendering/style/OutlineValueTest.cpp', | 3618 'rendering/style/OutlineValueTest.cpp', |
3620 'rendering/style/RenderStyleTest.cpp', | 3619 'rendering/style/RenderStyleTest.cpp', |
3621 'testing/PrivateScriptTestTest.cpp', | 3620 'testing/PrivateScriptTestTest.cpp', |
3622 'streams/ReadableStreamTest.cpp', | 3621 'streams/ReadableStreamTest.cpp', |
3623 'testing/UnitTestHelpers.cpp', | 3622 'testing/UnitTestHelpers.cpp', |
3624 'testing/UnitTestHelpers.h', | 3623 'testing/UnitTestHelpers.h', |
3625 'xml/parser/SharedBufferReaderTest.cpp', | 3624 'xml/parser/SharedBufferReaderTest.cpp', |
3626 ], | 3625 ], |
3627 } | 3626 } |
3628 } | 3627 } |
OLD | NEW |