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

Unified Diff: runtime/bin/main.cc

Issue 1839463002: Really remove io support when dart:io is unsupported. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 719661e496124fc7333d8b1d507fdcee15495a5e..62c6e04a4f486c646ab74b0f1d2bd6c5036bef3e 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -26,7 +26,9 @@
#include "platform/globals.h"
#include "platform/hashmap.h"
#include "platform/text_buffer.h"
+#if !defined(DART_PRECOMPILER)
#include "zlib/zlib.h"
+#endif
namespace dart {
namespace bin {

Powered by Google App Engine
This is Rietveld 408576698