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

Unified Diff: build/gen_html_setters.dart

Issue 11471037: Updating dwc for breaking changes that will be part of the next sdk (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years 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 | « bin/dwc_browser.dart ('k') | example/explainer/fruitsearch.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gen_html_setters.dart
diff --git a/build/gen_html_setters.dart b/build/gen_html_setters.dart
index 20f92685b984a5f32a1894a1fe353190bdd27db2..99b565ea9091696245aa139589cc6fef48ba05aa 100644
--- a/build/gen_html_setters.dart
+++ b/build/gen_html_setters.dart
@@ -40,13 +40,12 @@ The information is used to create "$OUTPUT_NAME".
}
var htmlPath = new Path('dart:html');
- var audioPath = new Path('dart:web_audio');
var svgPath = new Path('dart:svg');
var libPath = new Path(sdk).append('/');
var pkgPath = new Path(sdk).append('pkg/');
var mirrors = new Compilation.library(
- [htmlPath, audioPath, svgPath], libPath, pkgPath).mirrors;
+ [htmlPath, svgPath], libPath, pkgPath).mirrors;
var html = mirrors.libraries['html'];
« no previous file with comments | « bin/dwc_browser.dart ('k') | example/explainer/fruitsearch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698