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

Unified Diff: Source/core/core.gypi

Issue 74063002: DevTools: Support asynchronous call stacks on backend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Async call stacks are off by default, added Debugger.enableAsyncCallStacks protocol command Created 7 years, 1 month 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 8cdd47a35b30e099336fa049de8454dcb2ab2422..4364eca37639da27a4cb67b4b6c2456001c41c65 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1012,6 +1012,8 @@
'fileapi/Stream.cpp',
'fileapi/Stream.h',
'history/HistoryItem.cpp',
+ 'inspector/AsyncCallStackTracker.cpp',
+ 'inspector/AsyncCallStackTracker.h',
'inspector/BindingVisitors.h',
'inspector/ConsoleAPITypes.h',
'inspector/ConsoleMessage.cpp',

Powered by Google App Engine
This is Rietveld 408576698