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

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 | « no previous file | Source/core/core_generated.gyp » ('j') | Source/core/core_generated.gyp » ('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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'workers/WorkerConsole.idl', 445 'workers/WorkerConsole.idl',
446 'workers/WorkerGlobalScope.idl', 446 'workers/WorkerGlobalScope.idl',
447 'workers/WorkerLocation.idl', 447 'workers/WorkerLocation.idl',
448 'workers/WorkerNavigator.idl', 448 'workers/WorkerNavigator.idl',
449 'xml/DOMParser.idl', 449 'xml/DOMParser.idl',
450 'xml/XMLHttpRequest.idl', 450 'xml/XMLHttpRequest.idl',
451 'xml/XMLHttpRequestEventTarget.idl', 451 'xml/XMLHttpRequestEventTarget.idl',
452 'xml/XMLHttpRequestProgressEvent.idl', 452 'xml/XMLHttpRequestProgressEvent.idl',
453 'xml/XMLHttpRequestUpload.idl', 453 'xml/XMLHttpRequestUpload.idl',
454 'xml/XMLSerializer.idl', 454 'xml/XMLSerializer.idl',
455 'xml/XMLTreeViewer.idl',
455 'xml/XPathEvaluator.idl', 456 'xml/XPathEvaluator.idl',
456 'xml/XPathExpression.idl', 457 'xml/XPathExpression.idl',
457 'xml/XPathNSResolver.idl', 458 'xml/XPathNSResolver.idl',
458 'xml/XPathResult.idl', 459 'xml/XPathResult.idl',
459 'xml/XSLTProcessor.idl', 460 'xml/XSLTProcessor.idl',
460 ], 461 ],
461 # 'partial interface', target (right side of) 'implements', and 462 # 'partial interface', target (right side of) 'implements', and
462 # interfaces with static bindings (in bindings/core/v8/) 463 # interfaces with static bindings (in bindings/core/v8/)
463 'core_dependency_idl_files': [ 464 'core_dependency_idl_files': [
464 'animation/DocumentAnimation.idl', 465 'animation/DocumentAnimation.idl',
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1862 'xml/XMLHttpRequest.cpp', 1863 'xml/XMLHttpRequest.cpp',
1863 'xml/XMLHttpRequest.h', 1864 'xml/XMLHttpRequest.h',
1864 'xml/XMLHttpRequestEventTarget.h', 1865 'xml/XMLHttpRequestEventTarget.h',
1865 'xml/XMLHttpRequestProgressEvent.h', 1866 'xml/XMLHttpRequestProgressEvent.h',
1866 'xml/XMLHttpRequestProgressEventThrottle.cpp', 1867 'xml/XMLHttpRequestProgressEventThrottle.cpp',
1867 'xml/XMLHttpRequestProgressEventThrottle.h', 1868 'xml/XMLHttpRequestProgressEventThrottle.h',
1868 'xml/XMLHttpRequestUpload.cpp', 1869 'xml/XMLHttpRequestUpload.cpp',
1869 'xml/XMLHttpRequestUpload.h', 1870 'xml/XMLHttpRequestUpload.h',
1870 'xml/XMLSerializer.cpp', 1871 'xml/XMLSerializer.cpp',
1871 'xml/XMLSerializer.h', 1872 'xml/XMLSerializer.h',
1872 'xml/XMLTreeViewer.cpp',
1873 'xml/XMLTreeViewer.h', 1873 'xml/XMLTreeViewer.h',
1874 'xml/XPathEvaluator.cpp', 1874 'xml/XPathEvaluator.cpp',
1875 'xml/XPathEvaluator.h', 1875 'xml/XPathEvaluator.h',
1876 'xml/XPathExpression.cpp', 1876 'xml/XPathExpression.cpp',
1877 'xml/XPathExpression.h', 1877 'xml/XPathExpression.h',
1878 'xml/XPathExpressionNode.cpp', 1878 'xml/XPathExpressionNode.cpp',
1879 'xml/XPathExpressionNode.h', 1879 'xml/XPathExpressionNode.h',
1880 'xml/XPathFunctions.cpp', 1880 'xml/XPathFunctions.cpp',
1881 'xml/XPathFunctions.h', 1881 'xml/XPathFunctions.h',
1882 'xml/XPathNSResolver.cpp', 1882 'xml/XPathNSResolver.cpp',
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after
3466 'rendering/shapes/BoxShapeTest.cpp', 3466 'rendering/shapes/BoxShapeTest.cpp',
3467 'rendering/style/OutlineValueTest.cpp', 3467 'rendering/style/OutlineValueTest.cpp',
3468 'testing/PrivateScriptTestTest.cpp', 3468 'testing/PrivateScriptTestTest.cpp',
3469 'streams/ReadableStreamTest.cpp', 3469 'streams/ReadableStreamTest.cpp',
3470 'testing/UnitTestHelpers.cpp', 3470 'testing/UnitTestHelpers.cpp',
3471 'testing/UnitTestHelpers.h', 3471 'testing/UnitTestHelpers.h',
3472 'xml/parser/SharedBufferReaderTest.cpp', 3472 'xml/parser/SharedBufferReaderTest.cpp',
3473 ], 3473 ],
3474 } 3474 }
3475 } 3475 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core_generated.gyp » ('j') | Source/core/core_generated.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698