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

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

Issue 1091543002: IDL: Add [FlexibleArrayBufferView] and use for bufferSubData Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-includes-for-type-tuning
Patch Set: add warning about the storage's life-time Created 5 years, 8 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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2189 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 'dom/ElementRareData.cpp', 2200 'dom/ElementRareData.cpp',
2201 'dom/ElementRareData.h', 2201 'dom/ElementRareData.h',
2202 'dom/ElementTraversal.h', 2202 'dom/ElementTraversal.h',
2203 'dom/EmptyNodeList.cpp', 2203 'dom/EmptyNodeList.cpp',
2204 'dom/EmptyNodeList.h', 2204 'dom/EmptyNodeList.h',
2205 'dom/ExecutionContext.cpp', 2205 'dom/ExecutionContext.cpp',
2206 'dom/ExecutionContext.h', 2206 'dom/ExecutionContext.h',
2207 'dom/ExecutionContextTask.h', 2207 'dom/ExecutionContextTask.h',
2208 'dom/FirstLetterPseudoElement.cpp', 2208 'dom/FirstLetterPseudoElement.cpp',
2209 'dom/FirstLetterPseudoElement.h', 2209 'dom/FirstLetterPseudoElement.h',
2210 'dom/FlexibleArrayBufferView.h',
2210 'dom/FrameRequestCallback.h', 2211 'dom/FrameRequestCallback.h',
2211 'dom/FrameRequestCallbackCollection.cpp', 2212 'dom/FrameRequestCallbackCollection.cpp',
2212 'dom/FrameRequestCallbackCollection.h', 2213 'dom/FrameRequestCallbackCollection.h',
2213 'dom/Fullscreen.cpp', 2214 'dom/Fullscreen.cpp',
2214 'dom/Fullscreen.h', 2215 'dom/Fullscreen.h',
2215 'dom/GlobalEventHandlers.h', 2216 'dom/GlobalEventHandlers.h',
2216 'dom/IconURL.cpp', 2217 'dom/IconURL.cpp',
2217 'dom/IconURL.h', 2218 'dom/IconURL.h',
2218 'dom/IdTargetObserver.cpp', 2219 'dom/IdTargetObserver.cpp',
2219 'dom/IdTargetObserver.h', 2220 'dom/IdTargetObserver.h',
(...skipping 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
3829 'paint/LayerClipRecorderTest.cpp', 3830 'paint/LayerClipRecorderTest.cpp',
3830 'paint/LayoutObjectDrawingRecorderTest.cpp', 3831 'paint/LayoutObjectDrawingRecorderTest.cpp',
3831 'paint/TextPainterTest.cpp', 3832 'paint/TextPainterTest.cpp',
3832 'streams/ReadableStreamReaderTest.cpp', 3833 'streams/ReadableStreamReaderTest.cpp',
3833 'streams/ReadableStreamTest.cpp', 3834 'streams/ReadableStreamTest.cpp',
3834 'testing/PrivateScriptTestTest.cpp', 3835 'testing/PrivateScriptTestTest.cpp',
3835 'xml/parser/SharedBufferReaderTest.cpp', 3836 'xml/parser/SharedBufferReaderTest.cpp',
3836 ], 3837 ],
3837 } 3838 }
3838 } 3839 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/dom/FlexibleArrayBufferView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698