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

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

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests 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 | Annotate | Revision Log
« 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/DocumentXMLTreeViewer.idl',
498 'xml/DocumentXPathEvaluator.idl', 498 'xml/DocumentXPathEvaluator.idl',
499 'xml/DocumentXSLT.idl',
500 'xml/WindowXSLT.idl',
499 ], 501 ],
500 # interfaces that inherit from Event, including Event itself 502 # interfaces that inherit from Event, including Event itself
501 'core_event_idl_files': [ 503 'core_event_idl_files': [
502 'css/FontFaceSetLoadEvent.idl', 504 'css/FontFaceSetLoadEvent.idl',
503 'css/MediaQueryListEvent.idl', 505 'css/MediaQueryListEvent.idl',
504 'events/AnimationPlayerEvent.idl', 506 'events/AnimationPlayerEvent.idl',
505 'events/ApplicationCacheErrorEvent.idl', 507 'events/ApplicationCacheErrorEvent.idl',
506 'events/AutocompleteErrorEvent.idl', 508 'events/AutocompleteErrorEvent.idl',
507 'events/BeforeUnloadEvent.idl', 509 'events/BeforeUnloadEvent.idl',
508 'events/CompositionEvent.idl', 510 'events/CompositionEvent.idl',
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 'workers/WorkerScriptLoaderClient.h', 1859 'workers/WorkerScriptLoaderClient.h',
1858 'workers/WorkerThread.cpp', 1860 'workers/WorkerThread.cpp',
1859 'workers/WorkerThreadStartupData.cpp', 1861 'workers/WorkerThreadStartupData.cpp',
1860 'workers/WorkerThreadStartupData.h', 1862 'workers/WorkerThreadStartupData.h',
1861 'xml/DOMParser.cpp', 1863 'xml/DOMParser.cpp',
1862 'xml/DOMParser.h', 1864 'xml/DOMParser.h',
1863 'xml/DocumentXPathEvaluator.cpp', 1865 'xml/DocumentXPathEvaluator.cpp',
1864 'xml/DocumentXPathEvaluator.h', 1866 'xml/DocumentXPathEvaluator.h',
1865 'xml/NativeXPathNSResolver.cpp', 1867 'xml/NativeXPathNSResolver.cpp',
1866 'xml/NativeXPathNSResolver.h', 1868 'xml/NativeXPathNSResolver.h',
1869 'xml/WindowXSLT.cpp',
1870 'xml/WindowXSLT.h',
1867 'xml/XMLHttpRequest.cpp', 1871 'xml/XMLHttpRequest.cpp',
1868 'xml/XMLHttpRequest.h', 1872 'xml/XMLHttpRequest.h',
1869 'xml/XMLHttpRequestEventTarget.h', 1873 'xml/XMLHttpRequestEventTarget.h',
1870 'xml/XMLHttpRequestProgressEvent.h', 1874 'xml/XMLHttpRequestProgressEvent.h',
1871 'xml/XMLHttpRequestProgressEventThrottle.cpp', 1875 'xml/XMLHttpRequestProgressEventThrottle.cpp',
1872 'xml/XMLHttpRequestProgressEventThrottle.h', 1876 'xml/XMLHttpRequestProgressEventThrottle.h',
1873 'xml/XMLHttpRequestUpload.cpp', 1877 'xml/XMLHttpRequestUpload.cpp',
1874 'xml/XMLHttpRequestUpload.h', 1878 'xml/XMLHttpRequestUpload.h',
1875 'xml/XMLSerializer.cpp', 1879 'xml/XMLSerializer.cpp',
1876 'xml/XMLSerializer.h', 1880 'xml/XMLSerializer.h',
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3501 'rendering/shapes/BoxShapeTest.cpp', 3505 'rendering/shapes/BoxShapeTest.cpp',
3502 'rendering/style/OutlineValueTest.cpp', 3506 'rendering/style/OutlineValueTest.cpp',
3503 'testing/PrivateScriptTestTest.cpp', 3507 'testing/PrivateScriptTestTest.cpp',
3504 'streams/ReadableStreamTest.cpp', 3508 'streams/ReadableStreamTest.cpp',
3505 'testing/UnitTestHelpers.cpp', 3509 'testing/UnitTestHelpers.cpp',
3506 'testing/UnitTestHelpers.h', 3510 'testing/UnitTestHelpers.h',
3507 'xml/parser/SharedBufferReaderTest.cpp', 3511 'xml/parser/SharedBufferReaderTest.cpp',
3508 ], 3512 ],
3509 } 3513 }
3510 } 3514 }
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