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

Unified Diff: runtime/vm/bootstrap.cc

Issue 27523002: Add "deprecated" to the standard library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/vm/bootstrap.cc
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
index c6ab4940c45c79149e1e2453945615fb49ea962e..45475b18e543420501a4dc6078c7a69c9b591631 100644
--- a/runtime/vm/bootstrap.cc
+++ b/runtime/vm/bootstrap.cc
@@ -34,6 +34,10 @@ static bootstrap_lib_props bootstrap_libraries[] = {
core,
Bootstrap::corelib_source_paths_,
Bootstrap::corelib_patch_paths_),
+ INIT_LIBRARY(ObjectStore::kAnnotation,
+ annotation,
+ Bootstrap::annotation_source_paths_,
+ NULL),
INIT_LIBRARY(ObjectStore::kAsync,
async,
Bootstrap::async_source_paths_,

Powered by Google App Engine
This is Rietveld 408576698