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

Unified Diff: runtime/bin/main.cc

Issue 2173223002: Fix build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 cf9f202d2f99300a4d5a5493103c73242d0cd5ea..c88986103751d9263230966a4ed8d771475d83b2 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1499,7 +1499,7 @@ bool RunMainIsolate(const char* script_name,
// Observatory assets are only needed in the regular dart binary.
-#if !defined(DART_PRECOMPILER) || !defined(NO_OBSERVATORY)
+#if !defined(DART_PRECOMPILER) && !defined(NO_OBSERVATORY)
extern unsigned int observatory_assets_archive_len;
extern const uint8_t* observatory_assets_archive;
« 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