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

Unified Diff: sdk/lib/convert/convert_sources.gypi

Issue 1370073002: Add Base64 codec to dart:convert. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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: sdk/lib/convert/convert_sources.gypi
diff --git a/sdk/lib/convert/convert_sources.gypi b/sdk/lib/convert/convert_sources.gypi
index 6c5267f3cd9a2e24188f850371d06ee51681fb12..d8d40cb68a4db0746e4abc35f0bad85d40930136 100644
--- a/sdk/lib/convert/convert_sources.gypi
+++ b/sdk/lib/convert/convert_sources.gypi
@@ -8,6 +8,7 @@
'convert.dart',
# The above file needs to be first as it lists the parts below.
'ascii.dart',
+ 'base64.dart',
'byte_conversion.dart',
'chunked_conversion.dart',
'codec.dart',

Powered by Google App Engine
This is Rietveld 408576698