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

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

Issue 703193004: XSLT-in-PrivateScript (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
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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'page/WindowPagePopup.idl', 492 'page/WindowPagePopup.idl',
493 'svg/SVGDocument.idl', 493 'svg/SVGDocument.idl',
494 'svg/SVGFilterPrimitiveStandardAttributes.idl', 494 'svg/SVGFilterPrimitiveStandardAttributes.idl',
495 'svg/SVGFitToViewBox.idl', 495 'svg/SVGFitToViewBox.idl',
496 'svg/SVGTests.idl', 496 'svg/SVGTests.idl',
497 'svg/SVGURIReference.idl', 497 'svg/SVGURIReference.idl',
498 'svg/SVGZoomAndPan.idl', 498 'svg/SVGZoomAndPan.idl',
499 'workers/AbstractWorker.idl', 499 'workers/AbstractWorker.idl',
500 'xml/DocumentXMLTreeViewer.idl', 500 'xml/DocumentXMLTreeViewer.idl',
501 'xml/DocumentXPathEvaluator.idl', 501 'xml/DocumentXPathEvaluator.idl',
502 'xml/DocumentXSLT.idl',
503 'xml/WindowXSLT.idl',
502 ], 504 ],
503 # interfaces that inherit from Event, including Event itself 505 # interfaces that inherit from Event, including Event itself
504 'core_event_idl_files': [ 506 'core_event_idl_files': [
505 'css/FontFaceSetLoadEvent.idl', 507 'css/FontFaceSetLoadEvent.idl',
506 'css/MediaQueryListEvent.idl', 508 'css/MediaQueryListEvent.idl',
507 'events/AnimationPlayerEvent.idl', 509 'events/AnimationPlayerEvent.idl',
508 'events/ApplicationCacheErrorEvent.idl', 510 'events/ApplicationCacheErrorEvent.idl',
509 'events/AutocompleteErrorEvent.idl', 511 'events/AutocompleteErrorEvent.idl',
510 'events/BeforeUnloadEvent.idl', 512 'events/BeforeUnloadEvent.idl',
511 'events/CompositionEvent.idl', 513 'events/CompositionEvent.idl',
(...skipping 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 'workers/WorkerScriptLoaderClient.h', 1968 'workers/WorkerScriptLoaderClient.h',
1967 'workers/WorkerThread.cpp', 1969 'workers/WorkerThread.cpp',
1968 'workers/WorkerThreadStartupData.cpp', 1970 'workers/WorkerThreadStartupData.cpp',
1969 'workers/WorkerThreadStartupData.h', 1971 'workers/WorkerThreadStartupData.h',
1970 'xml/DOMParser.cpp', 1972 'xml/DOMParser.cpp',
1971 'xml/DOMParser.h', 1973 'xml/DOMParser.h',
1972 'xml/DocumentXPathEvaluator.cpp', 1974 'xml/DocumentXPathEvaluator.cpp',
1973 'xml/DocumentXPathEvaluator.h', 1975 'xml/DocumentXPathEvaluator.h',
1974 'xml/NativeXPathNSResolver.cpp', 1976 'xml/NativeXPathNSResolver.cpp',
1975 'xml/NativeXPathNSResolver.h', 1977 'xml/NativeXPathNSResolver.h',
1978 'xml/WindowXSLT.cpp',
1979 'xml/WindowXSLT.h',
1976 'xml/XMLSerializer.cpp', 1980 'xml/XMLSerializer.cpp',
1977 'xml/XMLSerializer.h', 1981 'xml/XMLSerializer.h',
1978 'xml/XPathEvaluator.cpp', 1982 'xml/XPathEvaluator.cpp',
1979 'xml/XPathEvaluator.h', 1983 'xml/XPathEvaluator.h',
1980 'xml/XPathExpression.cpp', 1984 'xml/XPathExpression.cpp',
1981 'xml/XPathExpression.h', 1985 'xml/XPathExpression.h',
1982 'xml/XPathExpressionNode.cpp', 1986 'xml/XPathExpressionNode.cpp',
1983 'xml/XPathExpressionNode.h', 1987 'xml/XPathExpressionNode.h',
1984 'xml/XPathFunctions.cpp', 1988 'xml/XPathFunctions.cpp',
1985 'xml/XPathFunctions.h', 1989 'xml/XPathFunctions.h',
(...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 'rendering/style/OutlineValueTest.cpp', 3624 'rendering/style/OutlineValueTest.cpp',
3621 'rendering/style/RenderStyleTest.cpp', 3625 'rendering/style/RenderStyleTest.cpp',
3622 'testing/PrivateScriptTestTest.cpp', 3626 'testing/PrivateScriptTestTest.cpp',
3623 'streams/ReadableStreamTest.cpp', 3627 'streams/ReadableStreamTest.cpp',
3624 'testing/UnitTestHelpers.cpp', 3628 'testing/UnitTestHelpers.cpp',
3625 'testing/UnitTestHelpers.h', 3629 'testing/UnitTestHelpers.h',
3626 'xml/parser/SharedBufferReaderTest.cpp', 3630 'xml/parser/SharedBufferReaderTest.cpp',
3627 ], 3631 ],
3628 } 3632 }
3629 } 3633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698