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

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

Issue 730003002: Refactoring XSLT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed oilpan build Created 6 years, 1 month 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
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/dom/ProcessingInstruction.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 'workers/WorkerScriptLoader.cpp', 1910 'workers/WorkerScriptLoader.cpp',
1911 'workers/WorkerScriptLoader.h', 1911 'workers/WorkerScriptLoader.h',
1912 'workers/WorkerScriptLoaderClient.h', 1912 'workers/WorkerScriptLoaderClient.h',
1913 'workers/WorkerThread.cpp', 1913 'workers/WorkerThread.cpp',
1914 'workers/WorkerThreadStartupData.cpp', 1914 'workers/WorkerThreadStartupData.cpp',
1915 'workers/WorkerThreadStartupData.h', 1915 'workers/WorkerThreadStartupData.h',
1916 'xml/DOMParser.cpp', 1916 'xml/DOMParser.cpp',
1917 'xml/DOMParser.h', 1917 'xml/DOMParser.h',
1918 'xml/DocumentXPathEvaluator.cpp', 1918 'xml/DocumentXPathEvaluator.cpp',
1919 'xml/DocumentXPathEvaluator.h', 1919 'xml/DocumentXPathEvaluator.h',
1920 'xml/DocumentXSLT.cpp',
1921 'xml/DocumentXSLT.h',
1920 'xml/NativeXPathNSResolver.cpp', 1922 'xml/NativeXPathNSResolver.cpp',
1921 'xml/NativeXPathNSResolver.h', 1923 'xml/NativeXPathNSResolver.h',
1922 'xml/XMLSerializer.cpp', 1924 'xml/XMLSerializer.cpp',
1923 'xml/XMLSerializer.h', 1925 'xml/XMLSerializer.h',
1924 'xml/XPathEvaluator.cpp', 1926 'xml/XPathEvaluator.cpp',
1925 'xml/XPathEvaluator.h', 1927 'xml/XPathEvaluator.h',
1926 'xml/XPathExpression.cpp', 1928 'xml/XPathExpression.cpp',
1927 'xml/XPathExpression.h', 1929 'xml/XPathExpression.h',
1928 'xml/XPathExpressionNode.cpp', 1930 'xml/XPathExpressionNode.cpp',
1929 'xml/XPathExpressionNode.h', 1931 'xml/XPathExpressionNode.h',
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'rendering/style/OutlineValueTest.cpp', 3570 'rendering/style/OutlineValueTest.cpp',
3569 'rendering/style/RenderStyleTest.cpp', 3571 'rendering/style/RenderStyleTest.cpp',
3570 'testing/PrivateScriptTestTest.cpp', 3572 'testing/PrivateScriptTestTest.cpp',
3571 'streams/ReadableStreamTest.cpp', 3573 'streams/ReadableStreamTest.cpp',
3572 'testing/UnitTestHelpers.cpp', 3574 'testing/UnitTestHelpers.cpp',
3573 'testing/UnitTestHelpers.h', 3575 'testing/UnitTestHelpers.h',
3574 'xml/parser/SharedBufferReaderTest.cpp', 3576 'xml/parser/SharedBufferReaderTest.cpp',
3575 ], 3577 ],
3576 } 3578 }
3577 } 3579 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/dom/ProcessingInstruction.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698