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

Unified Diff: third_party/pkg/js/tools/create_bootstrap.dart

Issue 52573002: Remove uses of Options from pkg, samples, tests, and third_party directories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Edit comment Created 7 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 | « third_party/pkg/js/build.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/js/tools/create_bootstrap.dart
diff --git a/third_party/pkg/js/tools/create_bootstrap.dart b/third_party/pkg/js/tools/create_bootstrap.dart
index 14ecc7acfe3376d1ed6dce78611d30fb5538642f..5c06c6a7ac247438bc7a46f697f29d9c58c8c513 100755
--- a/third_party/pkg/js/tools/create_bootstrap.dart
+++ b/third_party/pkg/js/tools/create_bootstrap.dart
@@ -49,8 +49,7 @@ create(Path libPath) {
}
main() {
- final options = new Options();
- final scriptPath = new Path(options.script).directoryPath;
+ final scriptPath = new Path(Platform.script).directoryPath;
final libPath = scriptPath.join(new Path('../lib'));
create(libPath);
}
« no previous file with comments | « third_party/pkg/js/build.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698