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

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

Issue 2686933002: Rename generated file (Closed)
Patch Set: Created 3 years, 10 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_dart_protocol.dart
diff --git a/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart b/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart
index 4357acb4369bb6fbf6d09dda72d9e697af7970b4..5f85c659a3eb00ef5419187fc8b58dbf797fd704 100644
--- a/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart
+++ b/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart
@@ -27,7 +27,7 @@ const Map<String, String> specialElementFlags = const {
};
final GeneratedFile target =
- new GeneratedFile('lib/protocol/generated_protocol.dart', (String pkgPath) {
+ new GeneratedFile('lib/protocol/protocol_generated.dart', (String pkgPath) {
CodegenProtocolVisitor visitor = new CodegenProtocolVisitor(readApi(pkgPath));
return visitor.collectCode(visitor.visitApi);
});

Powered by Google App Engine
This is Rietveld 408576698