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

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: 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 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1907 'workers/WorkerScriptLoader.cpp', 1907 'workers/WorkerScriptLoader.cpp',
1908 'workers/WorkerScriptLoader.h', 1908 'workers/WorkerScriptLoader.h',
1909 'workers/WorkerScriptLoaderClient.h', 1909 'workers/WorkerScriptLoaderClient.h',
1910 'workers/WorkerThread.cpp', 1910 'workers/WorkerThread.cpp',
1911 'workers/WorkerThreadStartupData.cpp', 1911 'workers/WorkerThreadStartupData.cpp',
1912 'workers/WorkerThreadStartupData.h', 1912 'workers/WorkerThreadStartupData.h',
1913 'xml/DOMParser.cpp', 1913 'xml/DOMParser.cpp',
1914 'xml/DOMParser.h', 1914 'xml/DOMParser.h',
1915 'xml/DocumentXPathEvaluator.cpp', 1915 'xml/DocumentXPathEvaluator.cpp',
1916 'xml/DocumentXPathEvaluator.h', 1916 'xml/DocumentXPathEvaluator.h',
1917 'xml/DocumentXSLT.cpp',
1918 'xml/DocumentXSLT.h',
1917 'xml/NativeXPathNSResolver.cpp', 1919 'xml/NativeXPathNSResolver.cpp',
1918 'xml/NativeXPathNSResolver.h', 1920 'xml/NativeXPathNSResolver.h',
1919 'xml/XMLSerializer.cpp', 1921 'xml/XMLSerializer.cpp',
1920 'xml/XMLSerializer.h', 1922 'xml/XMLSerializer.h',
1921 'xml/XPathEvaluator.cpp', 1923 'xml/XPathEvaluator.cpp',
1922 'xml/XPathEvaluator.h', 1924 'xml/XPathEvaluator.h',
1923 'xml/XPathExpression.cpp', 1925 'xml/XPathExpression.cpp',
1924 'xml/XPathExpression.h', 1926 'xml/XPathExpression.h',
1925 'xml/XPathExpressionNode.cpp', 1927 'xml/XPathExpressionNode.cpp',
1926 'xml/XPathExpressionNode.h', 1928 'xml/XPathExpressionNode.h',
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 'rendering/style/OutlineValueTest.cpp', 3567 'rendering/style/OutlineValueTest.cpp',
3566 'rendering/style/RenderStyleTest.cpp', 3568 'rendering/style/RenderStyleTest.cpp',
3567 'testing/PrivateScriptTestTest.cpp', 3569 'testing/PrivateScriptTestTest.cpp',
3568 'streams/ReadableStreamTest.cpp', 3570 'streams/ReadableStreamTest.cpp',
3569 'testing/UnitTestHelpers.cpp', 3571 'testing/UnitTestHelpers.cpp',
3570 'testing/UnitTestHelpers.h', 3572 'testing/UnitTestHelpers.h',
3571 'xml/parser/SharedBufferReaderTest.cpp', 3573 'xml/parser/SharedBufferReaderTest.cpp',
3572 ], 3574 ],
3573 } 3575 }
3574 } 3576 }
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