OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 # This file contains all sources for the dart:uri library. | 5 # This file contains all sources for the dart:uri library. |
6 { | 6 { |
7 'sources': [ | 7 'sources': [ |
8 '../../lib/uri/uri.dart', | 8 '../../sdk/lib/uri/uri.dart', |
9 '../../lib/uri/helpers.dart', | 9 '../../sdk/lib/uri/helpers.dart', |
10 '../../lib/uri/encode_decode.dart', | 10 '../../sdk/lib/uri/encode_decode.dart', |
11 ], | 11 ], |
12 } | 12 } |
OLD | NEW |