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

Unified Diff: runtime/vm/BUILD.gn

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/BUILD.gn
diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn
index 0afda713a3f22cfca4f8c2963b540bb6e7134193..5f51782e3aca5b3c9c100ded929c68fde489b928 100644
--- a/runtime/vm/BUILD.gn
+++ b/runtime/vm/BUILD.gn
@@ -194,6 +194,7 @@ generate_core_libraries("core_libraries") {
["math", "math"],
["mirrors", "mirrors"],
["typed_data", "typed_data"],
+ ["uri", "uri"],
["_vmservice", "vmservice"],
]
}
« no previous file with comments | « runtime/lib/uri_sources.gypi ('k') | runtime/vm/benchmark_test.cc » ('j') | sdk/lib/uri/uri.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698