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

Unified Diff: pkg/analyzer/lib/task/html.dart

Issue 1177983003: (TBR) Attempt to fix the build by backing out HTML support (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/task/html.dart ('k') | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/task/html.dart
diff --git a/pkg/analyzer/lib/task/html.dart b/pkg/analyzer/lib/task/html.dart
index 7f17866a7da318416580b407f21c92f05a86f523..f03e0f9d56369e2bdbf0f9aa8af6a5d43ec160c0 100644
--- a/pkg/analyzer/lib/task/html.dart
+++ b/pkg/analyzer/lib/task/html.dart
@@ -4,18 +4,18 @@
library analyzer.task.html;
-import 'package:analyzer/task/model.dart';
-import 'package:html/dom.dart';
-import 'package:html/parser.dart';
+//import 'package:analyzer/task/model.dart';
+//import 'package:html/dom.dart';
+//import 'package:html/parser.dart';
-/**
- * The result of parsing an HTML file.
- */
-final ResultDescriptor<Document> DOCUMENT =
- new ResultDescriptor<Document>('DOCUMENT', null);
-
-/**
- * The errors found while parsing an HTML file.
- */
-final ListResultDescriptor<ParseError> DOCUMENT_ERRORS =
- new ListResultDescriptor<ParseError>('DOCUMENT_ERRORS', <ParseError>[]);
+///**
+// * The result of parsing an HTML file.
+// */
+//final ResultDescriptor<Document> DOCUMENT =
+// new ResultDescriptor<Document>('DOCUMENT', null);
+//
+///**
+// * The errors found while parsing an HTML file.
+// */
+//final ListResultDescriptor<ParseError> DOCUMENT_ERRORS =
+// new ListResultDescriptor<ParseError>('DOCUMENT_ERRORS', <ParseError>[]);
« no previous file with comments | « pkg/analyzer/lib/src/task/html.dart ('k') | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698