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

Unified Diff: runtime/vm/bootstrap.cc

Issue 19000006: First version of Codecs and Converters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. 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 | « runtime/vm/bootstrap.h ('k') | runtime/vm/object_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.cc
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
index 0277d616da508bdad67db08048c88e7f1d4e67d8..3d43e46ac58d312c24f8f60740a664ff6815f6ff 100644
--- a/runtime/vm/bootstrap.cc
+++ b/runtime/vm/bootstrap.cc
@@ -38,6 +38,14 @@ static bootstrap_lib_props bootstrap_libraries[] = {
async,
Bootstrap::async_source_paths_,
Bootstrap::async_patch_paths_),
+ INIT_LIBRARY(ObjectStore::kCodec,
+ codec,
+ Bootstrap::codec_source_paths_,
+ NULL),
+ INIT_LIBRARY(ObjectStore::kConvert,
+ convert,
+ Bootstrap::convert_source_paths_,
+ NULL),
INIT_LIBRARY(ObjectStore::kCollection,
collection,
Bootstrap::collection_source_paths_,
« no previous file with comments | « runtime/vm/bootstrap.h ('k') | runtime/vm/object_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698