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

Unified Diff: pkg/polymer/lib/src/build/runner.dart

Issue 172923002: [polymer] fix editor hints -- query/queryAll and unused imports (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/polymer/lib/src/build/linter.dart ('k') | pkg/polymer/lib/src/build/script_compactor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/build/runner.dart
diff --git a/pkg/polymer/lib/src/build/runner.dart b/pkg/polymer/lib/src/build/runner.dart
index 1ad744a8e94245aa5ac87688bca7318f11df4872..a65c9b070dc7cecf6ea3cf5cb64a84e3b985ed0d 100644
--- a/pkg/polymer/lib/src/build/runner.dart
+++ b/pkg/polymer/lib/src/build/runner.dart
@@ -276,7 +276,7 @@ Future _emitTransformedFiles(AssetSet assets, BarbackOptions options) {
* Adds a package symlink from each directory under `out/web/foo/` to
* `out/packages`.
*/
-Future _addPackagesSymlinks(AssetSet assets, BarbackOptions options) {
+void _addPackagesSymlinks(AssetSet assets, BarbackOptions options) {
var outPackages = path.join(options.outDir, 'packages');
var currentPackage = options.currentPackage;
for (var asset in assets) {
« no previous file with comments | « pkg/polymer/lib/src/build/linter.dart ('k') | pkg/polymer/lib/src/build/script_compactor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698