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

Unified Diff: Source/core/core.gypi

Issue 148283013: Blink JavaScript shared memory prototype. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tweaks Created 6 years, 6 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 | « Source/bindings/v8/custom/V8LockManagerCustom.cpp ('k') | Source/core/dom/LockManager.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 8a04cb846931e0017b81fef26d94c56bc74d5b29..9a8ebbdab266f1f069e0e423a783ac5dfa298667 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -62,6 +62,7 @@
'dom/DocumentFragment.idl',
'dom/DocumentType.idl',
'dom/Element.idl',
+ 'dom/LockManager.idl',
'dom/MessageChannel.idl',
'dom/MessagePort.idl',
'dom/MutationObserver.idl',
@@ -2010,6 +2011,8 @@
'dom/LiveNodeList.h',
'dom/LiveNodeListBase.cpp',
'dom/LiveNodeListBase.h',
+ 'dom/LockManager.cpp',
+ 'dom/LockManager.h',
'dom/MainThreadTaskRunner.cpp',
'dom/MainThreadTaskRunner.h',
'dom/MessageChannel.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8LockManagerCustom.cpp ('k') | Source/core/dom/LockManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698