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

Unified Diff: frog/reader.dart

Issue 9845043: Rename client/{dom,html} to lib/{dom,html} . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « frog/leg/scanner/source_list.dart ('k') | samples/dartboard/build_dartlib/core.dartdef » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/reader.dart
===================================================================
--- frog/reader.dart (revision 5796)
+++ frog/reader.dart (working copy)
@@ -14,9 +14,9 @@
'dart:core': joinPaths(options.libDir, 'corelib.dart'),
'dart:coreimpl': joinPaths(options.libDir, 'corelib_impl.dart'),
'dart:html': joinPaths(options.libDir,
- '../../client/html/frog/html_frog.dart'),
+ '../../lib/html/frog/html_frog.dart'),
'dart:dom': joinPaths(options.libDir,
- '../../client/dom/frog/dom_frog.dart'),
+ '../../lib/dom/frog/dom_frog.dart'),
'dart:json': joinPaths(options.libDir, '../../lib/json/json_frog.dart'),
'dart:io': joinPaths(options.libDir, '../leg/lib/io.dart'),
'dart:isolate': joinPaths(options.libDir,
« no previous file with comments | « frog/leg/scanner/source_list.dart ('k') | samples/dartboard/build_dartlib/core.dartdef » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698