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

Unified Diff: runtime/lib/libgen_in.cc

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/bin/builtin_in.cc ('k') | runtime/tools/gen_library_src_paths.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/libgen_in.cc
diff --git a/runtime/lib/libgen_in.cc b/runtime/lib/libgen_in.cc
index ba6f4df59e002c7272eadacf6ffa91c3b91a69e0..cc74faa19f8a6dfa4a51a1bca1aaf9a77684610d 100644
--- a/runtime/lib/libgen_in.cc
+++ b/runtime/lib/libgen_in.cc
@@ -8,6 +8,7 @@
// This file is used to generate the mapping of libraries which have
// dart:<name> handles to the corresponding files that implement them.
+{{SOURCE_ARRAYS}}
const char* {{VAR_NAME}}[] = {
{{LIBRARY_SOURCE_MAP}}
{{PART_SOURCE_MAP}}
« no previous file with comments | « runtime/bin/builtin_in.cc ('k') | runtime/tools/gen_library_src_paths.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698