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

Unified Diff: utils/css/tool.dart

Issue 46673003: Remove uses of Options from utils directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « utils/apidoc/apidoc.dart ('k') | utils/template/tool.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/css/tool.dart
diff --git a/utils/css/tool.dart b/utils/css/tool.dart
index cad31a27e5575a25d669a5a09827e0595893adbb..beb26676a44bdbe753a674199f19dddd48c5b785 100644
--- a/utils/css/tool.dart
+++ b/utils/css/tool.dart
@@ -28,8 +28,7 @@ printStats(num elapsed, [String filename = '']) {
/**
* Run from the `utils/css` directory.
*/
-void main() {
- var optionArgs = new Options().arguments;
+void main(List<String> optionsArgs) {
assert(optionArgs.length == 2);
String sourceFullFn = optionArgs[0];
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | utils/template/tool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698