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

Unified Diff: pkg/analyzer/lib/src/codegen/tools.dart

Issue 1411153007: Begin moving code generation tools from analysis_server to analyzer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/lib/src/codegen/text_formatter.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/codegen/tools.dart
diff --git a/pkg/analysis_server/tool/spec/codegen_tools.dart b/pkg/analyzer/lib/src/codegen/tools.dart
similarity index 99%
copy from pkg/analysis_server/tool/spec/codegen_tools.dart
copy to pkg/analyzer/lib/src/codegen/tools.dart
index f3fcb5d2524403e1c191a8151225cd04bad40d34..3b2115d91a2ce7b498671fa77216fd722e776d24 100644
--- a/pkg/analysis_server/tool/spec/codegen_tools.dart
+++ b/pkg/analyzer/lib/src/codegen/tools.dart
@@ -3,16 +3,16 @@
// BSD-style license that can be found in the LICENSE file.
/**
- * Tools for code generation.
+ * Tools for generating code in analyzer and analysis server.
*/
-library codegen.tools;
+library analyzer.src.codegen.tools;
import 'dart:io';
import 'package:html/dom.dart' as dom;
import 'package:path/path.dart';
-import 'html_tools.dart';
+import 'html.dart';
import 'text_formatter.dart';
final RegExp trailingWhitespaceRegExp = new RegExp(r'[\n ]+$');
« no previous file with comments | « pkg/analyzer/lib/src/codegen/text_formatter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698