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

Unified Diff: runtime/vm/globals.h

Issue 2668353004: Windows: Link library sources into gen_snapshot/dart_bootstrap (Closed)
Patch Set: don't include non-dart files, make symbols static Created 3 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 | « runtime/vm/bootstrap.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/globals.h
diff --git a/runtime/vm/globals.h b/runtime/vm/globals.h
index 39743c5d15306d81e79da66a9de66f67b609859a..04240d93e214c67e9ccffda99d8ecfbf81088981 100644
--- a/runtime/vm/globals.h
+++ b/runtime/vm/globals.h
@@ -135,16 +135,8 @@ static const uword kZapUninitializedWord = 0xabababababababab;
#error Unknown host architecture.
#endif
-
#endif // !defined(TARGET_OS_WINDOWS))
-// Default value for flag --use-corelib-source-files.
-#if defined(TARGET_OS_WINDOWS)
-static const bool kDefaultCorelibSourceFlag = true;
-#else
-static const bool kDefaultCorelibSourceFlag = false;
-#endif // defined(TARGET_OS_WINDOWS)
-
} // namespace dart
#endif // RUNTIME_VM_GLOBALS_H_
« no previous file with comments | « runtime/vm/bootstrap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698