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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/DOMArrayBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 60a22916ac137ea11ae9d25cc9e893fb1e72af94..80d28d84a7b2a157593b36b66cd8c0b677f935cc 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -84,6 +84,7 @@
'dom/NodeList.idl',
'dom/ProcessingInstruction.idl',
'dom/Range.idl',
+ 'dom/SharedArrayBuffer.idl',
'dom/StringCallback.idl',
'dom/Text.idl',
'dom/Touch.idl',
@@ -2194,6 +2195,7 @@
'dom/CrossThreadTask.h',
'dom/DOMArrayBuffer.cpp',
'dom/DOMArrayBuffer.h',
+ 'dom/DOMArrayBufferBase.h',
'dom/DOMArrayBufferView.h',
'dom/DOMArrayPiece.cpp',
'dom/DOMArrayPiece.h',
@@ -2220,6 +2222,8 @@
'dom/DOMRectReadOnly.h',
'dom/DOMSettableTokenList.cpp',
'dom/DOMSettableTokenList.h',
+ 'dom/DOMSharedArrayBuffer.cpp',
+ 'dom/DOMSharedArrayBuffer.h',
'dom/DOMStringList.cpp',
'dom/DOMStringList.h',
'dom/DOMStringMap.cpp',
« 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