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

Unified Diff: pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart

Issue 3002293003: Convert GeneratedContent to async and use AnalysisDriver for tasks graph. (Closed)
Patch Set: Created 3 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: pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart
diff --git a/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart b/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart
index 192d88d8e6ef863b5fa675761e4cbb775b9cc559..a636b5bc053f0a101a25c74bd0cad4c2214d071c 100644
--- a/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart
+++ b/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart
@@ -11,7 +11,8 @@ import 'from_html.dart';
import 'implied_types.dart';
GeneratedFile target(bool responseRequiresRequestTime) =>
- new GeneratedFile('lib/protocol/protocol_common.dart', (String pkgPath) {
+ new GeneratedFile('lib/protocol/protocol_common.dart',
+ (String pkgPath) async {
CodegenCommonVisitor visitor = new CodegenCommonVisitor(
path.basename(pkgPath),
responseRequiresRequestTime,
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/codegen_matchers.dart ('k') | pkg/analyzer_plugin/tool/spec/codegen_protocol_constants.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698