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

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

Issue 479753003: Transform XML tree viewer to blink-in-js implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'imagebitmap/ImageBitmapFactories.idl', 487 'imagebitmap/ImageBitmapFactories.idl',
488 'imagebitmap/WindowImageBitmapFactories.idl', 488 'imagebitmap/WindowImageBitmapFactories.idl',
489 'page/WindowPagePopup.idl', 489 'page/WindowPagePopup.idl',
490 'svg/SVGDocument.idl', 490 'svg/SVGDocument.idl',
491 'svg/SVGFilterPrimitiveStandardAttributes.idl', 491 'svg/SVGFilterPrimitiveStandardAttributes.idl',
492 'svg/SVGFitToViewBox.idl', 492 'svg/SVGFitToViewBox.idl',
493 'svg/SVGTests.idl', 493 'svg/SVGTests.idl',
494 'svg/SVGURIReference.idl', 494 'svg/SVGURIReference.idl',
495 'svg/SVGZoomAndPan.idl', 495 'svg/SVGZoomAndPan.idl',
496 'workers/AbstractWorker.idl', 496 'workers/AbstractWorker.idl',
497 'xml/DocumentXMLTreeViewer.idl',
497 'xml/DocumentXPathEvaluator.idl', 498 'xml/DocumentXPathEvaluator.idl',
498 ], 499 ],
499 # interfaces that inherit from Event, including Event itself 500 # interfaces that inherit from Event, including Event itself
500 'core_event_idl_files': [ 501 'core_event_idl_files': [
501 'css/FontFaceSetLoadEvent.idl', 502 'css/FontFaceSetLoadEvent.idl',
502 'css/MediaQueryListEvent.idl', 503 'css/MediaQueryListEvent.idl',
503 'events/AnimationPlayerEvent.idl', 504 'events/AnimationPlayerEvent.idl',
504 'events/ApplicationCacheErrorEvent.idl', 505 'events/ApplicationCacheErrorEvent.idl',
505 'events/AutocompleteErrorEvent.idl', 506 'events/AutocompleteErrorEvent.idl',
506 'events/BeforeUnloadEvent.idl', 507 'events/BeforeUnloadEvent.idl',
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'xml/XMLHttpRequest.cpp', 1868 'xml/XMLHttpRequest.cpp',
1868 'xml/XMLHttpRequest.h', 1869 'xml/XMLHttpRequest.h',
1869 'xml/XMLHttpRequestEventTarget.h', 1870 'xml/XMLHttpRequestEventTarget.h',
1870 'xml/XMLHttpRequestProgressEvent.h', 1871 'xml/XMLHttpRequestProgressEvent.h',
1871 'xml/XMLHttpRequestProgressEventThrottle.cpp', 1872 'xml/XMLHttpRequestProgressEventThrottle.cpp',
1872 'xml/XMLHttpRequestProgressEventThrottle.h', 1873 'xml/XMLHttpRequestProgressEventThrottle.h',
1873 'xml/XMLHttpRequestUpload.cpp', 1874 'xml/XMLHttpRequestUpload.cpp',
1874 'xml/XMLHttpRequestUpload.h', 1875 'xml/XMLHttpRequestUpload.h',
1875 'xml/XMLSerializer.cpp', 1876 'xml/XMLSerializer.cpp',
1876 'xml/XMLSerializer.h', 1877 'xml/XMLSerializer.h',
1877 'xml/XMLTreeViewer.cpp',
1878 'xml/XMLTreeViewer.h',
1879 'xml/XPathEvaluator.cpp', 1878 'xml/XPathEvaluator.cpp',
1880 'xml/XPathEvaluator.h', 1879 'xml/XPathEvaluator.h',
1881 'xml/XPathExpression.cpp', 1880 'xml/XPathExpression.cpp',
1882 'xml/XPathExpression.h', 1881 'xml/XPathExpression.h',
1883 'xml/XPathExpressionNode.cpp', 1882 'xml/XPathExpressionNode.cpp',
1884 'xml/XPathExpressionNode.h', 1883 'xml/XPathExpressionNode.h',
1885 'xml/XPathFunctions.cpp', 1884 'xml/XPathFunctions.cpp',
1886 'xml/XPathFunctions.h', 1885 'xml/XPathFunctions.h',
1887 'xml/XPathNSResolver.cpp', 1886 'xml/XPathNSResolver.cpp',
1888 'xml/XPathNSResolver.h', 1887 'xml/XPathNSResolver.h',
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
3502 'rendering/shapes/BoxShapeTest.cpp', 3501 'rendering/shapes/BoxShapeTest.cpp',
3503 'rendering/style/OutlineValueTest.cpp', 3502 'rendering/style/OutlineValueTest.cpp',
3504 'testing/PrivateScriptTestTest.cpp', 3503 'testing/PrivateScriptTestTest.cpp',
3505 'streams/ReadableStreamTest.cpp', 3504 'streams/ReadableStreamTest.cpp',
3506 'testing/UnitTestHelpers.cpp', 3505 'testing/UnitTestHelpers.cpp',
3507 'testing/UnitTestHelpers.h', 3506 'testing/UnitTestHelpers.h',
3508 'xml/parser/SharedBufferReaderTest.cpp', 3507 'xml/parser/SharedBufferReaderTest.cpp',
3509 ], 3508 ],
3510 } 3509 }
3511 } 3510 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698