| Index: sdk/lib/json/json_sources.gypi
|
| diff --git a/runtime/lib/math_sources.gypi b/sdk/lib/json/json_sources.gypi
|
| similarity index 75%
|
| copy from runtime/lib/math_sources.gypi
|
| copy to sdk/lib/json/json_sources.gypi
|
| index 2a181738ad5bd6f8f8b2a4dd84259bcd843dddde..afb787af984e507af348ac1ace84dae2482d103c 100644
|
| --- a/runtime/lib/math_sources.gypi
|
| +++ b/sdk/lib/json/json_sources.gypi
|
| @@ -2,9 +2,9 @@
|
| # 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:json library.
|
| {
|
| 'sources': [
|
| - 'math.cc',
|
| - 'math_patch.dart',
|
| + 'json.dart',
|
| ],
|
| }
|
|
|