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

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

Issue 1179373004: Add DOMSharedArrayBuffer type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge master Created 5 years, 5 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/dom/DOMArrayBuffer.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 '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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'dom/MessagePort.idl', 77 'dom/MessagePort.idl',
78 'dom/MutationObserver.idl', 78 'dom/MutationObserver.idl',
79 'dom/MutationRecord.idl', 79 'dom/MutationRecord.idl',
80 'dom/NamedNodeMap.idl', 80 'dom/NamedNodeMap.idl',
81 'dom/Node.idl', 81 'dom/Node.idl',
82 'dom/NodeFilter.idl', 82 'dom/NodeFilter.idl',
83 'dom/NodeIterator.idl', 83 'dom/NodeIterator.idl',
84 'dom/NodeList.idl', 84 'dom/NodeList.idl',
85 'dom/ProcessingInstruction.idl', 85 'dom/ProcessingInstruction.idl',
86 'dom/Range.idl', 86 'dom/Range.idl',
87 'dom/SharedArrayBuffer.idl',
87 'dom/StringCallback.idl', 88 'dom/StringCallback.idl',
88 'dom/Text.idl', 89 'dom/Text.idl',
89 'dom/Touch.idl', 90 'dom/Touch.idl',
90 'dom/TouchList.idl', 91 'dom/TouchList.idl',
91 'dom/TreeWalker.idl', 92 'dom/TreeWalker.idl',
92 'dom/Uint16Array.idl', 93 'dom/Uint16Array.idl',
93 'dom/Uint32Array.idl', 94 'dom/Uint32Array.idl',
94 'dom/Uint8Array.idl', 95 'dom/Uint8Array.idl',
95 'dom/Uint8ClampedArray.idl', 96 'dom/Uint8ClampedArray.idl',
96 'dom/XMLDocument.idl', 97 'dom/XMLDocument.idl',
(...skipping 2090 matching lines...) Expand 10 before | Expand all | Expand 10 after
2187 'dom/CompositorProxy.h', 2188 'dom/CompositorProxy.h',
2188 'dom/ContainerNode.cpp', 2189 'dom/ContainerNode.cpp',
2189 'dom/ContextFeatures.cpp', 2190 'dom/ContextFeatures.cpp',
2190 'dom/ContextFeatures.h', 2191 'dom/ContextFeatures.h',
2191 'dom/ContextLifecycleNotifier.cpp', 2192 'dom/ContextLifecycleNotifier.cpp',
2192 'dom/ContextLifecycleNotifier.h', 2193 'dom/ContextLifecycleNotifier.h',
2193 'dom/ContextLifecycleObserver.h', 2194 'dom/ContextLifecycleObserver.h',
2194 'dom/CrossThreadTask.h', 2195 'dom/CrossThreadTask.h',
2195 'dom/DOMArrayBuffer.cpp', 2196 'dom/DOMArrayBuffer.cpp',
2196 'dom/DOMArrayBuffer.h', 2197 'dom/DOMArrayBuffer.h',
2198 'dom/DOMArrayBufferBase.h',
2197 'dom/DOMArrayBufferView.h', 2199 'dom/DOMArrayBufferView.h',
2198 'dom/DOMArrayPiece.cpp', 2200 'dom/DOMArrayPiece.cpp',
2199 'dom/DOMArrayPiece.h', 2201 'dom/DOMArrayPiece.h',
2200 'dom/DOMDataView.cpp', 2202 'dom/DOMDataView.cpp',
2201 'dom/DOMDataView.h', 2203 'dom/DOMDataView.h',
2202 'dom/DOMError.cpp', 2204 'dom/DOMError.cpp',
2203 'dom/DOMError.h', 2205 'dom/DOMError.h',
2204 'dom/DOMException.cpp', 2206 'dom/DOMException.cpp',
2205 'dom/DOMException.h', 2207 'dom/DOMException.h',
2206 'dom/DOMImplementation.cpp', 2208 'dom/DOMImplementation.cpp',
2207 'dom/DOMMatrix.cpp', 2209 'dom/DOMMatrix.cpp',
2208 'dom/DOMMatrix.h', 2210 'dom/DOMMatrix.h',
2209 'dom/DOMMatrixReadOnly.cpp', 2211 'dom/DOMMatrixReadOnly.cpp',
2210 'dom/DOMMatrixReadOnly.h', 2212 'dom/DOMMatrixReadOnly.h',
2211 'dom/DOMNodeIds.cpp', 2213 'dom/DOMNodeIds.cpp',
2212 'dom/DOMNodeIds.h', 2214 'dom/DOMNodeIds.h',
2213 'dom/DOMPoint.cpp', 2215 'dom/DOMPoint.cpp',
2214 'dom/DOMPoint.h', 2216 'dom/DOMPoint.h',
2215 'dom/DOMPointReadOnly.cpp', 2217 'dom/DOMPointReadOnly.cpp',
2216 'dom/DOMPointReadOnly.h', 2218 'dom/DOMPointReadOnly.h',
2217 'dom/DOMRect.cpp', 2219 'dom/DOMRect.cpp',
2218 'dom/DOMRect.h', 2220 'dom/DOMRect.h',
2219 'dom/DOMRectReadOnly.cpp', 2221 'dom/DOMRectReadOnly.cpp',
2220 'dom/DOMRectReadOnly.h', 2222 'dom/DOMRectReadOnly.h',
2221 'dom/DOMSettableTokenList.cpp', 2223 'dom/DOMSettableTokenList.cpp',
2222 'dom/DOMSettableTokenList.h', 2224 'dom/DOMSettableTokenList.h',
2225 'dom/DOMSharedArrayBuffer.cpp',
2226 'dom/DOMSharedArrayBuffer.h',
2223 'dom/DOMStringList.cpp', 2227 'dom/DOMStringList.cpp',
2224 'dom/DOMStringList.h', 2228 'dom/DOMStringList.h',
2225 'dom/DOMStringMap.cpp', 2229 'dom/DOMStringMap.cpp',
2226 'dom/DOMStringMap.h', 2230 'dom/DOMStringMap.h',
2227 'dom/DOMTokenList.cpp', 2231 'dom/DOMTokenList.cpp',
2228 'dom/DOMTokenList.h', 2232 'dom/DOMTokenList.h',
2229 'dom/DOMTypedArray.cpp', 2233 'dom/DOMTypedArray.cpp',
2230 'dom/DOMTypedArray.h', 2234 'dom/DOMTypedArray.h',
2231 'dom/DOMURL.cpp', 2235 'dom/DOMURL.cpp',
2232 'dom/DOMURL.h', 2236 'dom/DOMURL.h',
(...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
3966 'style/OutlineValueTest.cpp', 3970 'style/OutlineValueTest.cpp',
3967 'style/SVGComputedStyleTest.cpp', 3971 'style/SVGComputedStyleTest.cpp',
3968 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3972 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3969 'testing/PrivateScriptTestTest.cpp', 3973 'testing/PrivateScriptTestTest.cpp',
3970 'timing/MemoryInfoTest.cpp', 3974 'timing/MemoryInfoTest.cpp',
3971 'workers/WorkerThreadTest.cpp', 3975 'workers/WorkerThreadTest.cpp',
3972 'xml/parser/SharedBufferReaderTest.cpp', 3976 'xml/parser/SharedBufferReaderTest.cpp',
3973 ], 3977 ],
3974 } 3978 }
3975 } 3979 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DOMArrayBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698