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

Unified Diff: Source/core/core.gypi

Issue 17035004: [ABANDONED] Introduce Promise example implementation written in JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('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 733a49ae64a8ca0ba394c45004a35bced1eb0909..a07f728dd60af8a3ef50dfd0c3db5f988956d9aa 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -90,6 +90,7 @@
'dom/PopStateEvent.idl',
'dom/ProcessingInstruction.idl',
'dom/ProgressEvent.idl',
+ 'dom/Promise.idl',
'dom/Range.idl',
'dom/RequestAnimationFrameCallback.idl',
'dom/ResourceProgressEvent.idl',
@@ -1845,6 +1846,7 @@
'dom/ProcessingInstruction.h',
'dom/ProgressEvent.cpp',
'dom/ProgressEvent.h',
+ 'dom/Promise.h',
'dom/PseudoElement.cpp',
'dom/QualifiedName.cpp',
'dom/Range.cpp',
@@ -3644,6 +3646,9 @@
'platform/chromium/support/WrappedResourceRequest.h',
'platform/chromium/support/WrappedResourceResponse.h',
],
+ 'core_dom_binding_js_files': [
+ 'dom/Promise.js',
+ ],
'core_unittest_files': [
'animation/DocumentTimelineTest.cpp',
'animation/PlayerTest.cpp',
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698