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

Unified Diff: runtime/bin/utf_sources.gypi

Issue 11358024: Changes outside pkg/ and lib/ for directory refactoring (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: runtime/bin/utf_sources.gypi
===================================================================
--- runtime/bin/utf_sources.gypi (revision 14364)
+++ runtime/bin/utf_sources.gypi (working copy)
@@ -6,7 +6,7 @@
#
# TODO(ager): ../lib/utf/utf_vm.dart should be removed when the
# VM can use the #source directive for libraries. At that point
-# ../../lib/utf/utf.dart should be the only utf library file.
+# ../../sdk/lib/utf/utf.dart should be the only utf library file.
{
'sources': [
# The utf_vm.dart file needs to be the first source file. It contains
@@ -15,9 +15,9 @@
# in the order they are listed.
'../lib/utf/utf_vm.dart',
- '../../lib/utf/utf_core.dart',
- '../../lib/utf/utf8.dart',
- '../../lib/utf/utf16.dart',
- '../../lib/utf/utf32.dart',
+ '../../sdk/lib/utf/utf_core.dart',
+ '../../sdk/lib/utf/utf8.dart',
+ '../../sdk/lib/utf/utf16.dart',
+ '../../sdk/lib/utf/utf32.dart',
],
}

Powered by Google App Engine
This is Rietveld 408576698