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

Unified Diff: runtime/vm/bootstrap.h

Issue 1381033002: Add data-URI support class to dart:core (next to Uri). (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Added library now working (thanks fschneider). Back to the main content. Created 5 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.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index 4cae3706e39140268b732bfd6cf978e0d714572d..8c6f9aa48553826cdb6b7a56d210cc57bc33d152 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -32,6 +32,7 @@ class Bootstrap : public AllStatic {
static const char* mirrors_source_paths_[];
static const char* typed_data_source_paths_[];
static const char* utf_source_paths_[];
+ static const char* uri_source_paths_[];
static const char* _vmservice_source_paths_[];
// Source path mapping for patch URI and 'parts'.
@@ -45,6 +46,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* uri_patch_paths_[];
static const char* _vmservice_patch_paths_[];
};
« no previous file with comments | « runtime/vm/benchmark_test.cc ('k') | runtime/vm/bootstrap.cc » ('j') | sdk/lib/uri/uri.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698