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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 14732003: Implement Model-Driven-Views spec for Dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: try upload again Created 7 years, 7 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: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 551ddab4a0113092e60f974b2f8843b7562b5061..ea69f7768d542aa1e2c1d58048be9a160d887da6 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -86,6 +86,12 @@ const Map<String, LibraryInfo> LIBRARIES = const {
documented: false,
platforms: VM_PLATFORM),
+ "mdv_observe_impl": const LibraryInfo(
+ "mdv_observe_impl/mdv_observe_impl.dart",
+ category: "Client",
+ documented: false,
+ implementation: true),
+
"typed_data": const LibraryInfo(
"typed_data/typed_data.dart",
dart2jsPath: "typed_data/dart2js/typed_data_dart2js.dart"),

Powered by Google App Engine
This is Rietveld 408576698