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

Unified Diff: runtime/vm/corelib_impl_in.cc

Issue 8363018: use more distinctive pattern to mark where dart source goes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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/tools/create_string_literal.py ('k') | runtime/vm/corelib_in.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/corelib_impl_in.cc
diff --git a/runtime/vm/corelib_impl_in.cc b/runtime/vm/corelib_impl_in.cc
index fc95253025a83b5024bc483e9ac52ea07571a5cc..4141a13390a0bd0b1405815a00cfe297626f5e26 100644
--- a/runtime/vm/corelib_impl_in.cc
+++ b/runtime/vm/corelib_impl_in.cc
@@ -10,7 +10,7 @@ namespace dart {
// The string on the next line will be filled in with the contents of the
// bootstrap dart files.
const char Bootstrap::corelib_impl_source_[] = {
- %s
+ {{DART_SOURCE}}
};
} // namespace dart
« no previous file with comments | « runtime/tools/create_string_literal.py ('k') | runtime/vm/corelib_in.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698