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

Unified Diff: Source/core/core.gyp

Issue 177773002: Support Promises instrumentation on backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: V8PromiseCustom::setState -> (anonymous namespace)::setStateForPromise + REBASE Created 6 years, 9 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/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index a1446cd962ca03b3408682708c26151e35818a84..f78c8d76a90832fa217007fd66912feee6edbc2f 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -121,6 +121,7 @@
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
],
@@ -313,6 +314,7 @@
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8PromiseCustom.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698