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

Unified Diff: runtime/lib/async_sources.gypi

Issue 2768103002: Debugger support for step-into async and async* functions. (Closed)
Patch Set: asiva review Created 3 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 | « runtime/lib/async_patch.dart ('k') | runtime/lib/stacktrace.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/async_sources.gypi
diff --git a/runtime/lib/async_sources.gypi b/runtime/lib/async_sources.gypi
index 4b906a628add44ffabbaa9246b56b1683b5cadef..2c41f96195ec550f7bed7f3a6baec1818c2a0bea 100644
--- a/runtime/lib/async_sources.gypi
+++ b/runtime/lib/async_sources.gypi
@@ -9,5 +9,6 @@
'deferred_load_patch.dart',
'schedule_microtask_patch.dart',
'timer_patch.dart',
+ 'async.cc',
],
}
« no previous file with comments | « runtime/lib/async_patch.dart ('k') | runtime/lib/stacktrace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698