Index: mojo/public/dart/third_party/shelf_static/lib/shelf_static.dart |
diff --git a/mojo/public/dart/third_party/shelf_static/lib/shelf_static.dart b/mojo/public/dart/third_party/shelf_static/lib/shelf_static.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cc70247dcee4c94c9832f645ad524f37ea937f84 |
--- /dev/null |
+++ b/mojo/public/dart/third_party/shelf_static/lib/shelf_static.dart |
@@ -0,0 +1,7 @@ |
+// Copyright (c) 2015, 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 shelf_static; |
+ |
+export 'src/static_handler.dart'; |