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

Unified Diff: pkg/csslib/bin/css.dart

Issue 23168002: move csslib into dart svn (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/csslib/README.md ('k') | pkg/csslib/example/call_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/csslib/bin/css.dart
diff --git a/pkg/fixnum/lib/fixnum.dart b/pkg/csslib/bin/css.dart
similarity index 71%
copy from pkg/fixnum/lib/fixnum.dart
copy to pkg/csslib/bin/css.dart
index 4ac6f2a8d31e4fa6aeecf213297030d98be34e44..08f29304a824d6ca6e65f2c1bd7a9bf277985a04 100644
--- a/pkg/fixnum/lib/fixnum.dart
+++ b/pkg/csslib/bin/css.dart
@@ -1,9 +1,8 @@
+#!/usr/bin/env dart
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library fixnum;
+import 'package:csslib/css.dart' as css;
-part 'src/intx.dart';
-part 'src/int32.dart';
-part 'src/int64.dart';
+void main() => css.main();
« no previous file with comments | « pkg/csslib/README.md ('k') | pkg/csslib/example/call_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698