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

Unified Diff: runtime/bin/main.cc

Issue 1579643005: Add more dart:io related precompilation roots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 1c72db6632c1ae67b8a5e4ac5158f6e55186e67a..860ffe76588aa3bd9f1c1f7bf89e21b6ad77a264 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1245,7 +1245,11 @@ bool RunMainIsolate(const char* script_name,
{ "dart:io", "::", "_setupHooks" },
{ "dart:io", "::", "_getWatchSignalInternal" },
{ "dart:io", "CertificateException", "CertificateException." },
+ { "dart:io", "Directory", "Directory." },
+ { "dart:io", "File", "File." },
+ { "dart:io", "FileSystemException", "FileSystemException." },
{ "dart:io", "HandshakeException", "HandshakeException." },
+ { "dart:io", "Link", "Link." },
{ "dart:io", "OSError", "OSError." },
{ "dart:io", "TlsException", "TlsException." },
{ "dart:io", "X509Certificate", "X509Certificate._" },
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698