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

Unified Diff: runtime/bin/json_sources.gypi

Issue 12190002: 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 | « runtime/bin/json_patch.dart ('k') | sdk/lib/_internal/compiler/implementation/lib/json_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/json_sources.gypi
diff --git a/runtime/bin/json_sources.gypi b/runtime/bin/json_sources.gypi
index 38bb9831e024fd98eb0711ad8c6759ec01b6d320..6c9ca3d32d704aea8745f5fcf2fde0d8d2076cfe 100644
--- a/runtime/bin/json_sources.gypi
+++ b/runtime/bin/json_sources.gypi
@@ -1,10 +1,10 @@
-# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2012, 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 runtime-specific sources for the dart:json library.
+# This file contains all sources for the dart:io library.
{
'sources': [
- 'json_patch.dart',
+ '../../sdk/lib/json/json.dart',
],
}
« no previous file with comments | « runtime/bin/json_patch.dart ('k') | sdk/lib/_internal/compiler/implementation/lib/json_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698