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

Unified Diff: pkg/polymer/lib/builder.dart

Issue 648883002: Add more options to configure the linter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/polymer/lib/deploy.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/builder.dart
diff --git a/pkg/polymer/lib/builder.dart b/pkg/polymer/lib/builder.dart
index 3176ed7d4c5f79e6faea92c8225da493cb790912..6a7ae45ae758223ca4ddab1b31f8cdd07f81a19f 100644
--- a/pkg/polymer/lib/builder.dart
+++ b/pkg/polymer/lib/builder.dart
@@ -346,7 +346,7 @@ List<String> _parseEntryPointsFromPubspec() {
var polymer = t['polymer'];
if (polymer == null || polymer is! Map) return;
- var parsedEntryPoints = readEntrypoints(polymer['entry_points']);
+ var parsedEntryPoints = readFileList(polymer['entry_points']);
if (parsedEntryPoints == null) return;
entryPoints.addAll(parsedEntryPoints);
« no previous file with comments | « no previous file | pkg/polymer/lib/deploy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698