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

Unified Diff: runtime/vm/bootstrap.h

Issue 230863005: Initial UserTag and dart:profiler library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/bit_vector.h ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index 5d3e53ba611cd6b583a6c48163d09b02eb6b20e3..9a3c09b9fff64b0eadbda9f2b68c32d3a239b74a 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -30,6 +30,7 @@ class Bootstrap : public AllStatic {
static const char* math_source_paths_[];
static const char* mirrors_source_paths_[];
static const char* typed_data_source_paths_[];
+ static const char* profiler_source_paths_[];
static const char* utf_source_paths_[];
// Source path mapping for patch URI and 'parts'.
@@ -42,6 +43,7 @@ class Bootstrap : public AllStatic {
static const char* math_patch_paths_[];
static const char* mirrors_patch_paths_[];
static const char* typed_data_patch_paths_[];
+ static const char* profiler_patch_paths_[];
};
} // namespace dart
« no previous file with comments | « runtime/vm/bit_vector.h ('k') | runtime/vm/bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698