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

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

Issue 1269443002: Introduce FlexibleArrayBufferView and TypedFlexibleArrayBufferView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed typo Created 5 years, 4 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2266 'dom/ElementRareData.cpp', 2266 'dom/ElementRareData.cpp',
2267 'dom/ElementRareData.h', 2267 'dom/ElementRareData.h',
2268 'dom/ElementTraversal.h', 2268 'dom/ElementTraversal.h',
2269 'dom/EmptyNodeList.cpp', 2269 'dom/EmptyNodeList.cpp',
2270 'dom/EmptyNodeList.h', 2270 'dom/EmptyNodeList.h',
2271 'dom/ExecutionContext.cpp', 2271 'dom/ExecutionContext.cpp',
2272 'dom/ExecutionContext.h', 2272 'dom/ExecutionContext.h',
2273 'dom/ExecutionContextTask.h', 2273 'dom/ExecutionContextTask.h',
2274 'dom/FirstLetterPseudoElement.cpp', 2274 'dom/FirstLetterPseudoElement.cpp',
2275 'dom/FirstLetterPseudoElement.h', 2275 'dom/FirstLetterPseudoElement.h',
2276 'dom/FlexibleArrayBufferView.h',
2276 'dom/FrameRequestCallback.h', 2277 'dom/FrameRequestCallback.h',
2277 'dom/FrameRequestCallbackCollection.cpp', 2278 'dom/FrameRequestCallbackCollection.cpp',
2278 'dom/FrameRequestCallbackCollection.h', 2279 'dom/FrameRequestCallbackCollection.h',
2279 'dom/Fullscreen.cpp', 2280 'dom/Fullscreen.cpp',
2280 'dom/Fullscreen.h', 2281 'dom/Fullscreen.h',
2281 'dom/GlobalEventHandlers.h', 2282 'dom/GlobalEventHandlers.h',
2282 'dom/IconURL.cpp', 2283 'dom/IconURL.cpp',
2283 'dom/IconURL.h', 2284 'dom/IconURL.h',
2284 'dom/IdTargetObserver.cpp', 2285 'dom/IdTargetObserver.cpp',
2285 'dom/IdTargetObserver.h', 2286 'dom/IdTargetObserver.h',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
3815 'style/OutlineValueTest.cpp', 3816 'style/OutlineValueTest.cpp',
3816 'style/SVGComputedStyleTest.cpp', 3817 'style/SVGComputedStyleTest.cpp',
3817 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3818 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3818 'testing/PrivateScriptTestTest.cpp', 3819 'testing/PrivateScriptTestTest.cpp',
3819 'timing/MemoryInfoTest.cpp', 3820 'timing/MemoryInfoTest.cpp',
3820 'workers/WorkerThreadTest.cpp', 3821 'workers/WorkerThreadTest.cpp',
3821 'xml/parser/SharedBufferReaderTest.cpp', 3822 'xml/parser/SharedBufferReaderTest.cpp',
3822 ], 3823 ],
3823 } 3824 }
3824 } 3825 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8Uint8ClampedArray.h ('k') | Source/core/dom/FlexibleArrayBufferView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698