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

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

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 years, 11 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/bindings/scripts/code_generator_v8.pm ('k') | Source/core/dom/DOMImplementation.h » ('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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'dom/Range.idl', 81 'dom/Range.idl',
82 'dom/RequestAnimationFrameCallback.idl', 82 'dom/RequestAnimationFrameCallback.idl',
83 'dom/StringCallback.idl', 83 'dom/StringCallback.idl',
84 'dom/Text.idl', 84 'dom/Text.idl',
85 'dom/Touch.idl', 85 'dom/Touch.idl',
86 'dom/TouchList.idl', 86 'dom/TouchList.idl',
87 'dom/TreeWalker.idl', 87 'dom/TreeWalker.idl',
88 'dom/URL.idl', 88 'dom/URL.idl',
89 'dom/WebKitNamedFlow.idl', 89 'dom/WebKitNamedFlow.idl',
90 'dom/WebKitNamedFlowCollection.idl', 90 'dom/WebKitNamedFlowCollection.idl',
91 'dom/XMLDocument.idl',
91 'dom/shadow/ShadowRoot.idl', 92 'dom/shadow/ShadowRoot.idl',
92 'events/AutocompleteErrorEvent.idl', 93 'events/AutocompleteErrorEvent.idl',
93 'events/BeforeLoadEvent.idl', 94 'events/BeforeLoadEvent.idl',
94 'events/BeforeUnloadEvent.idl', 95 'events/BeforeUnloadEvent.idl',
95 'events/CompositionEvent.idl', 96 'events/CompositionEvent.idl',
96 'events/CustomEvent.idl', 97 'events/CustomEvent.idl',
97 'events/ErrorEvent.idl', 98 'events/ErrorEvent.idl',
98 'events/Event.idl', 99 'events/Event.idl',
99 'events/EventTarget.idl', 100 'events/EventTarget.idl',
100 'events/FocusEvent.idl', 101 'events/FocusEvent.idl',
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 'dom/ScriptedAnimationController.cpp', 2018 'dom/ScriptedAnimationController.cpp',
2018 'dom/ScriptedAnimationController.h', 2019 'dom/ScriptedAnimationController.h',
2019 'dom/ExecutionContext.cpp', 2020 'dom/ExecutionContext.cpp',
2020 'dom/ScriptLoader.cpp', 2021 'dom/ScriptLoader.cpp',
2021 'dom/ScriptLoader.h', 2022 'dom/ScriptLoader.h',
2022 'dom/ScriptRunner.cpp', 2023 'dom/ScriptRunner.cpp',
2023 'dom/SecurityContext.cpp', 2024 'dom/SecurityContext.cpp',
2024 'dom/SecurityContext.h', 2025 'dom/SecurityContext.h',
2025 'dom/SelectorQuery.cpp', 2026 'dom/SelectorQuery.cpp',
2026 'dom/SelectorQuery.h', 2027 'dom/SelectorQuery.h',
2028 'dom/XMLDocument.cpp',
2029 'dom/XMLDocument.h',
2027 'dom/custom/CustomElement.cpp', 2030 'dom/custom/CustomElement.cpp',
2028 'dom/custom/CustomElement.h', 2031 'dom/custom/CustomElement.h',
2029 'dom/custom/CustomElementCallbackDispatcher.cpp', 2032 'dom/custom/CustomElementCallbackDispatcher.cpp',
2030 'dom/custom/CustomElementCallbackDispatcher.h', 2033 'dom/custom/CustomElementCallbackDispatcher.h',
2031 'dom/custom/CustomElementCallbackInvocation.cpp', 2034 'dom/custom/CustomElementCallbackInvocation.cpp',
2032 'dom/custom/CustomElementCallbackInvocation.h', 2035 'dom/custom/CustomElementCallbackInvocation.h',
2033 'dom/custom/CustomElementCallbackQueue.cpp', 2036 'dom/custom/CustomElementCallbackQueue.cpp',
2034 'dom/custom/CustomElementCallbackQueue.h', 2037 'dom/custom/CustomElementCallbackQueue.h',
2035 'dom/custom/CustomElementDefinition.cpp', 2038 'dom/custom/CustomElementDefinition.cpp',
2036 'dom/custom/CustomElementDefinition.h', 2039 'dom/custom/CustomElementDefinition.h',
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
3266 'html/track/vtt/BufferedLineReaderTest.cpp', 3269 'html/track/vtt/BufferedLineReaderTest.cpp',
3267 'html/track/vtt/VTTScannerTest.cpp', 3270 'html/track/vtt/VTTScannerTest.cpp',
3268 'frame/ImageBitmapTest.cpp', 3271 'frame/ImageBitmapTest.cpp',
3269 'rendering/RenderOverflowTest.cpp', 3272 'rendering/RenderOverflowTest.cpp',
3270 'rendering/shapes/BoxShapeTest.cpp', 3273 'rendering/shapes/BoxShapeTest.cpp',
3271 'testing/UnitTestHelpers.h', 3274 'testing/UnitTestHelpers.h',
3272 'testing/UnitTestHelpers.cpp', 3275 'testing/UnitTestHelpers.cpp',
3273 ], 3276 ],
3274 } 3277 }
3275 } 3278 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/core/dom/DOMImplementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698