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

Unified Diff: runtime/vm/bootstrap.h

Issue 1116263004: Add 'dart:debugger' library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
Index: runtime/vm/bootstrap.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index 3419828acf6d434561246df2fcbe471d3a5d5947..21341748d726ddcc3a1feb5322bd8a20331ffb23 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -24,13 +24,14 @@ class Bootstrap : public AllStatic {
static const char* core_source_paths_[];
static const char* collection_source_paths_[];
static const char* convert_source_paths_[];
+ static const char* debugger_source_paths_[];
static const char* _internal_source_paths_[];
static const char* isolate_source_paths_[];
static const char* json_source_paths_[];
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* typed_data_source_paths_[];
static const char* utf_source_paths_[];
// Source path mapping for patch URI and 'parts'.
@@ -38,12 +39,13 @@ class Bootstrap : public AllStatic {
static const char* core_patch_paths_[];
static const char* collection_patch_paths_[];
static const char* convert_patch_paths_[];
+ static const char* debugger_patch_paths_[];
static const char* _internal_patch_paths_[];
static const char* isolate_patch_paths_[];
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_[];
+ static const char* typed_data_patch_paths_[];
};
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698