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

Unified Diff: runtime/vm/symbols.h

Issue 286903010: Add dart:io view to the observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add missing files. Created 6 years, 7 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/isolate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index a7eb3f0e1235326a864f166b8d8b538f72527b13..ddfc19cc426d2b89dbe0c6d1c586781183890b77 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -292,6 +292,7 @@ class ObjectPointerVisitor;
V(DartTypedData, "dart:typed_data") \
V(DartVMService, "dart:vmservice") \
V(DartProfiler, "dart:profiler") \
+ V(DartIOLibName, "dart.io") \
V(_Random, "_Random") \
V(_state, "_state") \
V(_A, "_A") \
« no previous file with comments | « runtime/vm/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698