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

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: Disable PromiseTracker and 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 752b63198cca83a6781945515b261aec263510b9..d857c6941fb5839735759377d2bf4f7e0802fd97 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1329,6 +1329,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