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

Unified Diff: sdk/lib/json/json_sources.gypi

Issue 12179004: Revert "Revert "Use browsers JSON.parse for parsing JSON."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « sdk/lib/json/json.dart ('k') | tests/json/json_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}
« no previous file with comments | « sdk/lib/json/json.dart ('k') | tests/json/json_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698