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

Unified Diff: Source/core/core.gypi

Issue 177773002: Support Promises instrumentation on backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix in printing NULL parent promises Created 6 years, 10 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 80fe07f284c197889c370dfa518298a6257e3086..345566d96db6eba4cc82cbe0d38722e69e12aa6f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1198,6 +1198,8 @@
'inspector/PageDebuggerAgent.h',
'inspector/PageRuntimeAgent.cpp',
'inspector/PageRuntimeAgent.h',
+ 'inspector/PromiseOfficer.cpp',
+ 'inspector/PromiseOfficer.h',
'inspector/ScriptArguments.cpp',
'inspector/ScriptArguments.h',
'inspector/ScriptCallFrame.cpp',

Powered by Google App Engine
This is Rietveld 408576698