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

Unified Diff: runtime/bin/json_sources.gypi

Issue 12114021: 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
Index: runtime/bin/json_sources.gypi
diff --git a/runtime/bin/json_sources.gypi b/runtime/bin/json_sources.gypi
index 6c9ca3d32d704aea8745f5fcf2fde0d8d2076cfe..38bb9831e024fd98eb0711ad8c6759ec01b6d320 100644
--- a/runtime/bin/json_sources.gypi
+++ b/runtime/bin/json_sources.gypi
@@ -1,10 +1,10 @@
-# 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:io library.
+# This file contains all runtime-specific sources for the dart:json library.
{
'sources': [
- '../../sdk/lib/json/json.dart',
+ 'json_patch.dart',
],
}

Powered by Google App Engine
This is Rietveld 408576698