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

Unified Diff: lib/_internal/libraries.dart

Issue 10914104: change sdk layout, fix tests to work with the change (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 3 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: lib/_internal/libraries.dart
===================================================================
--- lib/_internal/libraries.dart (revision 11954)
+++ lib/_internal/libraries.dart (working copy)
@@ -37,7 +37,7 @@
"crypto/crypto.dart"),
"html": const LibraryInfo(
- "html/html_dartium.dart",
+ "html/dartium/html_dartium.dart",
category: "Client",
dart2jsPath: "html/dart2js/html_dart2js.dart"),
@@ -63,7 +63,7 @@
platforms: VM_PLATFORM),
"nativewrappers": const LibraryInfo(
- "html/nativewrappers.dart",
+ "html/dartium/nativewrappers.dart",
category: "Client",
implementation: true,
documented: false,

Powered by Google App Engine
This is Rietveld 408576698