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

Unified Diff: Source/core/core.gypi

Issue 293933002: Remove the Promises old implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/V8PromiseCustom.cpp ('k') | Source/core/dom/Promise.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 0bfc8e134aedd5e432c32148066901f2686acc5a..bbcfed6b07e41343e431a8e1c3c6ff8f2a7fe818 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -74,7 +74,6 @@
'dom/NodeList.idl',
'dom/Notation.idl',
'dom/ProcessingInstruction.idl',
- 'dom/Promise.idl',
'dom/Range.idl',
'dom/RequestAnimationFrameCallback.idl',
'dom/StringCallback.idl',
@@ -2063,7 +2062,6 @@
'dom/PresentationAttributeStyle.h',
'dom/ProcessingInstruction.cpp',
'dom/ProcessingInstruction.h',
- 'dom/Promise.h',
'dom/PseudoElement.cpp',
'dom/QualifiedName.cpp',
'dom/Range.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8PromiseCustom.cpp ('k') | Source/core/dom/Promise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698