| Index: sdk/lib/codec/codec_sources.gypi
|
| diff --git a/sdk/lib/math/math_sources.gypi b/sdk/lib/codec/codec_sources.gypi
|
| similarity index 53%
|
| copy from sdk/lib/math/math_sources.gypi
|
| copy to sdk/lib/codec/codec_sources.gypi
|
| index ed2577ef48fac24500e45ac87990d2e553f9dc5f..4d85f032e08c19d992ba59277c6361a2244d2bf4 100644
|
| --- a/sdk/lib/math/math_sources.gypi
|
| +++ b/sdk/lib/codec/codec_sources.gypi
|
| @@ -1,11 +1,14 @@
|
| -# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +# Copyright (c) 2013, 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.
|
|
|
| +# This file contains all sources for the dart:convert library.
|
| {
|
| 'sources': [
|
| - 'math.dart',
|
| + 'codec.dart',
|
| # The above file needs to be first as it lists the parts below.
|
| - 'random.dart',
|
| + 'encoding.dart',
|
| + 'json.dart',
|
| + 'line_splitter.dart',
|
| ],
|
| }
|
|
|