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

Unified Diff: pkg/analyzer/lib/src/codegen/html.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 | « no previous file | pkg/analyzer/lib/src/codegen/text_formatter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/codegen/html.dart
diff --git a/pkg/analysis_server/tool/spec/html_tools.dart b/pkg/analyzer/lib/src/codegen/html.dart
similarity index 96%
copy from pkg/analysis_server/tool/spec/html_tools.dart
copy to pkg/analyzer/lib/src/codegen/html.dart
index d46419feb88b0324f9bf9dcacd62e69a9d83dceb..4307c5c13d4be68ac7de9fd00fac054a86a2767e 100644
--- a/pkg/analysis_server/tool/spec/html_tools.dart
+++ b/pkg/analyzer/lib/src/codegen/html.dart
@@ -3,9 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
/**
- * Tools for HTML manipulation.
+ * Tools for manipulating HTML during code generation of analyzer and analysis
+ * server.
*/
-library html.tools;
+library analyzer.src.codegen.html;
import 'package:html/dom.dart' as dom;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/codegen/text_formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698