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

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

Issue 2844273003: Unify the server and plugin versions of the generators (Closed)
Patch Set: add missed files Created 3 years, 8 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 | « pkg/analyzer_plugin/tool/spec/from_html.dart ('k') | pkg/analyzer_plugin/tool/spec/generate_files » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/tool/spec/generate_all.dart
diff --git a/pkg/analyzer_plugin/tool/spec/generate_all.dart b/pkg/analyzer_plugin/tool/spec/generate_all.dart
index e0f29b52db82532277ea7655162f114797f58544..234435a0a70bc7f282c76b5bcebdd2438339865d 100644
--- a/pkg/analyzer_plugin/tool/spec/generate_all.dart
+++ b/pkg/analyzer_plugin/tool/spec/generate_all.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -27,7 +27,6 @@ main() {
*/
List<GeneratedContent> get allTargets {
List<GeneratedContent> targets = <GeneratedContent>[];
-// targets.add(codegen_analysis_server.target);
targets.add(codegen_dart_protocol.target);
targets.add(codegen_inttest_methods.target);
targets.add(codegen_matchers.target);
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/from_html.dart ('k') | pkg/analyzer_plugin/tool/spec/generate_files » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698