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

Unified Diff: pkg/analysis_server/tool/spec/codegen_inttest_methods.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/analysis_server/tool/spec/codegen_inttest_methods.dart
diff --git a/pkg/analysis_server/tool/spec/codegen_inttest_methods.dart b/pkg/analysis_server/tool/spec/codegen_inttest_methods.dart
index ddc730fbb5765e505d09294635805daa0698871a..06b26e688bb83bf78d9ade8f6735ddeceb9cc0b8 100644
--- a/pkg/analysis_server/tool/spec/codegen_inttest_methods.dart
+++ b/pkg/analysis_server/tool/spec/codegen_inttest_methods.dart
@@ -16,8 +16,9 @@ import 'codegen_dart.dart';
import 'from_html.dart';
import 'to_html.dart';
-final GeneratedFile target = new GeneratedFile(
- 'test/integration/support/integration_test_methods.dart', (String pkgPath) {
+final GeneratedFile target =
+ new GeneratedFile('test/integration/support/integration_test_methods.dart',
+ (String pkgPath) async {
CodegenInttestMethodsVisitor visitor = new CodegenInttestMethodsVisitor(
path.basename(pkgPath), readApi(pkgPath));
return visitor.collectCode(visitor.visitApi);
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_dart_protocol.dart ('k') | pkg/analysis_server/tool/spec/codegen_java.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698