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

Unified Diff: sdk/lib/convert/codec.dart

Issue 19941002: Remove dart:codec and move classes into dart:convert. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 5 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/codec/json.dart ('k') | sdk/lib/convert/convert.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/convert/codec.dart
diff --git a/sdk/lib/codec/codec.dart b/sdk/lib/convert/codec.dart
similarity index 97%
rename from sdk/lib/codec/codec.dart
rename to sdk/lib/convert/codec.dart
index faf736141d04a9da028c93a633548f20f405623f..1afe63a7105c3c8965525256fd5117a3647412b4 100644
--- a/sdk/lib/codec/codec.dart
+++ b/sdk/lib/convert/codec.dart
@@ -2,12 +2,7 @@
// 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.
-library dart.codec;
-
-import 'dart:convert';
-
-part 'encoding.dart';
-part 'json.dart';
+part of dart.convert;
/**
* A [Codec] encodes and (if supported) decodes data.
« no previous file with comments | « sdk/lib/codec/json.dart ('k') | sdk/lib/convert/convert.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698