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

Unified Diff: Source/core/core.gypi

Issue 433653003: Support Promises event-based instrumentation on backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments + REBASE Created 6 years, 4 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 a5dacd3531e7a291933362d78712e0af4d3d8864..7c972266d332342dcae4cd4abbd8053fbf441e8f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1330,6 +1330,8 @@
'inspector/PageDebuggerAgent.h',
'inspector/PageRuntimeAgent.cpp',
'inspector/PageRuntimeAgent.h',
+ 'inspector/PromiseTracker.cpp',
+ 'inspector/PromiseTracker.h',
'inspector/ScriptArguments.cpp',
'inspector/ScriptArguments.h',
'inspector/ScriptAsyncCallStack.cpp',

Powered by Google App Engine
This is Rietveld 408576698