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

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: Patch for landing! 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
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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'imagebitmap/ImageBitmapFactories.idl', 486 'imagebitmap/ImageBitmapFactories.idl',
487 'imagebitmap/WindowImageBitmapFactories.idl', 487 'imagebitmap/WindowImageBitmapFactories.idl',
488 'page/WindowPagePopup.idl', 488 'page/WindowPagePopup.idl',
489 'svg/SVGDocument.idl', 489 'svg/SVGDocument.idl',
490 'svg/SVGFilterPrimitiveStandardAttributes.idl', 490 'svg/SVGFilterPrimitiveStandardAttributes.idl',
491 'svg/SVGFitToViewBox.idl', 491 'svg/SVGFitToViewBox.idl',
492 'svg/SVGTests.idl', 492 'svg/SVGTests.idl',
493 'svg/SVGURIReference.idl', 493 'svg/SVGURIReference.idl',
494 'svg/SVGZoomAndPan.idl', 494 'svg/SVGZoomAndPan.idl',
495 'workers/AbstractWorker.idl', 495 'workers/AbstractWorker.idl',
496 'xml/DocumentXMLTreeViewer.idl',
496 'xml/DocumentXPathEvaluator.idl', 497 'xml/DocumentXPathEvaluator.idl',
497 ], 498 ],
498 # interfaces that inherit from Event, including Event itself 499 # interfaces that inherit from Event, including Event itself
499 'core_event_idl_files': [ 500 'core_event_idl_files': [
500 'css/FontFaceSetLoadEvent.idl', 501 'css/FontFaceSetLoadEvent.idl',
501 'events/AnimationPlayerEvent.idl', 502 'events/AnimationPlayerEvent.idl',
502 'events/ApplicationCacheErrorEvent.idl', 503 'events/ApplicationCacheErrorEvent.idl',
503 'events/AutocompleteErrorEvent.idl', 504 'events/AutocompleteErrorEvent.idl',
504 'events/BeforeUnloadEvent.idl', 505 'events/BeforeUnloadEvent.idl',
505 'events/CompositionEvent.idl', 506 'events/CompositionEvent.idl',
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 'xml/XMLHttpRequest.cpp', 1865 'xml/XMLHttpRequest.cpp',
1865 'xml/XMLHttpRequest.h', 1866 'xml/XMLHttpRequest.h',
1866 'xml/XMLHttpRequestEventTarget.h', 1867 'xml/XMLHttpRequestEventTarget.h',
1867 'xml/XMLHttpRequestProgressEvent.h', 1868 'xml/XMLHttpRequestProgressEvent.h',
1868 'xml/XMLHttpRequestProgressEventThrottle.cpp', 1869 'xml/XMLHttpRequestProgressEventThrottle.cpp',
1869 'xml/XMLHttpRequestProgressEventThrottle.h', 1870 'xml/XMLHttpRequestProgressEventThrottle.h',
1870 'xml/XMLHttpRequestUpload.cpp', 1871 'xml/XMLHttpRequestUpload.cpp',
1871 'xml/XMLHttpRequestUpload.h', 1872 'xml/XMLHttpRequestUpload.h',
1872 'xml/XMLSerializer.cpp', 1873 'xml/XMLSerializer.cpp',
1873 'xml/XMLSerializer.h', 1874 'xml/XMLSerializer.h',
1874 'xml/XMLTreeViewer.cpp',
1875 'xml/XMLTreeViewer.h',
1876 'xml/XPathEvaluator.cpp', 1875 'xml/XPathEvaluator.cpp',
1877 'xml/XPathEvaluator.h', 1876 'xml/XPathEvaluator.h',
1878 'xml/XPathExpression.cpp', 1877 'xml/XPathExpression.cpp',
1879 'xml/XPathExpression.h', 1878 'xml/XPathExpression.h',
1880 'xml/XPathExpressionNode.cpp', 1879 'xml/XPathExpressionNode.cpp',
1881 'xml/XPathExpressionNode.h', 1880 'xml/XPathExpressionNode.h',
1882 'xml/XPathFunctions.cpp', 1881 'xml/XPathFunctions.cpp',
1883 'xml/XPathFunctions.h', 1882 'xml/XPathFunctions.h',
1884 'xml/XPathNSResolver.cpp', 1883 'xml/XPathNSResolver.cpp',
1885 'xml/XPathNSResolver.h', 1884 'xml/XPathNSResolver.h',
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
3498 'rendering/shapes/BoxShapeTest.cpp', 3497 'rendering/shapes/BoxShapeTest.cpp',
3499 'rendering/style/OutlineValueTest.cpp', 3498 'rendering/style/OutlineValueTest.cpp',
3500 'testing/PrivateScriptTestTest.cpp', 3499 'testing/PrivateScriptTestTest.cpp',
3501 'streams/ReadableStreamTest.cpp', 3500 'streams/ReadableStreamTest.cpp',
3502 'testing/UnitTestHelpers.cpp', 3501 'testing/UnitTestHelpers.cpp',
3503 'testing/UnitTestHelpers.h', 3502 'testing/UnitTestHelpers.h',
3504 'xml/parser/SharedBufferReaderTest.cpp', 3503 'xml/parser/SharedBufferReaderTest.cpp',
3505 ], 3504 ],
3506 } 3505 }
3507 } 3506 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698