Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: Source/core/core.gypi

Issue 1099613003: Oilpan: have xml/ objects on the heap by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: simplify XPathResult dtor Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2040 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 'xml/XMLSerializer.cpp', 2051 'xml/XMLSerializer.cpp',
2052 'xml/XMLSerializer.h', 2052 'xml/XMLSerializer.h',
2053 'xml/XPathEvaluator.cpp', 2053 'xml/XPathEvaluator.cpp',
2054 'xml/XPathEvaluator.h', 2054 'xml/XPathEvaluator.h',
2055 'xml/XPathExpression.cpp', 2055 'xml/XPathExpression.cpp',
2056 'xml/XPathExpression.h', 2056 'xml/XPathExpression.h',
2057 'xml/XPathExpressionNode.cpp', 2057 'xml/XPathExpressionNode.cpp',
2058 'xml/XPathExpressionNode.h', 2058 'xml/XPathExpressionNode.h',
2059 'xml/XPathFunctions.cpp', 2059 'xml/XPathFunctions.cpp',
2060 'xml/XPathFunctions.h', 2060 'xml/XPathFunctions.h',
2061 'xml/XPathNSResolver.cpp',
2062 'xml/XPathNSResolver.h', 2061 'xml/XPathNSResolver.h',
2063 'xml/XPathNodeSet.cpp', 2062 'xml/XPathNodeSet.cpp',
2064 'xml/XPathNodeSet.h', 2063 'xml/XPathNodeSet.h',
2065 'xml/XPathParser.cpp', 2064 'xml/XPathParser.cpp',
2066 'xml/XPathParser.h', 2065 'xml/XPathParser.h',
2067 'xml/XPathPath.cpp', 2066 'xml/XPathPath.cpp',
2068 'xml/XPathPath.h', 2067 'xml/XPathPath.h',
2069 'xml/XPathPredicate.cpp', 2068 'xml/XPathPredicate.cpp',
2070 'xml/XPathPredicate.h', 2069 'xml/XPathPredicate.h',
2071 'xml/XPathResult.cpp', 2070 'xml/XPathResult.cpp',
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
3864 'paint/LayerClipRecorderTest.cpp', 3863 'paint/LayerClipRecorderTest.cpp',
3865 'paint/LayoutObjectDrawingRecorderTest.cpp', 3864 'paint/LayoutObjectDrawingRecorderTest.cpp',
3866 'paint/TextPainterTest.cpp', 3865 'paint/TextPainterTest.cpp',
3867 'streams/ReadableStreamReaderTest.cpp', 3866 'streams/ReadableStreamReaderTest.cpp',
3868 'streams/ReadableStreamTest.cpp', 3867 'streams/ReadableStreamTest.cpp',
3869 'testing/PrivateScriptTestTest.cpp', 3868 'testing/PrivateScriptTestTest.cpp',
3870 'xml/parser/SharedBufferReaderTest.cpp', 3869 'xml/parser/SharedBufferReaderTest.cpp',
3871 ], 3870 ],
3872 } 3871 }
3873 } 3872 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/inspector/InspectorDOMAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698