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

Unified Diff: Source/core/core.gypi

Issue 23567043: Promise init callback takes resolve and reject functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/V8PromiseResolverCustom.cpp ('k') | Source/core/dom/Promise.idl » ('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 84c3f48b416e50f1c7f326431c919c1682c8e8a8..0afed5603b1202cd54dde7519439ecf6a88e00e1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -91,7 +91,6 @@
'dom/ProcessingInstruction.idl',
'dom/ProgressEvent.idl',
'dom/Promise.idl',
- 'dom/PromiseResolver.idl',
'dom/Range.idl',
'dom/ResourceProgressEvent.idl',
'dom/SecurityPolicyViolationEvent.idl',
@@ -1969,7 +1968,6 @@
'dom/PostAttachCallbacks.cpp',
'dom/PostAttachCallbacks.h',
'dom/Promise.h',
- 'dom/PromiseResolver.h',
'dom/PseudoElement.cpp',
'dom/QualifiedName.cpp',
'dom/Range.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8PromiseResolverCustom.cpp ('k') | Source/core/dom/Promise.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698